Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 5,782 for

file signature

(0.98 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...manifest file, called manifest.json and other resource files. The...The manifest file describes a extension’s general information: any...

    blog.groupdocs.com/groupdocs.blog/page/101/
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/net/get-supported-...
  3. Load password-protected file | GroupDocs

    Learn how to load a password-protected File by using .NET redaction API...Signature Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/python-net/load-pa...
  4. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Signature Product Solution GroupDocs...and extract some additional file format information. a Spreadsheet...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Signature Product Solution GroupDocs...Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/java/loading-specific...
  6. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer .NET API (C#)....Signature Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. 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...
  8. 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...
  9. 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...
  10. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...download and print the original file using buttons on the GroupDocs...download or print the original file. When set to false , the Download...

    blog.groupdocs.com/viewer/enhancements-and-new-...