Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 11,052 for

format

(0.06 sec)
  1. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) Formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Extract data from various formats / Extract data from Emails...Outlook Storage (ost, pst) formats are supported. Also POP, IMAP...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. All-in-One C# Suite for Automating Document Tasks

    Discover how GroupDocs.Total for .NET simplifies C# document automation. From viewing and editing documents to e-signatures and cost-effective licensing, optimize your workflow effortlessly....view many different document formats in your application. GroupDocs...You can edit popular file formats like Word documents, Excel...

    blog.groupdocs.com/total/streamline-document-au...
  3. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Highlighted Rows report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show all the client names with price. Show single client and his single contract price in a single row....Rows report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML Document Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML Document Reporting Requirement As a report developer, you are required to represent managers’ contract inFormation with the following key requirements:...Ordering report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....redacted document is saved in PDF format result_path = redactor . save...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  7. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Managing metadata for specific formats / Images / Working with DICOM...Metadata API supports extracting format-specific information from DICOM...

    docs.groupdocs.com/metadata/net/working-with-di...
  8. GroupDocs.Editor for Node.js | Documentation

    GroupDocs.Editor for Node.js enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document editing API....saved to original document format. GroupDocs.Editor can also...presentations, XML, OpenDocument Formats and TXT files. About GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/
  9. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....convert any XLSX file to JPG format after installing .NET only...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. 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-...