Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 2,757 for

feature

(0.07 sec)
  1. 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....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Features overview | Documentation

    Salient Features of file conversion API using Java are described in this article...Java / Get started / Features overview Features overview Leave feedback...GroupDocs.Conversion main feature is the ability to convert any...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  4. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....more information on supported features of the GroupDocs.Metadata...To learn more about library features and get familiar how to manage...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  5. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....more information on supported features of the GroupDocs.Metadata...To learn more about library features and get familiar how to manage...

    docs.groupdocs.com/metadata/python-net/find-met...
  6. Convert ODT to DOCX using Node.js

    Quickly convert ODT to DOCX using Node.js with a simple approach. This guide shows how to export ODT to DOCX in Node.js for better document compatibility....comprehensive file format conversion features Create a new Converter object...DOCX file To start, install a feature-rich document transformation...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  7. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/esign-word-pro...
  8. eSign Spreadsheet with Metadata signature | Doc...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...more about document eSign features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/esign-spreads...
  9. Extract hyperlinks from document page | Documen...

    This article explains that how to extract hyperlinks from document page.... Features . Hyperlinks ) { Console ...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  10. eSign document with multiple signatures | Docum...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...more about document eSign features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/esign-documen...