This article shows how to save a File to the specified stream...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...
Free online Barcode parser from DOCX. Secure and easy to use Barcode parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...
Free online QR code parser from PDF. Secure and easy to use QR code parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...
Free online Barcode parser from PDF. Secure and easy to use Barcode parser and reader... Upload By uploading your files or using our service you agree...Parse , , , , , and many more file and document formats (see )...
Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...Answers How to Add Barcode Signature to PDF in Java How to Convert...
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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...
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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...
Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single File as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added:
DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added:
Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....Signature Product Solution GroupDocs...DocumentTable Objects from a Single File as a Single Operation Loading...
This article shows how to save a document to a specified location on a local disk in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a specified location...
This article shows how to save a document to a specified location on a local disk...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a specified location...