The page describes how To add components To a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...you cannot apply a PDF component to Word, Image, or diagram file...
Learn about FinanceConverToptions class for financial data formats (XBRL, iXBRL, OFX) in GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...
In this article, you will learn how To convert eBook formats with GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...
Render CAD files (DWG, DXF, etc.) To HTML, Pdf, PNG, or JPEG using GroupDocs.Viewer's options....Conversion Product Solution GroupDocs...drawing to PDF and sets the background color of PDF pages to light...
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....Conversion Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...
This Topic describes how To use the GroupDocs.Viewer Java API To specify various options for rendering CAD files To HTML, Pdf, PNG, and JPEG....Conversion Product Solution GroupDocs...drawing to PDF and sets the background color of PDF pages to light...
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<PdfRootPackage>(); 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....Conversion Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...
This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index To save a rasterized Pdf...Conversion Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...
GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...to augment your document conversion experience. You will be pleased...month’s release of GroupDocs.Conversion for Java 19.4. You can now...
In this article, you will learn how To convert eBook formats with GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...