Re: [iText-questions] Extracting CCITTFaxDecode images from a PDF

2011-08-26 Thread Satish Kumar Dundigal
BTW i am using the same GEtStreamBytes() mehtod.! case "/CCITTFaxDecode": byte[] raw = PdfReader.GetStreamBytes((PRStream)obj); thanks Satish On 8/26/2011 3:17 PM, Balder VC wrote: On 26/08/2011 11:11, Satish Kumar Dundigal wrote: *d.Get(PdfN

[iText-questions] Extracting CCITTFaxDecode images from a PDF

2011-08-26 Thread satish kumar dundigal
0 n 128884 0 n 128908 0 n 128988 0 n 129055 0 n 129154 0 n 0000129527 0 n 129633 0 n trailer << /Size 9 /Root 4 0 R >> startxref 129655 %%EOF thanks Satish --

[iText-questions] ODT to PDF conversion

2010-01-14 Thread satish viswanatham
iText to do the conversion from ODT to PDF? Helpful pointers would be appreciated. Thanks Satish -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the fiel

[iText-questions] Can't Parse/Read "

2009-11-04 Thread Satish HS
fonts in a HTML Paragraph. I have tried LoadTagStyle("p","face","Times New Roman"), but it sets the font globally(for all chunks). In the above example I have intentionally put a space between '<' and 'face' for the sake of explanation, the actu

[iText-questions] Can't Parse/Read "

2009-10-29 Thread Satish HS
fonts in a HTML Paragraph. I have tried LoadTagStyle("p","face","Times New Roman"), but it sets the font globally(for all chunks). In the above example I have intentionally put a space between '<' and 'face' for the sake of explanation, the actua

Re: [iText-questions] JSP PAGE GENERATION ERROR

2007-02-07 Thread Satish
this work in TST instance but not in Prod? we have three different files where we generate pdf in each server and it works right everywhere except this one file in prod. Will keep you posted. Thanks Regards, Satish On 2/7/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote: Udo Rader wrote: &g

Re: [iText-questions] JSP PAGE GENERATION ERROR

2007-02-07 Thread Satish
error , so here is the bug again click a button in parent jsp to generate pdf --> new jsp page pops up with error message--> i close the error message and hit refresh on the pop up jsp --> pdf gets generated, Thanks for the help in advance satish On 2/7/07, Udo Rader <[EMAIL PROTE

[iText-questions] JSP PAGE GENERATION ERROR

2007-02-07 Thread Satish
Hi, I am generating pdf from JSP. This seems to be working perfecty fine in two other pages, But in one of the pages, I am getting this error " The file is damaged and could not be repaired" in IE, but even this works perfectly ok in firefox, any help will be appreciated. Also the very same page

[iText-questions] How to convert HTML into PDF?

2006-08-02 Thread Satish
Hello,   I want to create a print friendly page. In order to do this I am planning to send HTML page seen on the browser to the PDF document. Is it possible to do this using Itext, if so how?   Thanks in advance Satish - Take

[iText-questions] Continued trouble with PDF Generation from JSP Page: Hello World.jsp

2006-07-25 Thread Satish
in advance for any suggestion or help.  Regards,Satish       <%@page import="java.io.*,    com.lowagie.text.*,    com.lowagie.text.pdf.*"%><% Template JSP file for iText// by Tal Liron//out.println("TEST1"); response.setContentType( "application/pdf" );

Re: [iText-questions] PDF From JSP page - Some Urgent help needed

2006-07-22 Thread Satish
Hi   Thanks for the reply, I did not realize that, I will try the same and get back . Appreciate your feedback.   Regards, Satish  On 7/20/06, Bruno Lowagie <[EMAIL PROTECTED]> wrote: Satish wrote:> Here is my code -- helloworld.jsp- same as what is available in the> itext tutorial

[iText-questions] PDF From JSP page - Some Urgent help needed

2006-07-20 Thread Satish
Hello,   Thanks for the sample code, I got it, now I have started running into problems.   I used the HelloWorld.jsp page in my application server to test. generating a PDF from jsp page. Though u mentioned the problems associated with use of JSP page. I have to use it because of limitations of the

[iText-questions] Hello World.jsp

2006-07-19 Thread Satish
Hi,   I understand JSP is not the best solution for reasons mentioned on the Itext site,But the link does not work, coz I have to use only JSP's,   also I know you replied to a similar question this morning and sent the link http://itext.cvs.sourceforge.net/*checkout*/itext/www/tutorial/general/we

RE: [iText-questions] Problems with changing bgcolor on checkboxes

2006-02-16 Thread Chandrasekharan, Satish
Paulo, Thanks for your prompt response. Would it work if i used the PdfWriter to recreate the checkboxes and paint them into a new document from scratch? Thanks, Satish -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 9:41 AM To

[iText-questions] Problems with changing bgcolor on checkboxes

2006-02-16 Thread Chandrasekharan, Satish
o for the checkboxes. I do a getAppearanceStates() on the field name to get the checkbox items, but i cannot seem to call setFieldProperty on the checkbox items.Any ideas on how to change the bgcolor on the checkboxes? Thanks, Satish -Message Disclaimer- This e-mail message is intended

[iText-questions] Setting background color for Radio buttons and checkboxes

2006-02-14 Thread Chandrasekharan, Satish
Hi, I'm a Java programmer working with a Pdf form that has a number of TextFields and radio buttons. My goal is to highlight all those fields that haven't been populated or checked. I'm able to highlight all the Text fields and the Signature fields by getting the AcroForms and then settin

RE: [iText-questions] PDF Encryption

2005-11-11 Thread satish babu
> > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of satish babu > > Sent: Friday, November 11, 2005 12:32 PM > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] P

[iText-questions] PDF Encryption

2005-11-11 Thread satish babu
Hi!!! Again we have got the pdf encryption problem. Still we are getting the problem form users. Actually we want to protect the pdf file that is not able to do any operations apart from the printing. Previously the user is taking the printout by updating the page or copying the page to new

[iText-questions] problems opening pdf file

2005-10-18 Thread Satish Kandi
i'm facing problems while opening pdf documents created with the help of itext-1.3.4.jar . i was trying to write images( jpeg ) into pdf using itext API. The java program runs fine. But while opening the pdf i encountered errors. Attached are the screen shots of the same. Please help. Here is th

[iText-questions] PDF Encryption

2005-10-05 Thread satish babu
Hi.. I am compound around the same issue from a long back. I have created one encrypted pdf file for our project. In that i ve given user pwd as "uesr" and no master pwd. Then it is fine. Now user has to open this file by giving user pwd. Pdf writers not allow to open the file also. So we a

[iText-questions] New iText-com.lowagie2

2005-09-14 Thread satish babu
Hi All.. Now we are able to use new iText features. though you are using, itext old versions. Let me explain cleat, If you are using old itext versions in ur projects till long time, and now u need new version of jar file for ur project. If u replace new iText version. many of

[iText-questions] Radio button, Checkboxes

2005-09-02 Thread satish babu
Hi Is thare any fecility to place radio buttions, checked, unchecked checkboxes, and other special symbols (like copyright symbol) in the pdf file. upto now we are placing these as images. This is very difficult for mantain while page alignments! Can u help me on this. Regards KC.

[iText-questions] PDF encryption - avoid copying

2005-08-28 Thread satish babu
Hi i am doing pdf encryption. Now i am able to restrict the user not to print the modified copy with the following code but, still user is copying the text from the page and pasting in the new page and taking the modified print from that new page. Can u pls give me how to restrict the user n

[iText-questions] Again - PDF encryption... small clarification .. pls!

2005-08-27 Thread satish babu
= PdfReader(readFile); com.lowagie2.text.pdf.PdfEncryptor.encrypt(reader, new FileOutputStream(writeFile), "".getBytes(),"".getBytes(),PdfWriter.AllowFillIn,false); --- rk <[EMAIL PROTECTED]> wrote: > use AllowFillIn property > > - Original

[iText-questions] PDF encryption... small clarification .. pls!

2005-08-26 Thread satish babu
Hi, i am doing pdf encryption. It is working fine. but We want to give only print permissin and shuld not be editable. when the pdf file is opened it is giving worning msg as "the pdf is procted not able to edit". But when we try to edit the text it is editable and not able to save changes, bu

[iText-questions] Pdf encryption problem - secure modify

2005-08-25 Thread satish babu
Hi, i am doing pdf encryption. It is working fine. but We want to give only print permissin and shuld not be editable. when the pdf file is opened it is giving worning msg as "the pdf is procted not able to edit". But when we try to edit the text it is editable and not able to save changes, bu

[iText-questions] We are using "itext-0.52.jar"

2005-08-02 Thread satish babu
Hi, We are using "itext-0.52.jar" file since 2001/02 usually we have to generate most of the reports as pdfs only. These pdfs are editable. But we want to make these as not editable and willing to give only print permissions to that. The cuttent version of "iText.jar" only supports this!

[iText-questions] Applying external CSS file dynamically to convert HTML to pdf using iText

2004-07-14 Thread Satish Avadhanam
. All I understood is it is not possible to apply external css files.   Can anyone please correct me if I am wrong? Or is there a way to apply external css to convert html to pdf on the fly? Any hints on how to proceed will be much appreciated.   Thankyou all. Satish. Yahoo! India Careers: Over