Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 6,132 for

file signature

(1.12 sec)
  1. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF File in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Signature Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Load file from local disk | GroupDocs

    This article demonstrates how to convert File stored on local disk using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.../ Loading files from different sources / Load file from local...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  4. Save file to local disk | GroupDocs

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.../ Saving / Save file to local disk Save file to local disk Leave...

    docs.groupdocs.com/conversion/net/save-file-to-...
  5. 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....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  6. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  7. 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:...Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

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

    This article shows how to save a File to the specified stream in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  9. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/java/get-supporte...
  10. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Signature Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...