This guide demonstrates how To edit content of the Markdown documents/files like a common text documents using a GroupDocs.EdiTor for .NET....This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET.
Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required To build a report from a template is assembled within the class.
Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class.
Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads.
This article explains how To create encrypted QR-code electronic signature...This article explains how to create encrypted QR-code electronic signature
This article explains how To set up logging when processing a document with GroupDocs.Signature within your .NET applications....This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications.
Learn how To get all sheet names in Excel using Python. This tuTorial shows how To extract worksheet names from XLSX files programmatically....Learn how to get all sheet names in Excel using Python. This tutorial shows how to extract worksheet names from XLSX files programmatically.
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("....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(".
Master the art of digitally signing Word documents with certificates in Java. CusTomize signatures and build your own application using Digital Signature API....Master the art of digitally signing Word documents with certificates in Java. Customize signatures and build your own application using Digital Signature API.
You are welcome To view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more.
Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes.
This article describes the feature of the GroupDocs.EdiTor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving To the output format...This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format