Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 13,372 for

format

(0.09 sec)
  1. GroupDocs.Viewer 2.0 - New Features & Improveme...

    Last week, we released an update to the GroupDocs.Viewer library for the .NET platform. Now it is time to share what version 2.0 of GroupDocs.Viewer has to offer to the Java world. You can find a full list of new features, improvements and fixes on the GroupDocs.Viewer download page. The most notable improvements, I’m going to discover in this article. Native HTML5-Based Document Rendering The brightest gem presented in this version is the HTML-based rendering mode - an addition to the image-based one that was the only choice in previous versions of the document viewer....graphics are drawn using SVG format . This feature makes pages...

    blog.groupdocs.com/viewer/groupdocs-viewer-2-0-...
  2. System Requirements | GroupDocs

    System requirements for GroupDocs.Conversion for Python via .NET — supported operating systems, Python versions, and optional platform dependencies.... fonts used by many Office-format documents. If ttf-mscorefonts-installer...

    docs.groupdocs.com/conversion/python-net/system...
  3. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document pages using GroupDocs.Merger for .NET API....event handler ); image preview format - PNG / JPG / BMP; page numbers...

    docs.groupdocs.com/merger/net/generate-document...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more inFormation. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_Formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Barcodes Syntax and Properties | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode image without bars and text....DataMatrix barcode with GS1 string format microPdf417 MicroPdf417 barcode...QR barcode with GS1 string format maxiCode MaxiCode barcode dotCode...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  6. 使用 GroupDocs.Parser 提取 ZIP/RAR 存档中的文本

    实用指南,展示如何使用 GroupDocs.Parser for .NET 从 ZIP 和 RAR 存档中提取文本。提供逐步代码示例、递归处理以及最佳实践。...WriteLine( $"Skipping unsupported format: {item.FilePath}" ); } } }...Console.WriteLine( $"Unsupported format: {item.FilePath}" ); } } }...

    blog.groupdocs.com/zh/parser/extract-text-from-...
  7. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other Formats with couple C# code lines and GroupDocs.Merger for .NET....these are Presentation file formats that store collection of records...saved/converted into other file formats as well such as PDF, BMP, PNG...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  8. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Managing metadata for specific formats / Audio / Handling metadata...managing_metadata_for_specific_formats. audio.wav.WavReadNativeMetadat...

    docs.groupdocs.com/metadata/java/handling-metad...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GIF, JP2, TIFF & WebP image formats for adding watermarks on it...JPG, PNG, TIFF, and other formats using C#. Suppose that you...

    blog.groupdocs.com/groupdocs.blog/page/35/
  10. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....to handle various document formats, including XLSX. After integrating...complexities of the XLSX file format, enabling you to extract images...

    kb.groupdocs.com/parser/net/extract-images-from...