Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 15,413 for

file

(0.11 sec)
  1. GroupDocs.Total for .NET 25.11 – 最新更新與修復(2025年12月)

    探索 GroupDocs.Total for .NET 25.11 的新功能。現在可在 NuGet 與 GroupDocs 官網取得。...demonstrates how to compare two PDF files and write the diff to a stream..."PDF_2.pdf" ); comparer.Compare(File.Create( "PDF_DIFF.pdf" ), new...

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  2. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-table-of-...
  3. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Install GroupDocs.Comparison for Node.js via Ja...

    Install GroupDocs.Comparison for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....$env:JAVA_HOME = "C:\Program Files\Java\jdk-17" $env:Path = "$... After downloading the .tar file, install it locally: npm install...

    docs.groupdocs.com/comparison/nodejs-java/insta...
  5. Install GroupDocs.Conversion for Node.js via Ja...

    Install GroupDocs.Conversion for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....$env:JAVA_HOME = "C:\Program Files\Java\jdk-17" $env:Path = "$... After downloading the .tar file, install it locally: npm install...

    docs.groupdocs.com/conversion/nodejs-java/insta...
  6. How to save PDF document with other format | Gr...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Saving With External Resource Files Working with List Reports -...DocumentTable Objects from a Single File as a Single Operation Defining...

    docs.groupdocs.com/assembly/java/advanced-usage/
  9. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ifile to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...object model after comparing files. To get the result document...Document object, you can access the file name, detected changes, stream...

    docs.groupdocs.com/comparison/python-net/get-re...