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

image conversion

(0.05 sec)
  1. Générer des rapports PDF et Word à partir de do...

    Générez des rapports par programme en convertissant JSON en PDF et Word à l'aide de modèles en C#. Automatisez les rapports PDF et DOCX à l'aide de l'API .NET....numérotées, graphiques, tableaux, images, codes-barres , etc. Vous pouvez...du code C# automatisent la conversion des données JSON en rapport...

    blog.groupdocs.com/fr/assembly/generate-reports...
  2. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-o...
  3. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Conversion Product Solution GroupDocs...different options, stylesheets, images, fonts, save HTML-document...

    docs.groupdocs.com/editor/net/introduction/
  4. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Conversion Product Solution GroupDocs...different options, stylesheets, images, fonts, save HTML-document...

    docs.groupdocs.com/editor/java/introduction/
  5. オンライン | TEX結合無料GroupDocsアプリ

    無料オンライン TEX合併。 TEXを 1 つのファイルに結合します。100%無料のオンライン TEX合併、安全で使いやすい。...TIFファイル Tagged Image File TIFF 合併 Tagged Image Format File 利用可能な...アプリケーション Viewer Annotation Conversion Comparison Signature Assembly...

    products.groupdocs.app/ja/merger/tex
  6. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....Conversion Product Solution GroupDocs...text with rich formatting, images, and different annotations...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  7. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Çevrimiçi PDF - DOCX Dönüştürücü | Ücretsiz Gro...

    PDF'den DOCX'e belge dönüştürücü - PDF'i çevrimiçi olarak ücretsiz olarak DOCX'ye dönüştürün, kayıt gerekmez. Güvenli ve kullanımı kolay PDF - DOCX dönüşümü!...Hedef WORD, POWERPOINT Hedef IMAGE, VSDX Hedef PDF, HTML Hedef...Kapsüllemesi) Viewer Annotation Conversion Comparison Signature Assembly...

    products.groupdocs.app/tr/conversion/pdf-to-docx
  10. 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....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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