The page describes how to add components to a document using GroupDocs.Annotation API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for .NET API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Search Product Solution GroupDocs.Parser Product Solution 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(); }...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...