Another month, another version. Today we are releasing version 17.8.0 of GroupDocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0.
Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....Viewer for .NET . This version resolves...rendering comments into HTML and PDF is supported for Microsoft Power...
This article explains how to use Pdf digital electronic signature features on document page....Viewer Product Solution GroupDocs.../ Sign Pdf documents with special appearance Sign Pdf documents...
This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...
GroupDocs Products Overview GroupDocs.Viewer GroupDocs.Viewer is a document Viewer API that allows rendering and view......Viewer GroupDocs.Viewer is a document viewer API that...including Word, Excel, PowerPoint, PDF, and more, without requiring...
I’m trying to rotate page in web-base(groupdoc Viewer) but this still cannot be done. I would like to know if this avialible for rotate function and how to....Viewer Product Family document-viewer Thitinan May...rotate page in web-base(groupdoc viewer) but this still cannot be done...
JSON to HTML in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in JSON to HTML in Java on GroupDocs Blog | Document Automation Solutions for .NET &......Java 將 JSON 呈現為 PDF、JPG、PNG 和 HTML 在 Java 中以 PDF 格式查看 JSON 文件。此外,使用...文件。此外,使用 JSON Viewer API 在 Java 應用程序中將 JSON 文件呈現為 JPG、PNG 和 HTML。...
This article explains how to add password for Pdf document with permissions using GroupDocs.Merger for .NET....Viewer Product Solution GroupDocs...password to PDF with permissions Add password to PDF with permissions...
This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...
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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Viewer Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...