Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 3,109 for

file format conversion

(0.06 sec)
  1. How to Sign RTF with QR Code using C#

    In this topic, we will guide you on how to sign RTF with QR Code using C#. We will also provide a code example to create QR Code in RTF using C#....Conversion Product Family GroupDocs...To generate QR code in RTF format, install GroupDocs.Signature...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  2. 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...Managing metadata for specific formats / Video / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...and password-protected Office files. To load a password-protected...

    docs.groupdocs.com/parser/python-net/load-passw...
  4. 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 getPdfType method to obtain File Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Load compression document with options | GroupDocs

    Learn how to load and convert compression Files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-compress...
  6. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction....Conversion Product Solution GroupDocs...tables from various document formats including Excel spreadsheets...

    docs.groupdocs.com/parser/python-net/extract-ta...
  7. 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....Conversion Product Solution GroupDocs...event handler ); image preview format - PNG / JPG / BMP; page numbers...

    docs.groupdocs.com/merger/net/generate-document...
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported File Format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Conversion Product Solution GroupDocs...documents of any supported file format with various options and...

    docs.groupdocs.com/comparison/java/migration-no...
  9. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java File editor features, provides code snippets, and examples of editing Microsoft Office Formats programmatically in Node.js applications....Conversion Product Solution GroupDocs...working with Microsoft Office formats or other supported document...

    docs.groupdocs.com/editor/nodejs-java/developer...
  10. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....Conversion Product Family GroupDocs...metadata from EPUB using C# EPUB files are widely used for eBooks and...

    kb.groupdocs.com/parser/net/extract-metadata-fr...