The page describes how to add ellipse annotation to a Document using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...
This page contains release notes for GroupDocs.Assembly for Java 19.5. Major Features Supported loading of template Documents from HTML with resources and saving of assembled Documents to HTML with resources.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-86 Support saving of assembled Word Processing Documents to HTML with resources Feature ASSEMBLYNET-87 Support loading of template Documents from HTML with resources Feature ASSEMBLYNET-109 Support saving of assembled Spreadsheet Documents to HTML with resources Feature ASSEMBLYNET-110 Support saving of assembled Presentation Documents to HTML with resources Feature ASSEMBLYNET-111 Support saving of assembled emails to HTML with resources Feature ASSEMBLYNET-114 An exception is thrown on saving a Document to DOC or PDF assembled from a DOCX template containing charts Bug ASSEMBLYJAVA-13 Upgrade release JAR to JDK 7 after Java 6 discontinuation Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Supported loading of template documents from HTML with resources and...
Follow this guide and learn how to remove page from PDF or Word Document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information.
Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
The watermarking Java API allows you to add watermarks to PDF Documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
This article explains how to add metadata signatures to Spreadsheet Document with GroupDocs.Signature...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...
Learn how to generate a preview for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...