Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 5,161 for

file signature

(0.03 sec)
  1. Save a modified file to a stream | Documentation

    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...

    docs.groupdocs.com/metadata/net/save-a-modified...
  2. Online DOCX Barcode Reader

    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 )...

    products.groupdocs.app/parser/read-barcode/docx
  3. Online PDF QR Code Reader

    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 )...

    products.groupdocs.app/parser/read-qr-code/pdf
  4. Online PDF Barcode Reader

    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 )...

    products.groupdocs.app/parser/read-barcode/pdf
  5. Categories

    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...

    kb.groupdocs.com/categories/page/40/
  6. Working with metadata in PDF documents | Docume...

    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...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in PDF documents | Docume...

    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...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Loading Multiple DocumentTable Objects from a S...

    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...

    docs.groupdocs.com/assembly/java/loading-multip...
  9. Save a modified file to a specified location | ...

    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...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  10. 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...

    docs.groupdocs.com/metadata/net/save-a-modified...