Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 4,517 for

groupdocs.total,

(0.21 sec)
  1. Retrieve the document information | Documentation

    Access document properties and supported formats with GroupDocs.Viewer for Python....Access document properties and supported formats with GroupDocs.Viewer for Python.

    docs.groupdocs.com/viewer/python-net/retrieving...
  2. Optimize the output PDF file | Documentation

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times.

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API.... This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/sign-document-...
  4. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page.... This sections contains explanation about various electronic signature visual appearances on document page.

    docs.groupdocs.com/signature/net/using-signatur...
  5. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone.

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Single Row Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document.

    docs.groupdocs.com/assembly/java/single-row-ima...
  7. In-Paragraph List in Email Document | Documenta...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. A descriptive or informative line like “We provide support for the following clients:”....Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. A descriptive or informative line like “We provide support for the following clients:”.

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/show-revisions/
  9. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....This article provides the knowledge that how to export metadata properties to an Excel workbook.

    docs.groupdocs.com/metadata/net/exporting-metad...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System.

    docs.groupdocs.com/metadata/java/load-a-file-of...