Extract and save attachments from emails, Pdfs, and archives using GroupDocs.Viewer for Python....attachments Files embedded in PDF files Email messages contained...prompt, please hold on... An error occurred while retrieving the...
Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....document should be converted to PDF first. If this property is set...input firstly is converted to PDF and after that to desired format...
This section presents various real-world use cases for GroupDocs.Parser for .NET...section Extract Tables from PDF Documents Was this page helpful...prompt, please hold on... An error occurred while retrieving the...
This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different document types to Pdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render spreadsheet...prompt, please hold on... An error occurred while retrieving the...
Follow this guide and learn how to convert between email formats (MSG, EML, EMLX) and customize attachment processing using GroupDocs.Conversion for .NET....will NOT work - cannot convert PDF to email format using ( var converter...= new Converter ( "document.pdf" )) { var options = new EmailConvertOptions...
This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more....merging Cross-format merge to PDF JPG Image File JPEG Image File...prompt, please hold on... An error occurred while retrieving the...
This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....below demonstrates how to sign PDF document with QR-code signature...signature = new Signature ( "sample.pdf" ); // create QRCode option with...
This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...example shows how to sign a PDF document with a Barcode signature...signature = new Signature ( "sample.pdf" )) { BarcodeSignOptions options...
Apply text and image watermarks in bulk while ensuring safe re-run execution with GroupDocs.Watermark for .NET....protect thousands of documents—PDFs, Word files, presentations,...with four document types (DOCX, PDF, XLSX, PPTX) so every pipeline...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) SaveOptions...