This topic describes how to use the GroupDocs.Viewer API for Node.js to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....app conholdate.com conholdate.cloud conholdate.app containerize...
This topic describes how to use the GroupDocs.Viewer Java API to convert Word documents to HTML, PDF, PNG, and JPEG formats....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to extract data from ZIP archives using GroupDocs.Parser for Python via .NET. Extract files, iterate through archive contents, and parse nested archives....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page.
Template fields The template field is set by TemplateField class with the following constructor:
TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to save extracted images to files using GroupDocs.Parser for Python via .NET. Save images in different formats with format conversion....app conholdate.com conholdate.cloud conholdate.app containerize...
Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document.
advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation
SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...app conholdate.com conholdate.cloud conholdate.app containerize...