Install GroupDocs.Viewer for Python via .NET, render your first document, and explore the runnable examples repository on Windows, Linux, or macOS....Editor Product Solution GroupDocs...Features Overview Supported File Formats System Requirements...
Compare text directly from Python string variables — without saving them to disk — by setting LoadOptions.load_text = True with GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...argument is a literal string, not a file path. Read the merged result...
How to use custom caching implementation with GroupDocs.Viewer using Java....Editor Product Solution GroupDocs...listing of the MemoryCache.java file is below: Java import com.groupdocs...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional File format information.
Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain File format information advanced_usage....Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...
Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8:
Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Editor Product Solution GroupDocs...Position , result . Text )); } } File Type Detection Old coding style...
Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5:
The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Editor Product Solution GroupDocs...document information from the local file. Old API DocumentInfo documentInfo...
This article explains how to use PDF digital electronic signature features on document page....Editor Product Solution GroupDocs...signatureFont ); // sign document to file SignResult signResult = signature...
Removing watermark from a particular page of PDF document using C#....Editor Product Solution GroupDocs...PdfContent . class ); File imageFile = new File ( "test.png" ); byte...