Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 12,396 for

format

(0.13 sec)
  1. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....LoadOptions instance with the file format and set the Password property...

    docs.groupdocs.com/markdown/net/load-a-password...
  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. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document Formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....from documents of various formats: PDF, Emails, Ebooks, Microsoft...LibreOffice formats and many others. Note Supported Formats: For a...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Render RTF as PDF using Python

    You can render RTF as PDF using Python to convert rich text files into professional, shareable documents. This approach lets you create PDF from RTF in Python effortlessly....using Python RTF (Rich Text Format) documents are widely used...include fonts, tables, and formatting elements. However, when it...

    kb.groupdocs.com/viewer/python/render-rtf-as-pd...
  5. Read Metadata from PPTX using C#

    Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....Within the vast array of file formats, PPTX stands out as a widely-used...widely-used presentation format brimming with rich metadata, ready...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. 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...
  7. 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/
  8. Render TXT as HTML with External Resources usin...

    Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....content in a browser-friendly format. The separation of assets improves...without losing readability or formatting. Updated on 30 Sep 2025 English...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  9. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract metadata from EPUB eBook | GroupDocs

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used....Extract data from various formats / Extract data from ePUB eBooks.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...