Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 5,452 for

file merger

(0.2 sec)
  1. Load from Stream | Documentation

    This article shows that how to load File from stream using redaction API...Merger Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/word-track-ch...
  3. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...Comparer object. Specify the source file path or stream. Call the add()...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  4. Render attachments | Documentation

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Merger Product Solution GroupDocs...the first object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  5. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for .NET....Merger Product Solution GroupDocs..."sample.docx" )) { // Create a JPG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  6. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Merger Product Solution GroupDocs...) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Add watermarks to email attachments | Documenta...

    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....Merger Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Extract images to files | Documentation

    This article explains that how to extract images to Files....Merger Product Solution GroupDocs...Extract images to files Extract images to files Leave feedback Here...

    docs.groupdocs.com/parser/java/extract-images-t...
  9. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Merger Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...

    docs.groupdocs.com/signature/java/load-document...
  10. 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....Merger Product Solution GroupDocs...20 ) }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...