Re: [iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-14 Thread thenewmexican64
What are you even doing in this business ? You don't even bother to close the document. If you had your problem would be solved. From: Siddhartha Rathi To: itext-questions@lists.sourceforge.net Sent: Monday, November 14, 2011 10:51 PM Subject: [iText-questio

[iText-questions] Saving the PDF created on SUSE Linux Server

2011-11-14 Thread Siddhartha Rathi
Hi All, I have written an agent in Ltus Notes in JAVA for creating and saving the PDF file. But when I am doing the same it is giving me no error but file is also not getting saved. Can some one help me what I must have done wrong I am also appending the code which I have used to save the file

Re: [iText-questions] Save PDF as plain text

2011-11-14 Thread 1T3XT BVBA
On 15/11/2011 0:03, Verakso wrote: > this ends up with linkts to old post that says iText can't do that. Those must be very old mails. iText can parse PDFs for plain text for a couple of years now. > I do know that /iText doesn't do OCR /but how do I convert a page to > plain text? That's ex

[iText-questions] Save PDF as plain text

2011-11-14 Thread Verakso
On the webpage iTextpdf.com there is a section saying that iText can read and extract PDF files. Actually is says, that iText can access the content stream of each page. But it must be me that is blind, because all my searches on how to do this ends up with linkts to old post that says iText can'

Re: [iText-questions] Find a string in pdf and the page number where it is present in a PDF using Itext 5.1.2

2011-11-14 Thread Kevin Day
I think that you will find that you are much more successful with getting help (both here and in most other places online) if you actually try things, and post specific questions about what you tried, and the specific problems you ran into. I will answer specific questions about details of how to

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Leonard Rosenthol
No, PDF does not reflow. I don't know how you are adding the dropdown – perhaps you should consult the book? Leonard From: Srivalli Neti mailto:vallin...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Mon, 14 Nov 2011 08:00:00 -0800 To: Post here mailto:i

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Srivalli Neti
Hi Suppose optional content 1,2,3 is there and user chooses 1 & 3. Since content 2 is hidden is there a possibility to move content 3 to upwards so that space occupied by content 2 is not shown as empty. When i tried to add dropdown to a paragraph it throws an error either classcast or not allowe

Re: [iText-questions] Find a string in pdf and the page number where it is present in a PDF using Itext 5.1.2

2011-11-14 Thread Natarajan, Swaminath
Kevin, I am not able to achieve this still. Kindly share the code if possible. Thanks & Regards, Swaminath Natarajan, -Original Message- From: Kevin Day [mailto:ke...@trumpetinc.com] Sent: Thursday, November 10, 2011 4:43 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Leonard Rosenthol
I don't understand #1 – align text in what way? The text doesn't change when you use optional content – it just disappears/hidden. Yes, you can put a dropdown anywhere on the page you want. From: Srivalli Neti mailto:vallin...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourc

Re: [iText-questions] adding checkbox to a paragraph

2011-11-14 Thread Srivalli Neti
Hi Thank you for the reply. Couple of questions. 1. Is it possible to align text once after optional content is selected? 2. Is it possible to have drop down inside a paragraph? Thanks & Regards Sridhar On Nov 13, 2011 6:34 PM, "Leonard Rosenthol" wrote: > Yes. > > Look into the use of Option