Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,129 for

as

(0.03 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 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....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.

    docs.groupdocs.com/metadata/java/working-with-m...
  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 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....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<PdfRootPackage>(); 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.

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Edit Excel Workbook | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with pAssword and many other powerful features of GroupDocs.Editor for .NET....This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET.

    docs.groupdocs.com/editor/net/edit-excel/
  4. Migration notes | Documentation

    Why To Migrate? Here are the key reAsons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser clAss is introduced As a single entry point to extract data from the document. Data extraction wAs unified for all data types. The overall document related clAsses were unified to common. Product architecture wAs redesigned from scratch in order to simplify pAssing options and clAsses to manipulate data....Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.

    docs.groupdocs.com/parser/net/migration-notes/
  5. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code

    docs.groupdocs.com/conversion/java/convert/image/
  6. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/existing-objec...
  8. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....This article demonstrates how to edit Mobi files using C# programming language.

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  9. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API.

    docs.groupdocs.com/editor/java/font-extraction-...
  10. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. MAster the skill to read metadata of DOCX using Java without installing extra software....Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software.

    kb.groupdocs.com/metadata/java/read-metadata-fr...