Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 6,778 for

may

(0.04 sec)
  1. Working with EXIF metadata | Documentation

    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 | 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.... 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. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#.... There may be instances where you require...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Redact Content in Apple's Numbers Spreadsheet u...

    The technology is growing at a huge pace and to stand strong through this storm you need to improve every day. Accordingly, to make you enhance your applications and take them to the next level, we keep trying to meet your emerging requirements by introducing new features and improving the existing ones. This is the reason we have introduced an optimized and simplified version of our Java document sanitization and text redaction API - GroupDocs.... Since the PDF documents may possess different compliance...

    blog.groupdocs.com/redaction/redact-apple-numbe...
  5. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....documentation purposes, they may also need to be removed for various...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  6. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java.... Updated on 16 May 2024 English Türkçe 日本語 Deutsch...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  7. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java.... Updated on 15 May 2024 English Türkçe 日本語 Deutsch...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  8. Releasing Next Generation GroupDocs.Assembly fo...

    It’s time to lay a hand on Next Generation GroupDocs.Assembly for .NET. GroupDocs releases this product with the extinct features that you May have not experienced before. Variety of document formats are introduced, numerous data sources are supported. Document automation and report generation was never so easy. Why Next Generation GroupDocs.Assembly? The legacy 1.3.0 version of GroupDocs.Assembly for .NET had limitations. For example, in order to generate a report in any of the supported, complex coding efforts were required for creating templates and then, generating any report....the extinct features that you may have not experienced before....

    blog.groupdocs.com/assembly/simplest-api-for-do...
  9. CSV to XML in C# | Convert CSV Data to XML Format

    Convert CSV data to XML format using C#. Automate the CSV to XML conversion within your .NET application using document and file format conversion API....your own conversion app, you may learn more about the Conversion...

    blog.groupdocs.com/conversion/convert-csv-to-xm...
  10. Remove Annotations from PDF, Word Documents usi...

    Programmatically remove annotations from PDF and Word files using C#. Remove all annotations, remove by providing IDs, annotation types using .NET API.... You may also use the following command...

    blog.groupdocs.com/annotation/remove-annotation...