Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...files, archives, and PDF documents. Python with gv . Viewer (...
Save attachments and embedded files from PDF, Outlook data file or email...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...files, archives, and PDF documents. Java import com.groupdocs...
This article demonstrates that how to save the document as a rasterized PDF file...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Save in rasterized PDF Save...
The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten.
The following example demonstrates usage of Save() method with default options.
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save with default options...
This article demonstrates that how to save the document as a rasterized PDF file...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Save in rasterized PDF Save...
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...CharacterType . Letter ); // Indexing documents from the specified folder...
This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Saving documents / To the same file or stream Save document to the...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Loading Documents / Load files from different...
Load Documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product.../ Developer Guide / Load documents from different sources / Load...
GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Redaction v23.6: Only PDF documents are not supported. We are...