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.
Python
import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....resources GitHub examples You may easily run the code above and...
This page contains information about working with attributes in the search network....resources GitHub examples You may easily run the code from documentation...
This page contains information about getting indexed documents in the search network....resources GitHub examples You may easily run the code from documentation...
Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects.
Here are the steps to extract an attachment text from PDF Portfolios:
Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....resources GitHub examples You may easily run the code above and...
This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....resources GitHub examples You may easily run the code from documentation...
In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....there are situations where you may need to convert a DOCX file into...
Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....numerous properties and you may modify them according to your...
This topic will guide you how to remove metadata from PPT using Java. You'll get sample code to delete metadata from PPT in Java without extra software installation.... Updated on 22 May 2024 English Deutsch Türkçe 日本語...
This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java.... Updated on 24 May 2024 English Deutsch Türkçe 日本語...