Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 11,809 for

formatting

(0.04 sec)
  1. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. So konvertieren Sie MSG mit C# in HTML

    Erhalten Sie schnell Hilfe zur Konvertierung von MSG in HTML mit C#, ohne dass Sie Software von Drittanbietern benötigen. Außerdem stellen wir ein Codebeispiel zum Exportieren von MSG nach HTML in C# bereit....Sie häufig Dateien von einem Format in ein anderes konvertieren...Dateiformats MSG in das HTML-Format. In diesem Artikel wird erklärt...

    kb.groupdocs.com/de/conversion/net/how-to-conve...
  4. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....data in a machine-readable format. Barcodes are normally used...or files of different file formats. Using this API, you can easily...

    blog.groupdocs.com/signature/barcode-generator-...
  5. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files....within files of various file formats across folders. This library...within a large range of file formats for Word documents, spreadsheets...

    blog.groupdocs.com/search/search-multiple-texts...
  6. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF files to the user in a “read-only”…...the PDF file to a different format that is read-only? Please let...file directly. Alternative Formats : If you want to display content...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  7. Menggabungkan File PDF, Word, Excel, PowerPoint...

    Gabungkan PDF, dokumen Word, spreadsheet, file presentasi secara terprogram dalam aplikasi berbasis .NET Anda menggunakan Merger API oleh GroupDocs di C#....menggabungkan dua atau lebih file format MS Word dan OpenDocument tanpa...presentasi, spreadsheet, dan banyak format lainnya dengan cara yang tidak...

    blog.groupdocs.com/id/merger/merge-pdf-word-exc...
  8. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....<ItemGroup> <None Update= "formatting.docx" > <CopyToOutputDirector>...Viewer viewer = new Viewer ( "formatting.docx" )) { // Configure view...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  9. GroupDocs.Parser สำหรับ Python 25.12 – การอัปเด...

    สำรวจสิ่งใหม่ใน GroupDocs.Parser สำหรับ Python 25.12. พร้อมให้บริการแล้วบน NuGet และเว็บไซต์ GroupDocs....คุณสมบัติหลัก Supported document formats รูปแบบเอกสารที่รองรับ Platform...extraction – Retrieve plain or formatted text from PDFs, Office documents...

    blog.groupdocs.com/th/parser/groupdocs-parser-f...
  10. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Managing metadata for specific formats / Other / Working with metadata...EPUB? EPUB is an e-book file format that uses the “.epub” file...

    docs.groupdocs.com/metadata/net/working-with-me...