itext
iText: Successfully resize one page pdf, but fail when there are multiple pages in the pdf document
I need to resize every page in my pdf from letter to legal size. Here is what I got so far public void resize (float x, float y, float scale) throws Exception {[详细]
2023-03-30 04:51 分类:问答iText ClassNotFound Exception
I\'m using iText library to work with Acrobat Forms. The servlet compiled without any errors. I imported the external jar files of iText. After compiling, i packaged and prepared an executable .war fi[详细]
2023-03-30 00:17 分类:问答FontFactory (lowagie), Java, getting UnsupportedEncodingException when trying to use UniJIS-UCS2-H (for Japanese)
I am using com.lowagie.text.FontFactory in generating a PDF file and am trying to use a custom font, KozMinPro-Regular, which provides support for Japanese characters, as we have a need to support thi[详细]
2023-03-29 23:15 分类:问答Insert an Image in PDF using ITextSharp
I have to insert a an image in a pdf. That is, wherever I seea text \'Signature\', I have to insert an signature image there . I can do by saying absolute positions .[详细]
2023-03-29 17:43 分类:问答How to create an XMl or a markup file from pdf using itext?
I want to create a Text file for this below pdf http://examples.itextpdf.com/results/part4/chapter16/with_font.pdf[详细]
2023-03-29 08:45 分类:问答memorystream to system.drawing.image with transparency
I have a pdf with an embedded image and using itextsharp I 开发者_开发问答have read the image into a memorystream (after checking for subtype image).[详细]
2023-03-29 02:59 分类:问答Slow instantiation of iTextSharp PdfReader with large fillable form
I have a large (6 pages, 222 fields) fillable PDF that I am using as a template with iTextSharp PdfReader.When this object instantiates it takes 5 minutes or more.I have tried:[详细]
2023-03-29 02:48 分类:问答itext pdf issue
I have an issue where I\'m trying to open a pdf that was coded with Quark 8.51 and use itext to extract the text from the document, but when it开发者_开发知识库 opens there is just a long bunch of gib[详细]
2023-03-28 19:38 分类:问答Extract Image from PDF using Java
I need to extract bar-code from PDF only (using rectangle), not converting 开发者_JAVA技巧the whole PDF into image.[详细]
2023-03-28 16:50 分类:问答iTextSharp: Need help to repeat some columns in the 1st row of the table after page break
I am creating a PDF document using iTextSharp. The document is a bunch of tables. Some of the tables span over a few pages.[详细]
2023-03-28 14:17 分类:问答