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....Parser Product Solution GroupDocs...New API DiagramLoadOptions loadOptions = new DiagramLoadOptions...
Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....Parser Product Solution GroupDocs..."c:\sample1.jpeg" , new LoadOptions ( FileType . PDF )) { // Add another...
This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Parser Product Solution GroupDocs...groupdocs.viewer.options.LoadOptions ; // ... // Specify the file...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....Parser Product Solution GroupDocs...encoding. const loadOptions = new LoadOptions ( FileType . MD ) //...
Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....Parser Product Solution GroupDocs...options load_options = gvo . LoadOptions () load_options . file_type...
Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats....Parser Product Solution GroupDocs...load_options = gvo . LoadOptions ( gv . FileType . MD ) # Convert...
Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for Java....Parser Product Solution GroupDocs...XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions . setUseAsDataSource...
This article shows how to receive digital certificates properties over Document Info method....Parser Product Solution GroupDocs...properties LoadOptionsloadOptions = new LoadOptions () { Password...
Free Support
Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Parser evaluation licence not valid...license failing with GroupDocs.Parser Error while highlighting text...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....Parser Product Solution GroupDocs...WriteLine ( $"File type: {viewInfo.FileType}" ); Console . WriteLine (...