Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 5,434 for

file viewer

(0.04 sec)
  1. 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....Viewer Product Solution GroupDocs...Comparer object. Specify the source file path or stream. Call the add()...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  2. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Viewer Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...

    docs.groupdocs.com/signature/net/load-document-...
  3. 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....Viewer Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Export Data | Documentation

    How to export data to XML Files....Viewer Product Solution GroupDocs...functionality to export data to XML files. class is used for this. The...

    docs.groupdocs.com/parser/java/export-data/
  5. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Viewer Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/net/save-to-stream/
  6. Convert TXT to ODT using Node.js

    Convert TXT to ODT using Node.js for fast and accurate document transformation. This guide also shows the steps of how to export TXT to ODT in Node.js with ease....Viewer Product Family GroupDocs.Comparison...to enable seamless TXT to ODT file conversion capabilities within...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  7. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature digital certificate (file on local disk or stream ) (required)...

    docs.groupdocs.com/signature/net/iterative-digi...
  8. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Viewer Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...

    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....Viewer Product Solution GroupDocs...20 ) }; // sign document to file SignResult signResult = signature...

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