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

format

(1.19 sec)
  1. Enabling language information | GroupDocs

    Follow this guide to learn how to edit Word documents using locale inFormation and apply spell-checkers to document content written in different languages using GroupDocs.Editor for Node.js and Java....Documents in WordProcessing formats like DOC(X/M), ODT, and others...converted back to a WordProcessing format (e.g., DOCX or RTF), the language...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  2. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes new features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....package of the SVG file var format = metadata.GetRootPackage<SvgRootPackage>();...package to null to clean it format.XmpPackage = null ; // Save...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...
  3. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....Managing metadata for specific formats / Audio / Working with MP3...designed for the Monkey’s Audio format. In MP3 files, the APE tag...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  4. 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...
  5. Flash of Unstyled Text if Source Pdf has embedd...

    Hi GroupDocs Support, I encountered an issue when previewing a PDF file using GroupDocs.Viewer. The problem appears to occur because the PDF contains an embedded subset font in Base64 Format. The browser needs to decod…...embedded subset font in Base64 format. The browser needs to decode...

    forum.groupdocs.com/t/flash-of-unstyled-text-if...
  6. Issue with Missing Comments Rendering in GroupD...

    Dear Denis, I hope you are doing well. I would like to kindly follow up on the reported issue regarding missing comment text during rendering in GroupDocs.Viewer. Could you please provide us with an update on the prog…...Viewer to any supportable format. We consider it as a bug and...

    forum.groupdocs.com/t/issue-with-missing-commen...
  7. 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...
  8. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create a column chart in MS Excel 2013:...Data in Spreadsheet Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/column-chart-in...
  9. 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/
  10. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...in a clean, structured text format for chunking and embedding...

    docs.groupdocs.com/markdown/python-net/convert-...