The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Assembly Product Solution GroupDocs...
Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Assembly Product Solution GroupDocs...
Open ZIP, RAR, 7Z, OST, PST, and other container formats, convert their contents, and write a consolidated output document in a single Converter.convert() call with GroupDocs.Conversion for Python via .NET....Assembly Product Solution GroupDocs...
Learn how to accept or reject detected changes and apply them to the result using GroupDocs.Comparison for Python via .NET....Assembly Product Solution GroupDocs...
GroupDocs.Signature for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Assembly Product Solution GroupDocs...
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....Assembly Product Solution GroupDocs...
GroupDocs.Metadata for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Assembly Product Solution GroupDocs...
To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects.
Outlook Storage item can contain the following metadata:
Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files).
Here are the steps to extract an email text from outlook storage:...Assembly Product Solution GroupDocs...