Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 4,338 for

release

(0.03 sec)
  1. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of file formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/nodejs-java/produ...
  2. In-Table Master-Detail in HTML Document | Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/java/in-table-maste...
  3. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/java/convert/note/
  4. EditableDocument | Documentation

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/net/editabledocument/
  5. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/net/enabling-language...
  6. Pie Chart in Word Processing Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  7. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/python-net/save-to...
  8. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/net/optimize-index/
  9. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/java/homophone-search/