Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 16,572 for

file

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

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  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(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. Render SVG as PNG using Python

    This topic will explain how to render SVG as PNG using Python. Moreover, it shows how to convert SVG to PNG in Python with precise control over image dimensions....SVG as PNG using Python SVG files are perfect for scalable and...a with block to open the SVG file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-svg-as-pn...
  4. Announcing GroupDocs Online Document Viewer Blo...

    We are excited to introduce the GroupDocs.Viewer block for Moodle CMS. With this block installed, you can embed GroupDocs’ online document viewer widget into Moodle webpages to display PDF, Microsoft Office and other common document types on your website. You Moodle website visitors can then view documents online directly on your website. What is important, end users don’t have to install any software. Documents embedded to your website with GroupDocs.Viewer can be viewed using any standard web-browser.... Supported File FormatsGroupDocs.Viewer supports...many more Regardless of the file format, GroupDocs’ online document...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  5. Extract Text from DOCX using Java

    This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java.... Extracting text from DOCX files is often needed for various...enables text extraction from DOCX files Instantiate the Parser class...

    kb.groupdocs.com/parser/java/extract-text-from-...
  6. Add Text Watermark to PPT Using Python

    Learn how to add text watermark to PPT using Python. This tutorial shows how to embed text watermarks into PPT presentations with custom font, color, and alignment....consistency throughout the entire PPT file. Steps to Add Text Watermark...watermark.common . Load the PPT file by initializing a Watermarker...

    kb.groupdocs.com/watermark/python/add-text-wate...
  7. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...resource name for your license file string resourceName = assembly...FileNotFoundExceptio("License file not found as embedded resource...

    forum.groupdocs.com/t/image-comparison-processi...
  8. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework https://github.com/bcosca/fatfree We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples....a template file with a form and a controller file to process...enter User ID, Private Key and File GUID (from GroupDocs account)...

    blog.groupdocs.com/comparison/how-to-use-the-ge...
  9. How to Sign PDF with Text Signature using Java

    Quickly learn how to sign PDF with text signature using Java. Also, we will provide a code example to add text signature in PDF using Java without using extra tools....Maven repository to sign PDF file with text signature Include...providing the path of the input PDF file as an argument to its constructor...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  10. Convert PDF to PS using C#

    This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation....(Portable Document Format) files to PS (PostScript) format using...Converter class by supplying the PDF file path to its constructor Get...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...