Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 3,366 for

image conversion

(0.13 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Conversion Product Solution GroupDocs...geometric shapes, raster and vector images, animations, video, audio,...

    docs.groupdocs.com/editor/net/deleting-slides-f...
  3. GroupDocs.Markdown para .NET — Exportar documen...

    Exporte PDF, Word, Excel, HTML e mais para Markdown com uma API .NET on‑premises. A primeira versão pública foi publicada....rendering quality during file conversion # <a name="_toc76372684"></a>**Font...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/pt/markdown/groupdocs-markdo...
  4. GroupDocs.Markdown لـ .NET — تصدير المستندات إل...

    صَدِّر ملفات PDF و Word و Excel و HTML والمزيد إلى Markdown باستخدام واجهة برمجة تطبيقات .NET المستضافة محليًا. تم نشر الإصدار العام الأول....rendering quality during file conversion # <a name="_toc76372684"></a>**Font...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/ar/markdown/groupdocs-markdo...
  5. GroupDocs.Markdown สำหรับ .NET — ส่งออกเอกสารเป...

    ส่งออก PDF, Word, Excel, HTML, และอื่น ๆ ไปยัง Markdown ด้วย .NET API แบบ on‑premises. การปล่อยรุ่นสาธารณะครั้งแรกได้เผยแพร่แล้ว....rendering quality during file conversion # <a name="_toc76372684"></a>**Font...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/th/markdown/groupdocs-markdo...
  6. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....Conversion Product Solution GroupDocs...Template ( templateItems ); Images and scanned PDFs Starting from...

    docs.groupdocs.com/parser/net/working-with-temp...
  8. GroupDocs.Markdown pro .NET — Export dokumentů ...

    Exportujte PDF, Word, Excel, HTML a další do Markdownu pomocí on‑premises .NET API. První veřejné vydání je zveřejněno....rendering quality during file conversion # <a name="_toc76372684"></a>**Font...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/cs/markdown/groupdocs-markdo...
  9. GroupDocs.Markdown for .NET — ドキュメントを Markdown ...

    Export PDF、Word、Excel、HTML などをオンプレミスの .NET API で Markdown にエクスポートします。最初のパブリックリリースが公開されました。...rendering quality during file conversion # <a name="_toc76372684"></a>**Font...<a name="_toc76372689"></a>**Images** This section starts from...

    blog.groupdocs.com/ja/markdown/groupdocs-markdo...
  10. 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....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...