Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 6,959 for

may

(0.12 sec)
  1. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Please note that the chosen ID may intersect with the IDs used by...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ex...
  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.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... In some cases, it may be necessary to convert SVG vector...

    blog.groupdocs.com/categories/groupdocs.convers...
  4. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls.... Updated on 12 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  5. How to Convert TSV to Excel using Java

    Let's easily transform spreadsheet documents and learn how to convert TSV to Excel using Java. Also, review how to write the code for Java TSV to Excel converter....customizing the converted file and you may use its object for further defining...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert XLSX to DOCX using Java

    This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java....various purposes, and there may be instances where you need to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert MHTML to HTML using C#

    Easily perform document conversion and learn the process to convert MHTML to HTML using C#. Also, learn how to implement the convert MHTML to HTML C# capability.... Updated on 28 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... If that is the case, you may be interested in a new plugin...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  9. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post.... Updated on 20 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#.... However, you may modify this sample code by repeating...

    kb.groupdocs.com/comparison/net/how-to-compare-...