Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 5,444 for

file watermark

(0.07 sec)
  1. 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...
  2. Supported Audio Types | Documentation

    This section describes GroupDocs.Merger for Java supported audio types. The Library supports WAV and many more....Watermark Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Merger...

    docs.groupdocs.com/merger/java/supported-audio-...
  3. Password Protect Word Document | Add Password t...

    Add password to your Word Files. Lock Word documents with password protection using free online app & programmatically using GroupDocs.... You can use watermarks, encrypt files, or add passwords...add a password to your Word files, you can utilize the free Online...

    blog.groupdocs.com/merger/password-protect-word...
  4. Developer Guide | Documentation

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java File editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Watermark Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/developer...
  5. Merge SVG files using Java

    This article will detail the key steps to merge SVG Files using Java and provide a sample code example to demonstrate how to combine SVG Files in Java programming....Watermark Product Family GroupDocs.Merger...Redaction Product Family Merge SVG files using Java Merging SVG (Scalable...

    kb.groupdocs.com/merger/java/merge-svg-files-us...
  6. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Watermark Product Solution GroupDocs...may be stored as a distinct file on the disk or its content may...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  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 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...
  9. 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...
  10. 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-...