Sort Score
Result 10 results
Languages All
Labels All
Results 8,901 - 8,910 of 36,456 for

comparison

(2.62 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Comparison API 以 Python 比較 Word 文件。找出文字變更、格式差異,並透過...

    blog.groupdocs.com/zh-hant/page/9/
  2. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. 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:...Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  6. Memory optimization option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Java API....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/memory-optimizat...
  7. Bulleted List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the Text Document....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  8. GroupDocs.Assembly Product Family | GroupDocs

    GroupDocs.Assembly is a document automation and reports generation API designed to create custom documents from templates. Documentation .NET Java Python GroupDocs.Assembly for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs.Assembly for .NET More GroupDocs.Assembly for Java More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage Java code examples Open-source projects for APIs example usage GroupDocs....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/
  9. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...