Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 10,539 for

format

(0.12 sec)
  1. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for .NET...processing of any supported file format (instead of DocumentHander...

    docs.groupdocs.com/merger/net/migration-notes/
  2. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....work with different document formats. In this article, we will look...metadata across various document formats in Node.js applications. Although...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  3. 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....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...
  4. Edit Excel Workbook | Documentation

    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....documents 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/
  5. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Extract data from various formats / Extract data from Microsoft...and Open XML (xlsx, xltx) formats are supported. Also LibreOffice...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. OCR Usage Basics | Documentation

    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. Merge audio | Documentation

    Learn how to merge audio files, combine audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....file should be of the same format as the initial one. Repeat...Merging Different Audio File Formats This section describes how...

    docs.groupdocs.com/merger/net/merge/audio/
  8. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various file Formats by GroupDocs.Signature API....documents with different formats / Words → format Save signed Word Processing...signed documents with different formats. Each of document type has...

    docs.groupdocs.com/signature/net/save-signed-wo...
  9. How to Convert DOCX to OTT using Java

    We'll present straightforward instructions on how to convert DOCX to OTT using Java. Also, we'll provide code sample that explains how to export DOCX to OTT in Java....conversion of a DOCX file to the OTT format becomes a significant requirement...capable of handling various formats, streamlining multiple document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert DOCX to OTT using C#

    In this guide, we will provide simple steps to convert DOCX to OTT using C#. Moreover, we will furnish a code example demonstrating how to export DOCX to OTT in C#....a DOCX document to the OTT format can be a valuable task. In...can handle many different formats, making various document conversions...

    kb.groupdocs.com/conversion/net/how-to-convert-...