Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 3,211 for

image conversion

(0.04 sec)
  1. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...Conversion Product Solution GroupDocs...files (TXT) that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  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....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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...
  4. Export Styles During Document Editing | Documen...

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Conversion Product Solution GroupDocs... save other resources like images // ... (handling other resources)...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  5. 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...
  6. 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/
  7. オンライン | 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
  8. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation 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...
  9. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....Conversion Product Solution GroupDocs...different options, stylesheets, images, fonts, save the HTML document...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  10. 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...