Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 4,367 for

release

(0.12 sec)
  1. Working with Chart Reports - Pie | Documentation

    Articles in this section...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/java/working-with-c...
  2. Basic Usage | Documentation

    Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/python-net/basic-us...
  3. Using Spreadsheets as Data Sources | Documentation

    Note The code uses some of the objects defined in The Business Layer. Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data.docx The Code...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/java/using-spreadsh...
  4. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/working-with-ta...
  5. Comments for File Format Blog

    Comments for File Format Blog Comment on Doc to Docx – A change worth considering to switch! by Homepage <strong>... [Trackback]</strong> [...] Read More Infos here: blog.aspose.com/200......0 (Java Version) Released! ooeess Comment on EPUB vs...

    blog.fileformat.com/comments/feed/
  6. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/java/load-from-loc...
  7. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/java/load-from-str...
  8. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/java/searching/
  9. List and print all supported file types | Docum...

    This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  10. Common List Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report 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. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must show multiple customers’ picture and name....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/common-list-ima...