Re: [iText-questions] Html to Rtf

2007-04-05 Thread sk clr
Hi For the html with table, I removed the caption, it worked fine. But the javascript content from the html file is visible in the rtf. What should i do about that? And the image - I tried with both bmp as well as jpg. I get the same EmptyStackException Thanks sk clr <[

Re: [iText-questions] Decrypting PDF using PDFStamper - problem to check whether user or system password was entered

2007-04-05 Thread Michael Schierl
Bruno Lowagie schrieb: > You're also welcome to write a page about your GUI > frontend in the Wiki: http://www.lowagie.com/itextwiki/ Thank you. I will do so when it is mature enough to release it. > Maybe your tool could replace the iText toolbox. Although both will have similar functionality,

[iText-questions] Html to Rtf

2007-04-05 Thread sk clr
Hi I use iText to convert html input file to rtf output file. My code is pretty simple Document document = new Document(); RtfWriter2.getInstance(document, new FileOutputStream("Test.rtf")); HtmlParser hp = new HtmlParser(); hp.go(document, "Test.html"); When I use

[iText-questions] [EMAIL PROTECTED]

2007-04-05 Thread tnavarra
I am receiving an exception on seemingly any javascript that goes over 100 characters. I am assuming that this has something to do with the compression of the string in the javascript method. Any thoughts would be appreciated. [4/5/07 14:59:57:750 EDT] 0022 SystemErr R java.lang.NullPoin

Re: [iText-questions] copy xfaForm?

2007-04-05 Thread Paul Hastings
Paulo Soares wrote: > This is like asking how to build a "simple" rocket to Mars! I would start by at least it's not a chocolate chicken rocket ;-) > looking at what Acrobat does in terms of structure changes. well if it's going to require reworking iText, i think it's beyond what i can do to

Re: [iText-questions] copy xfaForm?

2007-04-05 Thread Paulo Soares
This is like asking how to build a "simple" rocket to Mars! I would start by looking at what Acrobat does in terms of structure changes. Paulo - Original Message - From: "Paul Hastings" <[EMAIL PROTECTED]> To: Sent: Thursday, April 05, 2007 5:41 PM Subject: [iText-questions] copy xfaFo

[iText-questions] copy xfaForm?

2007-04-05 Thread Paul Hastings
i'm trying to help someone who is merging some PDF docs, some of which contain xfaForms, which i don't any experience with. i know iText doesn't have a lot of support for these yet but can anyone offer any guidance on doing a "simple" xfaForm copy? thanks. -

Re: [iText-questions] AcroField - TextArea with Veritical Scrollbar ?

2007-04-05 Thread Paulo Soares
That's what happens if you set a fixed size font. Paulo - Original Message - From: "Harakiri" <[EMAIL PROTECTED]> To: Sent: Thursday, April 05, 2007 5:09 PM Subject: [iText-questions] AcroField - TextArea with Veritical Scrollbar ? > Hello, > > i've found the examples about TextField

[iText-questions] AcroField - TextArea with Veritical Scrollbar ?

2007-04-05 Thread Harakiri
Hello, i've found the examples about TextFields and that its possible that they have multiple lines. Now when i declare a rectangle with 200x200 for example, i want that if the text is to large to fit into the rectangle that the pdf reader displays a scrollbar for the user - similar to the HTML t

Re: [iText-questions] Customizing the PDF in client side

2007-04-05 Thread Paulo Soares
If the pdf is created then iText has nothing else to do. Your question is about servlets or jsp or web servers and you should ask about it in another mailing list or forum. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Cc: <[EMAIL

Re: [iText-questions] Customizing the PDF in client side

2007-04-05 Thread suresh . sugguna
No I don’t want add buttons to PDF; i want add buttons to my response page. In my response page i need to embedded generated PDF, (Embedded image moved to file: pic01862.jpg) |-+-> | | "Paulo Soares"| |

Re: [iText-questions] Customizing the PDF in client side

2007-04-05 Thread Paulo Soares
Once the PDF is created forget about changing text. If all you want is to add some buttons then it's ok. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, April 05, 2007 1:26 PM Subject: [iText-questions] Customizing the PDF in client side > > Hi, > Is this p

Re: [iText-questions] Character problem in PDF using UTF-8

2007-04-05 Thread szaki
had to use another coding BaseFont.CP1250 (not the one in the example), but it works now :) 10x again -- View this message in context: http://www.nabble.com/Character-problem-in-PDF-using-UTF-8-tf3525916.html#a9851540 Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] Concatenating PDF while adding book marks

2007-04-05 Thread Paulo Soares
See http://itextdocs.lowagie.com/tutorial/general/copystamp/index.html#pdfwriter and http://itextdocs.lowagie.com/tutorial/objects/bookmarks/index.html. Paulo - Original Message - From: "me_zeta" <[EMAIL PROTECTED]> To: Sent: Thursday, April 05, 2007 9:29 AM Subject: Re: [iText-questi

Re: [iText-questions] Concatenating PDF while adding book marks

2007-04-05 Thread me_zeta
Hi, ya i can put the chapter in one page and starting from next page i want the first pdf file contnents so that there will be no text reflowing. How can this be done can u give some small example?? Paulo Soares wrote: > > That's possible to to as long as you consider each pdf

[iText-questions] Concatenating PDF while adding book marks

2007-04-05 Thread me_zeta
Hi all, I have the following requirement. I have 3 pdf's 1) pdf1.pdf 2) pdf2.pdf 3) pdf3.pdf i want to concatenate these three pdf's The problem is that i want to create a new pdf in the following way 1) add a new chapter with heading as 2) put the contents of pdf1.pdf under this chapter 3

Re: [iText-questions] Concatenating PDF while adding book marks

2007-04-05 Thread Paulo Soares
That's possible to to as long as you consider each pdf page as an image. If you expect pdf to do text reflowing to next page if it doesn't fit, it won't happen, not with iText or any other tool. Paulo - Original Message - From: "me_zeta" <[EMAIL PROTECTED]> To: Sent: Thursday, April 0