How can I create a pdf document with tables, which looks like this.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Add Namespace:
code using c#:
You can have look also at http://www.mikesdotnetting.com/Category/20, some handy samples of stuff people are often after it
PS: AbhiRoczz... personally I do avoid roseindia as they tend to steal plenty of resources, meaning they will copy&paste without giving credit to original owner. Plus site is badly organized and have one to many adverts
Create PDF Letter Using Itext Sharp
Check out following examples of using Itext.
Itext Examples for tables lists and images
You can further search for html to pdf converter. There are lot of free tools available. You need to pass your html containing the table and it will return the pdf document. I have developed one such application. Let me know if u need it.