Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 4,546 for

groupdocs.total,

(0.14 sec)
  1. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/load-document-fr...
  2. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API.

    docs.groupdocs.com/watermark/java/save-document...
  3. Remove annotations | Documentation

    Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API....Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Render hidden pages | Documentation

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  5. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like, cloning metadata type, gets or sets password and etc...Learn more about document saving and how to customize process with available options, like, cloning metadata type, gets or sets password and etc

    docs.groupdocs.com/comparison/python-net/saving/
  6. Adding NEXT Field into Template Syntax | Docume...

    Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <><><<[getName()]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code...Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <<foreach [in getClients()]>><<next>><<[getName()]>> <</foreach>> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code

    docs.groupdocs.com/assembly/java/adding-next-fi...
  7. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type

    docs.groupdocs.com/assembly/java/changing-autom...
  8. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets.

    docs.groupdocs.com/assembly/java/working-with-s...
  9. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.pptx The Code...Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <<barcode [value] -itf6>> Download Template Get the template from here. Barcode.pptx The Code

    docs.groupdocs.com/assembly/java/barcode-image-...
  10. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <<foreach [in getManagers()]>><br /><<[getName()]:upper>> <<[getContracts().sum(<br /> c =><br /> c.getPrice())]:arabicDash>><br /><</foreach>> Total: <<[getManagers().sum(<br /> m => m.getContracts().sum(<br /> c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code

    docs.groupdocs.com/assembly/java/working-with-t...