Variety of features to manipulate graphics, watermarks and text annotations...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...
Adding watermark to any supported Document format using GroupDocs.Watermark consists of some easy steps...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...
This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word Documents to HTML, PDF, PNG, and JPEG formats....Merger Product Solution GroupDocs...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....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata 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....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer 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....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
This article explains how to load from stream while using GroupDocs. Watermarks Java API....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...