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

format

(0.1 sec)
  1. Merge EPUB files using Java

    This guide will provide essential instructions for merging EPUB files using Java and will include a code snippet to demonstrate how to effectively combine EPUB files in Java....Java EPUB is a popular e‑book format prized for its cross‑device...

    kb.groupdocs.com/merger/java/merge-epub-files-u...
  2. Remove Annotations from RTF using C#

    Learn how to efficiently remove annotations from RTF using C#. This guide includes code demonstrating the process of how to delete annotations in RTF using C#....annotations from RTF (Rich Text Format) files can be crucial for maintaining...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  3. How to Convert MSG to JPG using C#

    In this article, you will learn how to convert MSG to JPG using C# without installing third party software. Also, we will provide code to export MSG to JPG in C#....the conversion of MSG file format to JPG Instantiate an object...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....documents should be of the same format. Here are the steps to join...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  5. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table List with Highlighted Rows in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ orders inFormation with a specific filtering condition with the following key requirements:...Highlighted Rows in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. Pie Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document Format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....report in Presentation Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  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. 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/
  9. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...library generates a fully formatted HTML document, including embedded...you can specify the output format explicitly if needed, but otherwise...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  10. 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/