We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Node.js examples out-of-the-box....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a:
final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...