Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 2,750 for

file editor

(0.06 sec)
  1. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Editor Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  2. How to load document from Amazon S3 Storage | D...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Editor Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/load-document-...
  3. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving File using GroupDocs.Annotation for Java API....Editor Product Solution GroupDocs...// Add annotation and save to file annotator.save(outputPath, tmp1);...

    docs.groupdocs.com/annotation/java/filtering-an...
  4. Getting known property descriptors | Documentation

    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-...
  5. How to save PDF document with other format | Do...

    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...
  6. Extract table of contents from EPUB eBooks | Do...

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

    docs.groupdocs.com/parser/net/extract-table-of-...
  7. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Editor Product Solution GroupDocs...difference between rendering a file and getting the cached results:...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  8. Getting known property descriptors | Documentation

    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...
  9. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Editor Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/net/extend-support...
  10. Troubleshooting | Documentation

    This section contains issues that you may face and solutions for them when processing Files with GroupDocs.Viewer....Editor Product Solution GroupDocs...solutions for them when processing files with GroupDocs.Viewer. Chinese...

    docs.groupdocs.com/viewer/java/troubleshooting/