Learn more about Document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or URL for further processing with GroupDocs.Merger for .NET API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...
Sometimes when indexing, it is necessary to associate each Document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a Document, etc. To accomplish this task, additional fields can be added to each indexed Document in addition to those already in the Document itself.
Additional fields are associated with the Document through the arguments of the FileIndexing event that occurs before indexing each added Document....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
To extract tables from Microsoft Office Word Document getStructure method is used. This method returns XML representation of the Document. Tables are represented by “table” tag. For more details, see Extract text structure.
Warning getStructure method returns null value if text structure extraction isn’t supported for the Document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word Document has no text, getStructure method returns an empty org....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
Note This page contains release notes for GroupDocs.Viewer for .NET 18.3. Major Features There are 15 new features, improvements, and fixes in this regular monthly release. The most notable are:
Added support for following file formats: XLTM (Excel Open XML Macro-Enabled Spreadsheet) XLTX (Excel Open XML Spreadsheet Template) Added support of HtmlOptions.ExcludeFonts for Text (Microsoft Word) Document Improved rendering Microsoft OneNote Documents as HTML Added support for ShowHiddenSlides option for Open Document Presentation Documents Added option which allows to specify image quality when rendering PDF Documents as HTML Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1530 Specify image quality when rendering PDF Documents as HTML New Feature VIEWERNET-1451 Add XLTM file format support New Feature VIEWERNET-1450 Add XLTX file format support New Feature VIEWERNET-1512 Extend support of HtmlOptions....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer 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....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...