Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 5,777 for

file watermark

(0.58 sec)
  1. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Watermark Product Solution GroupDocs...point to manage metadata in files of all supported formats. Extracting...

    docs.groupdocs.com/metadata/net/migration-notes/
  2. Save in rasterized PDF | GroupDocs

    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...
  3. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more Files and get the difference between them....Watermark Product Solution GroupDocs...merge two or more files of . The compiled file shows line-by-line...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  4. Convert files to various formats | GroupDocs

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Watermark Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  5. Convert files to various formats | GroupDocs

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Watermark Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/java/convert/
  6. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT Files with password protection using free online app & programmatically using GroupDocs....them, like using watermarks, encrypting files, or putting passwords...put a password on your PPT files, you can try this simple free...

    blog.groupdocs.com/merger/password-protect-powe...
  7. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java...Watermark Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/java/showcases/
  8. Supported Document Formats | GroupDocs

    The following table indicates the File formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your File format?...Watermark Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Classification...

    docs.groupdocs.com/classification/net/supported...
  9. Load document using the local path string | Gro...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Watermark Product Solution GroupDocs...a path to a file. GroupDocs.Viewer opens the file in the read-only...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Extract Text from EPUB using Java

    This article offers a step-by-step guide on how to extract text from EPUB using Java, with the sample code example to assist you in text extraction from EPUB in Java....Watermark Product Family GroupDocs.Merger...Java Extracting text from EPUB files is crucial for applications...

    kb.groupdocs.com/parser/java/extract-text-from-...