冰蓝科技在提供优质产品的同时,还可以根据您的实际项目需求,为您免费量身定制 Demo,助您快速熟悉如何使用我们的产品。
您可以通过填写表格获取免费定制 Demo服务。定制 Demo 需满足以下条件:
- 它是一个实现指定场景的小项目。
- 不是bug报告或功能请求。
- 和我们的任意产品相关,且不会过多涉及其他编程知识。
- 预计制作时间不超过两个小时,如果超出两小时,我们有权拒绝或根据实际要求适当收取定制费用。
如果您对我们的产品或服务有其他需求,请联系 support@e-iceblue.com。
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?
Can you guide to me function shading (color the background behind the selected text or paragraph)?
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?
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.