This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....() # Use format-specific properties to extract or edit metadata..."Author: { root . document_properties . author } " ) if __name__...
This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....PresentationSaveOpti class includes two key properties: slideNumber : Specifies...new one. Here’s how these properties work in Node.js: let saveOptions...
This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....QrCodeSignOptions class for setting properties for the QR-Code signature...
GroupDocs.Comparison for Python 26.5 brings a pure-Python wrapper, AGENTS.md, console CLI, and extensive API enhancements — now on PyPI....Rectangle from coordinate propertiesProperty‑name kwargs on options...Rectangle from coordinate properties # options = CompareOptio...
Generate PNG or JPG page thumbnails from a compared document using PreviewOptions and Comparer.GeneratePreview() in GroupDocs.Comparison for .NET.... The and properties of the object allows you...Specify the . The class main properties are as follows: is a delegate...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...and a set of different CSS properties, which are applied to different...
Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children.... Properties Name Description ArchiveOptions...
This example demonstrates how to load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
// Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific Properties to extract or edit metadata System....(); // Use format-specific properties to extract or edit metadata...
Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....image resolution, set the and properties to True . The GroupDocs.Viewer...all images in the file. The property determines the maximum resolution...
Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....access these options, use the property for one of the following classes... …, XFD). Enable the property to display row and column...