Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 8,183 for

file merger

(0.08 sec)
  1. Save attachments | Documentation

    Save attachments and embedded Files from PDF, Outlook data File or email...Merger Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  2. GroupDocs.Annotation for .NET 22.11 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for .NET 22.11 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 22.11: Added the ability to add roles with restrictions to comments. Fixed incorrect behavior when getting EMLX and PDF info document. Fixed FileNotFoundException when saving pdf File into stream Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-2113 Add user roles with restrictions to comments Feature ANNOTATIONNET-2106 FileNotFoundException when saving pdf File into stream Bug ANNOTATIONNET-2105 Fix exception when getting info about emlx document Bug ANNOTATIONNET-2104 Fix getting info document returns null FileType for pdf document Bug Public API and Backward Incompatible Changes Starting from this version it is possible to specify a user role for each, see example here...Merger Product Solution GroupDocs...FileNotFoundExceptio when saving pdf file into stream Full List of Issues...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  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. 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...
  5. GroupDocs.Comparison for Java | Documentation

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf Files using Java....Merger Product Solution GroupDocs...summary saved in a separate result file. About GroupDocs.Comparison...

    docs.groupdocs.com/comparison/java/
  6. Convert files to various formats | Documentation

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Merger Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/java/convert/
  7. IDocumentInfo Interface - GroupDocs.Merger for ...

    Interface for the document description properties....Merger for .NET - API Reference GroupDocs.Merger for .NET...GroupDocs.Merger.Domain Namespaces GroupDocs.Merger.Domain.Result...

    apireference.groupdocs.com/merger/net/groupdocs...
  8. ImageJoinOptions | GroupDocs.Merger for .NET AP...

    The image join options.... Type { get; } The image file type. See Also interface IImageJoinOptions...GroupDocs.Merger.Domain.Options assembly GroupDocs.Merger ImageJoinMode...

    reference.groupdocs.com/merger/net/groupdocs.me...
  9. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....how to keep our spreadsheet files safe so only the right people...to password protect an Excel file using Java. We’ll also find...

    blog.groupdocs.com/categories/groupdocs.merger-...
  10. 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...