Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 9,557 for

groupdocs.viewer,

(0.19 sec)
  1. Load document of specific format | Documentation

    This article explains how to load document of specific format....This article explains how to load document of specific format.

    docs.groupdocs.com/watermark/net/load-document-...
  2. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for Node.js via Java....This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for Node.js via Java.

    docs.groupdocs.com/comparison/nodejs-java/get-e...
  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....This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java.

    docs.groupdocs.com/comparison/nodejs-java/show-...
  4. 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....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.

    docs.groupdocs.com/watermark/java/add-watermark...
  5. 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....This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/word-track-ch...
  6. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....This section explains how to load document from local disk with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/load-document-...
  7. Embedded QR data | Documentation

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption.

    docs.groupdocs.com/signature/net/sign-document-...
  8. Introducing GroupDocs.Signature for .NET | Docu...

    Introduction to GroupDocs.Signature for .NET - what is it and why to use...Introduction to GroupDocs.Signature for .NET - what is it and why to use

    docs.groupdocs.com/signature/net/introducing-gr...
  9. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications.

    docs.groupdocs.com/signature/net/get-supported-...
  10. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.

    docs.groupdocs.com/watermark/nodejs-java/add-im...