I want to create th following PDF layout with ITextSharp: I use the following code to generate my table:
Could iTextSharp be used to generate PDFs containing the fields in between flowing text e.g. Thankyou for choosing \"Pro开发者_高级运维ductNameField\". We would ...
I was looking for an option to set a page size (of the pdf) while using WkHtmlToXSharp. Currently t开发者_运维百科he PDF auto generate A4 pages , but my HTML is long and I wish to generate 1 long cont
does anyones knouw how to rend开发者_Python百科er a html document with javascript chart to PDF using iText?
I created a table with itextsharp and filled it with data from my database. Everything is ok but some data contains html tags, so in my table I get the tags instead of the text formatted, also some of
I am using iTextSharp library and C#.Net for splitting my PDF file. Consider a PDF file named sample.pdf containing 72 pages. This sample.pdf contains pages that have hyperlink that navigate to other
I\'m trying to add content from my database to a table I created with iTextSharp but I get this error:
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I used iText 5 to create a nice looking report which includes some tables and graphs. I wonder if iText lets you convert PDF to HTML and if so .. how can one do it?
I am 开发者_开发问答reading in a PDF through iText. How can I check to see if the orientation of the first page is in landscape or portrait mode?I\'m using this and it seems to work well.