Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 11,082 for

format

(0.04 sec)
  1. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....transform XLSX file into CSV format. For further insight, you may...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....to convert XLSX files to CSV format. For more information, please...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. 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...
  4. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the Formatted result of the expression....placeholder is replaced with the formatted result of the expression....enclosed by brackets An optional format string enclosed by double quotes...

    docs.groupdocs.com/assembly/net/template-syntax...
  5. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML Format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....document loaded from a non-HTML format is being saved to HTML. From...

    docs.groupdocs.com/assembly/java/saving-to-html...
  6. In-Paragraph List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in HTML Document Format. In-Paragraph List in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: A descriptive or inFormative line like “We provide support for the following products:”. Show all the products along with the above sentence....List report in HTML Document format. In-Paragraph List in HTML...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  7. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....documents, Excel and Oped Document format spreadsheets and other document...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Working with metadata in PDF documents | Docume...

    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...
  9. Edit Excel Workbook | Documentation

    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....documents 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. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Extract data from various formats / Extract data from Microsoft...and Open XML (xlsx, xltx) formats are supported. Also LibreOffice...

    docs.groupdocs.com/parser/net/extract-data-from...