itext
Itextsharp seems to be corrupting a pdf form after filling it out; problems opening in Adobe Reader for WP7
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.[详细]
2023-04-09 17:43 分类:问答Generate PDF based on HTML code (iTextSharp, PDFSharp?)
Does the library PDFSharp can - like iTextSharp - generate PDF files *take int开发者_StackOverflowo account HTML formatting *? (bold (strong), spacing (br), etc.)[详细]
2023-04-09 12:51 分类:问答HorizontalAlignment on image not working in PdfPCell in itextsharp
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[详细]
2023-04-09 10:24 分类:问答Using ItextSharp I am getting Unbalanced begin/end text operators. But they are Matched
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()[详细]
2023-04-09 08:21 分类:问答Itextsharp: Adjust 2 elements on exactly one page
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[详细]
2023-04-08 22:23 分类:问答how to get a gif in a pdfpcell to line up with trailing text
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.[详细]
2023-04-08 20:57 分类:问答Adding images side by side in pdf using itextsharp
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[详细]
2023-04-08 14:59 分类:问答Java: combine 2000-5000 PDFs into 1 using iText yield OutOfMemorryError
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[详细]
2023-04-08 00:26 分类:问答iText Document Vertical Alignment
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[详细]
2023-04-07 17:22 分类:问答Text Positioning with IText for Java
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[详细]
2023-04-07 05:44 分类:问答