Այս հոդվածը հրահանգներ է տալիս ստեղծել դոկերի պատկեր՝ GroupDocs.Conversion-ը node.js-ի համար Java-ի միջոցով գործարկելու համար: Այն ներառում է շրջակա միջավայրի կազմաձևման մանրամասները օրինակելի կոդի հետ միասին:...js, Python 2.x, PIP հրամանը, Node-Java...
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("....Redaction for Python via .NET / Developer Guide...
Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison for Python via .NET....Comparison for Python / Developer guide / Saving...
Complete list of the file formats GroupDocs.Merger for Python via .NET supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available for each....Merger for Python via .NET / Getting Started...
Generate a summary page with extended statistics (per-section counts, page metrics) for the comparison result using GroupDocs.Comparison for Python via .NET....Comparison for Python / Developer guide / Comparing...
Compare PDF documents and detect text, formatting, and annotation differences using GroupDocs.Comparison for Python via .NET — ideal for contract and legal-document review workflows....Comparison for Python / Developer guide / Comparing...
Set a custom revision-author name on tracked changes in the Word comparison result via revision_author_name on CompareOptions in GroupDocs.Comparison for Python via .NET....Comparison for Python / Developer guide / Comparing...
Add watermarks to a PDF as XObjects, Artifacts, or Annotations — including print-only annotations — using GroupDocs.Watermark for Python via .NET....Watermark for Python via .NET / Developer Guide...
Read every annotation in a document, remove a single annotation by its id, or remove all annotations at once with GroupDocs.Annotation for Python via .NET....Annotation for Python via .NET / Developer Guide...
Adjust text or image watermark appearance and position — color, font, rotation, opacity, sizing, and alignment — using GroupDocs.Watermark for Python via .NET....Watermark for Python via .NET / Developer Guide...