Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 11,807 for

format

(0.21 sec)
  1. 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 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....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....workbooks , are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS...able to recognize spreadsheet format and apply appropriate default...

    docs.groupdocs.com/editor/net/edit-excel/
  3. Bubble Chart in Word Processing Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create bubble chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  4. Generate document preview | GroupDocs

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more.... format ( "%s\\result_%s.png" , Constants...

    docs.groupdocs.com/metadata/java/generate-docum...
  5. Reuse of extension methods - Free Support Forum...

    Hello, We recently discover your different products and are trying to determine the faisaibility of a feature. In our data model, we have a lot of string collections (arrays) and we want to Format them like this: “Mr.…...collections (arrays) and we want to format them like this: “Mr. A, Mr...

    forum.groupdocs.com/t/reuse-of-extension-method...
  6. OCR Usage Basics | GroupDocs

    This article explains how to use OCR.... format ( "\tPosition: (%d; %d)" ,.... out . println ( String . format ( "\tSize: (%d; %d)" , a ....

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  7. 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...
  8. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Extract data from various formats / Extract data from Microsoft...and Open XML (xlsx, xltx) formats are supported. Also LibreOffice...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Generate QR Codes in C# | Sign Documents and Im...

    Electronically sign documents and Images by generating QR codes in C# and attach these to Word, Excel, PDF, PNG, JPG, WebP files using .NET Signature API....and a lot more document file formats to add QR codes . For the examples...any other supported document format to attach the generated QR...

    blog.groupdocs.com/signature/generate-qr-codes-...
  10. Scan Barcode | GroupDocs

    Learn how to scan and read barcodes from PDF, Word, Excel, PowerPoint documents and images using GroupDocs.Parser for .NET. Extract barcode values and positions in C# with error handling....from PDF, Microsoft Office formats: Word (DOC, DOCX), PowerPoint...PowerPoint (PPT, PPTX), LibreOffice formats and many others (see full list...

    docs.groupdocs.com/parser/net/scan-barcode/