This topic describes how to use the GroupDocs.Viewer Node.js API to convert archive files to HTML, PDF, PNG, and JPEG formats.... JavaScript import { Viewer , HtmlViewOptions...as shown below: JavaScript import { Viewer , HtmlViewOptions...
This article shows how to pre-rasterize a document using the redaction API....redaction import Redactor , RedactionStatus...groupdocs.redaction.options import SaveOptions from groupdocs...
Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions.... Python import groupdocs.signature as signature...groupdocs.signature.options import DigitalSignOptions # Initialize...
Set up a virtual environment, install groupdocs-merger-net, and run three minimal examples — merge two DOCX files, extract pages from a PDF, and split a PDF into single pages — in under five minutes....merger import Merger def merge_two_documents...f.py from groupdocs.merger import Merger from groupdocs.merger...
Open encrypted PDF, Word, Excel, and PowerPoint documents by passing a LoadOptions instance with the password parameter to the Merger constructor in GroupDocs.Merger for Python via .NET....merger import Merger from groupdocs.merger...merger.domain.options import LoadOptions from groupdocs.merger.exceptions...
Learn how to accept or reject detected changes and apply them to the result using GroupDocs.Comparison for Python via .NET....merge two source code files import groupdocs.comparison as gc...groupdocs.comparison.result import ComparisonAction from groupdocs...
Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....java import com.groupdocs.conversion.Converter ; import com.groupdocs...convert.WordProcessingConver ; import com.groupdocs.conversion.options...
Extract Word track-change revisions from a DOCX file, decide which to accept or reject, and save the updated document using GroupDocs.Comparison for Python via .NET....revision import RevisionHandler , RevisionAction...groupdocs.comparison.words.revision import RevisionHandler , RevisionAction...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats.... JavaScript import { Viewer , PdfViewOptions ...output file name. JavaScript import { Viewer , HtmlViewOptions...
The listed articles below explain how to control how images are saved when a document is saved to Markdown format....markdown import MarkdownConverter , ConvertOptions...if __name__ == "__main__" : import os os . makedirs ( "output/images"...