Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,320 for

file watermark

(0.03 sec)
  1. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....Watermark Product Family GroupDocs.Merger...class and load the source Word file Initialize MarkupConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....Watermark Product Family GroupDocs.Merger...class and pass the input RTF file to its constructor Instantiate...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Watermark Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-o...
  4. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Watermark Product Solution GroupDocs...recognized metadata properties from a file Sometimes you may need to just...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  5. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...specifying the content via a file path. Alternatively, you might...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  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. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Watermark Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  8. 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...
  9. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Watermark Product Solution GroupDocs...export all replacements to a file, use the method. To import character...

    docs.groupdocs.com/search/nodejs-java/character...
  10. 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-...