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

feature

(0.04 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. 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...
  3. 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...
  4. How to Convert DOCX to HTML in Java

    This tutorial guides you on how to convert DOCX to HTML in Java. Easily implement the Java DOCX to HTML functionality and customize the output file by defining various properties....can start working on this feature by installing the required...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert PDF to Excel using C#

    We will go over the specifics to convert PDF to Excel using C#. Also, you will learn how to apply these steps to generate Excel from PDF in C#....to explain how to use the feature. However, if you want to execute...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert TIFF to PNG in Java

    Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and easily customize the converted PNG file....to convert TIFF to PNG Java feature to show you the implementation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Convert EML to JPG using Java

    Discover the straightforward process of how to convert EML to JPG using Java. Additionally, we'll furnish you with a code example to export EML to JPG using Java....developers can easily add this feature to their projects, making it...

    kb.groupdocs.com/conversion/java/convert-eml-to...
  8. Convert PDF to Image using Node.js

    Learn how to convert PDF to Image using Node.js. This guide provides a simple method to efficiently export PDF to Image in Node.js, ensuring high-quality image output....js and integrate this feature into web applications, document...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. How to Upload PHP Project to Heroku?

    Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented Feature so some additional skills are required do deploy such a project. In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application....support is an undocumented feature so some additional skills are...

    blog.groupdocs.com/total/how-to-upload-php-proj...
  10. Merge HTML files using C#

    This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively....creation of more interactive and feature-rich web applications. The...

    kb.groupdocs.com/merger/net/merge-html-files-us...