I\'m trying to dynamically generate a pdf form from an asp.net C# application.The form is generated and emailed to some users.People have been able to open it on Adobe Reader for months now.
Does the library PDFSharp can - like iTextSharp - generate PDF files *take int开发者_StackOverflowo account HTML formatting *? (bold (strong), spacing (br), etc.)
I am adding a image in PdfPCell and i want that to be center aligned. For that i 开发者_如何学Goused following code but its not working
I working on a app that uses ItextSharp to generate PDF files for students to print name tags and parking permits... However it keeps throwing: Unbalanced begin/end text operators. at the doc.close()
So, I\'m having this problem using C# (.NET 4.0 + WinForms) and iTextSharp 5.1.2. I have some scanned images stored on a DB and need to build on the fly PDF with those images. Some files have just on
I am using iTextSharp to create a .pdf.I\'ve got a table and in the table, I need to populate two checkboxes base开发者_Python百科d on data.
I am writing some data to the pdf using itextsharp. I am adding 2 images. I used this code: iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance(System.Windows.Forms.Application.StartupPath
I have eyeballing this code for a long time, trying to reducing the amount of memory the code use and still it generated java.lang.OutOfMemoryError: Java heap space. As my last resort, I want to ask t
I\'m trying to vertically align a table in my document to the bottom of the page. I\'ve set the vertical alignment of the table to BOTTOM but that just makes the cells align to the bottom of the tabl
I need to position different text before I generate the pdf using IText. I\'ve been thinking of using Chunks, but I don\'t know how to position them separately. I also tried using PdfContentByte but i