Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 11,932 for

format

(0.05 sec)
  1. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output Formats using GroupDocs.Comparison for Python via .NET....different format Save comparison result in different format Leave...comparison result to a different format (e.g., PDF or HTML) by setting...

    docs.groupdocs.com/comparison/python-net/save-c...
  2. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular Format using GroupDocs.Metadata for Python via .NET....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  3. Load a file of a specific format | GroupDocs

    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....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Create new document by format | GroupDocs

    This article demonstrates how to Create new document documents, spreadsheets and presentations with GroupDocs.Editor for Java API....document by format Create new document by format Leave feedback...edit documents in various formats, including WordProcessing,...

    docs.groupdocs.com/editor/java/create-document/
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular Format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  6. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same Format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Output in Same Format Generate Output in Same Format as Template...assembled documents in the same format as the template. This means...

    docs.groupdocs.com/assembly/net/basic-usage-sam...
  7. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target Format with GroupDocs.Conversion for .NET API....target format Get default convert options for a target format Leave...for a desired target document format. This will allow you to get...

    docs.groupdocs.com/conversion/net/get-default-c...
  8. GroupDocs.Annotation for .NET 16.10.0 introduce...

    Wait is over now, GroupDocs team is glad to announce another exciting monthly release where in supported document Formats list, Presentation file Format is introduced. The latest GroupDocs.Annotation for .NET 16.10.0 API provides support for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) for Presentation file Format along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs....supported document formats list, Presentation file format is introduced...etc) for Presentation file format along with improvements and...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. PDF signature with PDF gives wrong format error...

    I am experiencing an error when trying to sign a PDF document using a .pfx certificate through your API tester: https://reference.groupdocs.cloud/signature/#/Sign/CreateSignatures The signing operation fails with the f…...signature with PDF gives wrong format error GroupDocs.Signature Product...ExternalSignature has wrong format. Description: Object reference...

    forum.groupdocs.com/t/pdf-signature-with-pdf-gi...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular Format....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. AdvancedUsage.LoadingFiles...

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