Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 6,141 for

file watermark

(0.14 sec)
  1. Add component to the document | GroupDocs

    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...
  2. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations 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...
  3. 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...
  4. Extracting metadata | GroupDocs

    Extract the metadata properties you need from Files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Watermark Product Solution GroupDocs...metadata properties you need from files of different types. You don’t...

    docs.groupdocs.com/metadata/python-net/extracti...
  5. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Watermark Product Family GroupDocs.Merger...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  6. Add Password to PDF with Permissions | GroupDocs

    Protect a PDF with an open password and restrict specific operations such as printing using PdfSecurityOptions and PdfSecurityPermissions with GroupDocs.Merger for Python via .NET....Watermark Product Solution GroupDocs...merger.save() with the output file path. add_password_to_pdf_with_permissions...

    docs.groupdocs.com/merger/python-net/add-passwo...
  7. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Watermark Product Family GroupDocs.Merger...document types, such as DOCM files, can significantly enhance data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  8. Render Word Document to Web Page using Node.js

    This topic explains how to render Word Document to Web Page using Node.js. A sample code example will also be provided for Word to web page rendering Node.js....Watermark Product Family GroupDocs.Merger...Viewer class and provide the DOCX file path to prepare it for processing...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Watermark Product Solution GroupDocs.../ Advanced usage / Loading files / Load a password-protected...

    docs.groupdocs.com/markdown/python-net/load-a-p...
  10. Working with OpenType fonts | GroupDocs

    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...