Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 3,097 for

file editor

(1.38 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Editor Product Solution GroupDocs...20 ) }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....Editor Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Editor Product Solution GroupDocs...Leave feedback On this page File comparison is a library that...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  4. Installation | GroupDocs

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Editor Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/parser/java/installation/
  5. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Watermark for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:  GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Watermark for Java API Dependency Then define GroupDocs.Watermark for Java API dependency in your pom.xml as follows: com....Editor Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/watermark/java/installation/
  6. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Editor Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Signature...

    docs.groupdocs.com/signature/net/supported-docu...
  7. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Editor Product Solution GroupDocs...business-plan.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/markdown-flavor/
  8. eSign document with Digital signature | GroupDocs

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Editor Product Solution GroupDocs...Digital signature as certificate file of PFX format allows to sign...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Editor Product Solution GroupDocs...Leave feedback On this page File comparison is a library that...

    docs.groupdocs.com/comparison/python-net/featur...
  10. Extract images from document page area | GroupDocs

    Learn how to extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....Editor Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , Page { image . page...

    docs.groupdocs.com/parser/python-net/extract-im...