Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 5,084 for

file watermark

(0.14 sec)
  1. Extract images from PDF documents | Documentation

    To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. 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...
  3. Custom logging | Documentation

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Watermark Product Solution GroupDocs...types of messages in the log file: Error - for unrecoverable exceptions...

    docs.groupdocs.com/signature/net/how-to-impleme...
  4. 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...
  5. Customize changes styles | Documentation

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...

    docs.groupdocs.com/comparison/net/customize-cha...
  6. How to Add Text Redaction Annotation in PDF usi...

    This topic explains how to add text redaction annotation in PDF using Java along with steps and code to insert text redaction annotation to PDF in Java....Watermark Product Family GroupDocs.Merger...Annotator class by providing the PDF file path as an argument to its constructor...

    kb.groupdocs.com/annotation/java/how-to-add-tex...
  7. Remove Metadata from EPUB using C#

    In this guide, you will learn how to remove metadata from EPUB using C#. Additionally, you will get the code example necessary to delete metadata from EPUB in C#....Watermark Product Family GroupDocs.Merger...era, electronic books ( EPUB files) have become a popular medium...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  8. How to Convert RTF to JPG using Java

    This guide will walk you through the entire workflow on how to convert RTF to JPG using Java. Additionally, it will provide Java code to export RTF to JPG in Java....Watermark Product Family GroupDocs.Merger...world, the need to convert files from one format to another is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert Image to Word using C#

    This quick article describes the stepwise process to convert Image to Word using C# and how to develop an application for Image to Word converter in C#....Watermark Product Family GroupDocs.Merger...class for loading the input JPG file from the disk for transforming...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Sign JPEG with QR Code using C#

    In this discussion, we'll walk you through how to sign JPEG with QR Code using C#. Furthermore, we'll supply a code example to create QR Code in JPEG using C#....Watermark Product Family GroupDocs.Merger...your project for signing JPEG file with QR Code Add reference to...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...