As widely known that we are always committed to improving our products and offering customers high quality service. From now on, E-iceblue will offer free customized demos to our users, which ensure all of you to have a clear idea of how to use our libraries.

Please fill in a form to request a free demo from us. Make sure the demo you want meets the following requirements:

  • It is a small project that implements a particular scenario.
  • It relates to our libraries stored on E-iceblue online store.
  • It costs less than 2 hours for us to complete it.
  • It is not a bug report.
  • It is not a feature request.

And if you have any other requirements for our products and our service, please let our sales@e-iceblue.com know.


Customized Demo

The following Demos are created by our support team based on our customers' special requirement.

Can I request a customized demo for the following requirement?
1. A Winform C# application that uses Spire.Doc and Spire.Xls
2. On clicking a button on the form, the application should convert all .doc, .docx, *.xls and *.xlsx in a specified folder to PDF.
Could you please send the code as a c# project?
A : For your needs, please refer to the demo Convert Word and Excel to PDF, and we recommend you use our Spire.Office product.
Can I request a demo with the following requirement?
1. Capable of merging multiple pdf documents and create a single pdf file
2. Add a page in the beginning with an image (usually company logo)
3. Generate table of contents (TOC)
4. Add page numbers to all the pages (except for the first page and TOC)
a. Page numbering should start after TOC
b. Allow resetting page numbers for each merged pdf or have a running number ( I need this because we may have different sections in the final pdf)
The demo project is required in C#. If the demo can have 3 to 5 pdfs with a minimum of 5 pages in each pdf will be great for this demo.
A : For your needs, please refer to the demo Merge PDFs And Add Image Page. And Sorry that our Spire.PDF product doesn't support the feature that generate table of contents (TOC).
I would like to have someone present a live/customized demonstration of the Spire.DataExport software to make insure it will meet all of our needs.
We are writing a system in .Net MVC 4.0 using C# and Entity Framework. We will need to export data sets to Excel and PDF formats.
For the data exports to Excel we will want to be able to export data and graphs that are tied to the data. That will allow us to run "what if" scenarios against the exported data which will in turn update the graphs accordingly.
A : We recommend that you could use our Spire.Office product, please download Spire.Office Version:2.6.6 and try the demo Export Data Demo.
I need to extract text from all TextBoxes inside a word document, how do I do that?
A : For your needs, please refer to the demo Extract Text From Text Boxes.
Can you guide to me function shading (color the background behind the selected text or paragraph)?
A : Thanks for your inquiry. Please check the demo Set Background Color as a reference.
How to take the header of one document and insert it only into the first page of another document?
A : Our Spire.Doc can meet your need. Please refer to the following demo Insert Header to fulfill the task.
How to create a header object with some text in paragraph, passed along as a parameter to a function where it is inserted into another document?
A : It is quiet easy to do this using Spire.Doc. Please refer to the following demo Create Header And Insert Into Document to fulfill the task.
I have gone through your website and found your product Spire.PDF for .Net suiting my needs.
1. Create one table,
2. Fill data into the table from database,
3. Digitally sign the table/page with Visibly placed Digital Signatures and save the same to PDF.
I request you to kindly provide me one Demo in C-Sharp.Net for the same. It will be great help for me if the same could be done through your product.
A : Just refer to the following demo Signature. If you get any questions, feel free to contact us.
I have an RTF document. How to remove the Page Breaks in the RTF document using Spire.Doc?
A : Spire.Doc provides you a method called Remove() to remove the Page Break. Please refer to the following demo Load RTF file to do the task.