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...
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...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....a object and populate its properties; Assign the object to (or...(or , or , or ) property; Call the method. The following code snippet...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience....Expose FileType and PagesCount properties in ConvertedDocument class...
Major Features Supported section breaks inside data bands and conditional blocks, and provided dynamic adding of combobox and dropdown list items for Word Processing documents.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-188 Support section breaks inside data bands and conditional blocks for Word Processing documents Feature ASSEMBLYNET-189 Support dynamic adding of combobox and dropdown list items for Word Processing documents Feature ASSEMBLYNET-190 An issue with a JSON object having only complex Properties Bug ASSEMBLYNET-191 Improve exception reporting when an image cannot be loaded Bug Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....object having only complex properties Bug ASSEMBLYNET-191 Improve...
Contains options for rendering documents into PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children.... Properties Name Description ArchiveOptions...