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

format

(0.9 sec)
  1. Single Row Image in Spreadsheet Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft Excel Document Creating a Single Row Please follow below steps to create Single Row Image in MS Excel 2013: Create a new Workbook. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....report in Spreadsheet Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODS...

    docs.groupdocs.com/assembly/java/single-row-ima...
  2. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....in Word Processing Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODT...

    docs.groupdocs.com/assembly/java/single-row-ima...
  3. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation Document Format. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....report in Presentation Document format. Multicolored Numbered List...OpenOffice without any issues or formatting losses. We opened the ODP...

    docs.groupdocs.com/assembly/java/multicolored-n...
  4. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document Format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details....report in Presentation Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODP...

    docs.groupdocs.com/assembly/java/common-master-...
  5. 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...
  6. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....that supports the OpenDocument format. For this purpose, we’ll use...from a variety of document formats, including ODT. Steps to Extract...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  7. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file Format and metadata standards it can deal with. The same code will work for all supported Formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....worry about the exact file format and metadata standards it can...will work for all supported formats in the same way. Most commonly...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  8. 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-...
  9. 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...
  10. 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...