Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 11,963 for

formatting

(0.36 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Words formats - DOC, DOCX, RTF, and Open Office format - ODT...documents (Microsoft Office Excel formats - XLSX, XLS and Open Office...

    docs.groupdocs.com/signature/java/esign-documen...
  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....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Read and Update BitTorrent Metadata using Group...

    Good news for Java users! We are delighted to announce the monthly release of GroupDocs.Metadata for Java 18.4. The latest version allows you to read and update BitTorrent file format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now fixed. We recommend you to download the latest version for a better experience....and update BitTorrent file format metadata, read DublinCore metadata...in EPUB, DOCX, and PDF file formats Using unified approach for...

    blog.groupdocs.com/metadata/read-and-update-bit...
  5. exif data in CSharp

    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....yang dapat berisi gambar HEIF Format Gambar Efisiensi Tinggi. XMP...EXIF (Exchangeable Image File Format) adalah standar dan menentukan...

    blog.groupdocs.com/id/tag/exif-data-in-csharp/
  6. XMP data in CSharp

    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....yang dapat berisi gambar HEIF Format Gambar Efisiensi Tinggi. XMP...EXIF (Exchangeable Image File Format) adalah standar dan menentukan...

    blog.groupdocs.com/id/tag/xmp-data-in-csharp/
  7. Edit PPTX CSharp

    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....Український Tiếng Việt 中文 中國傳統的 Les formats de fichiers de présentation...charge ces formats et nous utilisons généralement ces formats pour...

    blog.groupdocs.com/fr/tag/edit-pptx-csharp/
  8. Edit PPT CSharp

    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....Український Tiếng Việt 中文 中國傳統的 Les formats de fichiers de présentation...charge ces formats et nous utilisons généralement ces formats pour...

    blog.groupdocs.com/fr/tag/edit-ppt-csharp/
  9. CSharp Word to PDF

    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....bestand ein großer Bedarf, diese Formate ineinander zu konvertieren...Word-Dokumente im DOC/DOCX-Format mit C# in das PDF-Format konvertieren. Darüber...

    blog.groupdocs.com/de/tag/csharp-word-to-pdf/
  10. Java Word to PDF

    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.... Beide Formate haben ihre Vor- und Nachteile...erhöht die Anforderung, diese Formate ineinander zu konvertieren...

    blog.groupdocs.com/de/tag/java-word-to-pdf/