Re: [iText-questions] iText pdf rotation, resulting PDF displays out of memory in adobe.

2013-06-20 Thread Zoharat
AbobeAcrobat_Version1-6.pdf -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-pdf-rotation-resulting-PDF-displays-out-of-memory-in-adobe-tp4658565p4658566.html Sent from the

[iText-questions] iText pdf rotation, resulting PDF displays out of memory in adobe.

2013-06-20 Thread Zoharat
Following is a code snippet creating a pdf file where pages could be rotated in the resulting file. This works fine for most pdf files. But one particualr pdf file of version 1.6 the page is already rotated by 180, on applying further rotation to it e.g. 90 degress and saving the file causes it to

[iText-questions] Creating PDF/A files using iText

2012-01-04 Thread Zoharat Motiwala
Does iText support PDF/A file creation? Are there any code samples which show how this can be done? I am currently using iText library version 2.1.17, which version of iText supports pdf/a creation? -Zoharat

[iText-questions] PDF combine

2009-05-19 Thread zoharat
We have a requirement where one would want to combine 2 PDF files. The PDF files being combined may or may not have forms on it. Would the following be recommended approach to handle this sort of requirement. 1. Check if the files contain PDF form field data. 2. If yes use PdfCopyFields if no

Re: [iText-questions] Font Encoding

2008-11-19 Thread zoharat
I think I got what I needed. I was registering the fonts. So using the FontFactory.getFont(font name, size, style) method I could retrieve the font. I didn't need any encoding. -- View this message in context: http://www.nabble.com/Font-Encoding-tp20564938p20566017.html Sent from the iText

[iText-questions] Font Encoding

2008-11-18 Thread zoharat
Our customers can pick a Font that they would like their reports to be generated in. e.g. Courier New, Size 10. Now I have read the posts on the forum and I found out that I am able to register the fonts using FontFactory.registerDirectories(); Our server may run on a Windows or a Linux box.

Re: [iText-questions] Large text paragraph not kept on one page

2008-09-03 Thread zoharat
horizontal scaling. If > you > really want to control the placement use a ColumnText. Will it help me > keep the text on one page. > > Paulo > > - Original Message - > From: "zoharat" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, September 02, 2008

[iText-questions] Large text paragraph not kept on one page

2008-09-02 Thread zoharat
Hello, Our customers tend to create reports which are large text files. They have defined how many lines are there per page and at what offset should the text be displayed in the PDF file. Now I can display it at the required offset but the page gets split into two pages. I have attached sample

[iText-questions] Graphics objects added to PDF being made larger

2008-07-25 Thread zoharat
I have a text file which I convert to a PNG using our proprietary java code.Using java I draw primitive graphics objects like lines , rectangles onto the image. They appear to be at the correct location. Now I can also add the text in the text file to a PDF using iText and draw the same lines an

Re: [iText-questions] Differenct Image sizes

2008-06-18 Thread zoharat
Borders the area inside the PDF page margins. We are in the process of buying the book, so I have read only the documentation available online. I did use new page and it did put the images on new pages in the document. Certain group 3 TIFF's namely FAX files tend to have different DPI for the

Re: [iText-questions] Differenct Image sizes

2008-06-18 Thread zoharat
" I did try it, but it scales the images down randomly. Let say I said scale to 20% then for a big image it will be okay, but for smaller images they get very small. Also if you have multipage images, they get put on the same page. If the image size is greater than the PDF document borders only t