Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 5,498 for

file watermark

(0.12 sec)
  1. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/show-revisions/
  2. Render attachments | Documentation

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

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  3. 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....Watermark Product Solution GroupDocs..."sample.docx" )) { // Create a JPG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  4. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Watermark Product Solution GroupDocs...optionsTextDIG ); // sign document to file signature . Sign ( "signedSample...

    docs.groupdocs.com/signature/net/sign-document-...
  5. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....Watermark Product Family GroupDocs.Merger...class by passing input XLSX file path Call the Converter.GetPossibleConversio...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....Watermark Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  7. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Watermark Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Load document from FTP | Documentation

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

    docs.groupdocs.com/signature/java/load-document...
  9. 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....Watermark Product Solution GroupDocs...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...