Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 13,427 for

template

(0.06 sec)
  1. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Presentation Template Microsoft PowerPoint Macro-Enabled Template Microsoft...Microsoft PowerPoint Template Microsoft PowerPoint 97-2003 Slide...

    docs.groupdocs.com/signature/net/supported-docu...
  2. GroupDocs.Parser for .NET 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation Templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation Templates New feature PARSERNET-63 Remove obsolete members (version 18....spreadsheet and presentation templates Some constructors and properties...spreadsheet and presentation templates New feature PARSERNET-63 Remove...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  3. DiagramPackage.Template Property - GroupDocs.Me...

    Gets or sets a string value specifying the file name of the Template from which the document was created....Property Subject Property Template Property TimeCreated Property...Title Property DiagramPackage Template Property Gets or sets a string...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. GroupDocs.Parser.Data Namespace - GroupDocs.Par...

    The namespace provides classes which represent parsing results....PageArea class in the parsing by template functionality. PageArea Represents...document page in the parsing by template functionality. PageBarcodeArea...

    apireference.groupdocs.com/parser/net/groupdocs...
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...97+ Microsoft Word Document Template Content and metadata Microsoft...metadata Office Open XML Document Template Content and metadata Office...

    docs.groupdocs.com/search/net/supported-documen...
  6. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”....you can create Numbered List Template in MS Word 2013. In your document...Start numbered list. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/numbered-list-...
  7. GroupDocs.Assembly for .NET 19.3 Release Notes

    GroupDocs.Assembly for .NET 19.3 Release Notes – the latest updates and fixes....syntax error messages into templates instead of exception throwing...Provide an ability to inline template syntax errors in generated...

    releases.groupdocs.com/assembly/net/release-not...
  8. Compare two OTT files in .NET | Document Compar...

    Compare and merge more than two OTT files in C# .NET applications. Retrieve differences summary in content, text & style of OTT files, images and document formats....with OTT extension represent template documents generated by applications...generate new documents from these template files. These settings include...

    products.groupdocs.com/comparison/net/ott/
  9. Adding reference of doc file within doc - Free ...

    Hi Team, I am trying to use doc tag to add a link of another document into my existing document but unable to pass the parameter within the inner doc which is referenced from main document. It just print the parameter a…...denotes a placeholder within a template for a document to be inserted...variable only in the main template and not in the document that...

    forum.groupdocs.com/t/adding-reference-of-doc-f...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....user-generated template. For details about templates, see . Here...document by the user-generated template: Instantiate object for the...

    docs.groupdocs.com/parser/java/parse-data-from-...