Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 5,436 for

file signature

(0.15 sec)
  1. Sign Documents with Barcode in C# on GroupDocs ...

    Sign Documents with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Documents with Barcode in C# on GroupDocs Blog | Document Autom......dengan melampirkan kode batang ke file Word, Excel, PDF, PNG, JPG,... WebP menggunakan .NET Signature API. Recent content in Sign...

    blog.groupdocs.com/id/tag/sign-documents-with-b...
  2. Load Template Documents from File or Stream | G...

    Learn how to load template documents from File paths and streams for document assembly in .NET applications....Signature Product Solution GroupDocs...Load Template Documents from File or Stream Leave feedback Overview...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  3. 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...
  4. 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...
  5. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs.../ Loading files from different sources / Load file from URL Load...

    docs.groupdocs.com/conversion/net/load-file-fro...
  6. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java 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 getSpreadsheetType method to obtain File format information advanced_usage....Signature Product Solution GroupDocs...and extract some additional file format information. a Spreadsheet...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML Files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs...EditableDocument from file or markup Create EditableDocument from file or markup...

    docs.groupdocs.com/editor/net/create-editabledo...
  8. Optimize a PDF file for a browser | GroupDocs

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

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs’ Signature plugin for Chrome. This online signature add-on...Gmail. GroupDocs’ online signature plugin gives you the ability...

    blog.groupdocs.com/groupdocs.blog/page/99/
  10. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using C# programming language....Signature Product Solution GroupDocs.../ How to edit XML file How to edit XML file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-xml/