Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 3,097 for

file editor

(0.61 sec)
  1. 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....Editor Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. 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....Editor Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  3. 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;iEditor Product Solution GroupDocs...a particular package. Load a file to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Editor Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-passw...
  5. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Editor Product Solution GroupDocs...); // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/java/handling-pass...
  6. Get only summary page | GroupDocs

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....Editor Product Solution GroupDocs...changes between source and target files and create the summary page...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  7. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Editor Product Solution GroupDocs...Saving With External Resource Files Working with List Reports -...

    docs.groupdocs.com/assembly/java/advanced-usage/
  8. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Editor Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/python-net/save-to...
  9. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Editor Product Solution GroupDocs...object model after comparing files. To get the result document...

    docs.groupdocs.com/comparison/python-net/get-re...
  10. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...handling and converting CAD files (such as DWG, DXF, and others)...

    docs.groupdocs.com/conversion/java/load-cad-doc...