Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in HTML Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:
Report must show managers’ picture and name. It must associate the managers with their clients....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article explains how to locate signature in the footer and header of Word Document....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Note This feature is supported by version 17.04 or greater Creating a Bulleted List Practicing the following steps you can insert Bulleted List in a Text Document.
To add a bulleted list use • as a bullet for each element in the list....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Note In this article, we will use GroupDocs.Assembly to generate In-Table List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table 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 represent the information of the customers and the total order prices with the following key requirements:...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Learn how to extract text areas with coordinates and formatting information from Documents using GroupDocs.Parser for .NET. Extract text with position data, rectangles, and text styles in C#....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire Document or a text from the selected page.
Here are the steps to extract a text from Microsoft Office Excel spreadsheets:
Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...