BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Answer |
1. Footer and header with images and text. |
Please refer the below link to know more about working with headers and footers using DocIO. https://help.syncfusion.com/file-formats/docio/working-with-sections#working-with-headers-and-footers Please refer the below demo link of Header Footer sample. http://mvc.syncfusion.com/demos/web/docio/headerandfooter |
2. A way to create different tables (different layouts), some kind of templates which I can extend and shrink at my needs something like this https://www.rechnung-schreiben-programm.de/img/rechnungen/large/muster-subunternehmer-rechnung-seite-1.png I need to easy switch between different styles of tables, how can I achieve this. |
You can easily iterate the Tables collection of each section of Word Document to easy switch between different styles of tables. Please refer the below link to know more about working with tables using DocIO. https://help.syncfusion.com/file-formats/docio/working-with-tables Please refer the following demo links for table formatting and styles. http://mvc.syncfusion.com/demos/web/docio/formattable http://mvc.syncfusion.com/demos/web/docio/tablestyles |
3. The page shall use the next page, if there is no space on the same page (new page with header). |
If you create Word document using DocIO and open it with using Microsoft Word, then if content exceeds the page, Word will move the exceeded content in to new page with headers and footers of previous page. In Word to PDF conversion also, DocIO did the same approach for exceeded content when there is no space in the same page. |
4. convert the result to a pdf file. |
Please refer the below link to know about converting word document into pdf using DocIO. https://help.syncfusion.com/file-formats/docio/conversion#converting-word-document-to-pdf Please refer the below demo link of Word to PDF sample. http://mvc.syncfusion.com/demos/web/docio/doctopdf |