Demo List
This the demo list of Simple API. Each demo contains overview, code introduction and download resources. You can learn and try it easily.
- Automatically Formatting a Document
It's a commen scenario that we need apply some necessary styles for plain text to improve its appearance. In this demo, a text document is created using plain text from a text file. The new document looks orderly and beautiful than before.
More...
- Create Analysis Report with Charts
In this demo, we will show how to create charts in presentation document, text document and spreadsheet document. Charts data is from a spreadsheet document. You can chose a cell range and using the values of these cells to generate a chart. It's easy and convenient.
More...
- Add 2D barcode image to a slide
We get the author contact information from the metadata of a presentation document. With a RESTful web service, a 2D bar code image is generated based on these information. With image API, the bar code image will be added to the first slide of this presentation at last.
More...
- Offer Letter with Text Fields
We have introduced several samples about how to use Simple API to generate document from the predefined templete. But sounds like, we never talk about how to create a template document using Simple API. Today, let's do it!
More...
- Booking Sheet with Text Box
This demo is similar with demo: Navigation API in Hotel Receipt. The different is that text box is included in the document template, so that we can show the text box feature in Simple API. Besides, this demo also shows the collaboration method between spreadsheet and text document templete.
More...
- Multiple Presentations Assembler
If you make a lot of presentations in your daily work, you know that you don't always create a presentation from scratch. This demo shows how to assemble several different presentations together to make a new presentation using Simple API.
More...
- List and Table Conversion
Starting in version 0.4, we have added methods to support bullet, numbered and image lists. This includes frequently used features for processing lists and list item. This demo is designed to show the power of List API and help you learn how to use it.
More...
- Navigation API in Hotel Receipt
This demo is a simple template application about hotel receipt. By loading the configuration file and navigating the hotel receipt template, this demo could generate the ODF documents.
More...
- Persentation Extraction and Combination
To show the operation of Presentation in Simple API, the Presentation Codmbination demo is used which combine two independent presentation documents together and extract the notes of each slide out to a Text document.
More...