Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 3,601 for

feature

(0.07 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/extract-table-of-...
  3. Working with metadata in PDF documents | GroupDocs

    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...
  4. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... This feature is implemented over object...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/implement-cus...
  5. Advanced search archive documents | GroupDocs

    This article explains how to make advanced search withing the archive that contains several documents for any electronic signatures with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. Features overview | GroupDocs

    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...
  7. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression.... This feature is useful, when you need to...are met. In particular, this feature is useful when cells corresponding...

    docs.groupdocs.com/assembly/java/template-synta...
  8. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of Features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new Features. Recently, we have released the v19.11 of our document automation API with quite a useful set of Features....provide a complete package of features required to build reports...we keep introducing the new features. Recently, we have released...

    blog.groupdocs.com/assembly/net-java-document-a...
  9. How to Convert HTML to Markdown using C#

    Quickly convert HTML to Markdown using C# with one of the popular document converter APIs and learn how to create the HTML to MD converter in C#....to show the working of this feature. This sample code is easy to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....formats or embedding this feature into more complex applications...

    kb.groupdocs.com/parser/java/scan-barcode-from-...