This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains how to load from stream while using GroupDocs. Watermarks Java API....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark 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....Redaction Product Solution GroupDocs...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....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....Redaction Product Family How to Convert...how-to article. For executing document transformation, we will use...
This post provides the process of how to convert PPT to PPTX using Java and demonstrates the working of the feature with Java PPT to PPTX converter application....Redaction Product Family How to Convert...environment for performing the document transformation. Moreover,...
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....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word Documents to HTML, PDF, PNG, and JPEG formats....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...