This article demonstrates that how to save the document as a rasterized PDF File...Editor Product Solution GroupDocs...document as a rasterized PDF file: save_in_rasterized_pdf.py from...
This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary File from archive....Editor Product Solution GroupDocs...archive files Render archives as HTML, PDF, and image files Leave...
Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...demonstrating how to convert a CSV file to JSON format using ConvertCsvToJson...
GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of File formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....Editor Product Solution GroupDocs...intuitive JavaScript package for file conversion between a variety...
Retrieve the collection of detected changes after a comparison and iterate over them programmatically using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...Get the list of changes from file paths get_list_of_changes.py...
Modify an email message body and subject, embed and remove images, search text, and list recipients using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...msg message.msg is the sample file used in this example. Click...
You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....Editor Product Solution GroupDocs...( int pageNumber ) { Filefile = new File ( String . format (...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Editor Product Solution GroupDocs..."sample.docx" )) { // Get the file information and extract it text...
This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Editor Product Solution GroupDocs...to a file, use the method. To import words from a file, use the...
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.
use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Editor Product Solution GroupDocs...enabled = True so . redacted_file_suffix = "_scan" so . rasterization...