[iText-questions] Images and CYMK colours

2007-10-10 Thread david allen
When setting colour fill Itext allows you to specify RBG or CYMK. The reason is when we create pdfs they contain images. However, when printed they appear alot darker. Is it possible to do the same for images? -- View this message in context: http://www.nabble.com/Images-and-CYMK-colours-tf460

Re: [iText-questions] Urgetn help needed with simple question!

2007-10-10 Thread mister bean
If you need more help on this topic, please post full questions and avoid that CAPS LOCK key. Both courtesies help us help you--or at least make us more disposed to doing so ;-). Good luck with your project, ---Mr. Bean Xavier Le Vourch wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: S

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread Paulo Soares
That's the best option if you have to read encrypted PDF without the owner password. Paulo - Original Message - From: "Xavier Le Vourch" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, October 10, 2007 6:09 PM Subject: Re: [iText-questions] Out of m

Re: [iText-questions] Urgetn help needed with simple question!

2007-10-10 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bleuciel musicien wrote: > > > Very simple question: > > Input byte[] of tiff image > Outputbyte[] of PDF > > > Please tell EXACTLY which methods on which classes I have to call to > do this. Very simple answer: read the fine documentation

[iText-questions] Urgetn help needed with simple question!

2007-10-10 Thread bleuciel musicien
Very simple question: Input byte[] of tiff image Outputbyte[] of PDF Please tell EXACTLY which methods on which classes I have to call to do this. Please an accurate answer. THANKS A LOT FOR YOUR HELP. Niko. Visit Me OnlineUse Internet Explorer.. _

[iText-questions] Hiding a form field when a check box value is selected

2007-10-10 Thread swapna reddy
I have created an interactive PDF Form dynamically from a bean. It has multiple form fields like Textbox, selectbox,checkbox n so on... I am trying to figure out, how to hide a form fieled when a particular option of checkbox/radiobutton/selectbox is selected. Where do I need to trigger the

[iText-questions] Disable javascript validation for a date field.

2007-10-10 Thread kg84
Hi, We have third party provided PDF forms. Some date fields have JavaScript validations. I just need to prepulate "N/A" for them. Due to Javascript validations it's not taking "N/A" . Can I turn off JavaScript only for these certain date fields? Thanks.--

[iText-questions] Restrict text field on PDF form

2007-10-10 Thread kg84
Hi, We have third party provided PDF forms. Some text fields we want to prepopulate and restrict the users to edit them. I don't see any method in AcroFields for this purpose. Can some one tell me whether it's possible or not ? Thanks.---

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've reproduced the problem with your test case when using iText 1.3. Using the latest version of iText doesn't work as the included pdf is password protected but using iText 1.5.3 works fine even with a 500k stack limit. So it looks like you need t

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread Paulo Soares
Nothing arrived. It's better to put it in a zip and mail me directly. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dhyton > Sent: Wednesday, October 10, 2007 5:01 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-que

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread dhyton
Sure ... I put together a directory with my source code (Test only), the source file, and even a dos batch file with the heap set to 500k. I have uploaded it with this message. Paulo Soares wrote: > > The tests I made didn't indicate any leaks. As I said before, I > concatenated 1000 files each

Re: [iText-questions] Displaying an Image in HTML

2007-10-10 Thread Paulo Soares
Place each element in a ColumnText, don't add them to a Paragraph. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Yogesh Jankee > Sent: Wednesday, October 10, 2007 1:56 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-que

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread Paulo Soares
The tests I made didn't indicate any leaks. As I said before, I concatenated 1000 files each with 500k using a heap space of 64M. Can you send me a couple of your files? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dhyton > Sent: Wedne

[iText-questions] Displaying an Image in HTML

2007-10-10 Thread Yogesh Jankee
Hi All, I am trying to render an image in my pdf file. I have html content which needs to be added to my pdf file. The html content may contain image tags within. String htmlText = new String("This is Bold "); String htmlText2 = new String("This is Italic "); String

Re: [iText-questions] Out of memory when concatenating -- I haveread the previous threads

2007-10-10 Thread dhyton
Thank you for the suggestion but I still have the same memory problems. See new code below. Is it possible to get you to run the code through a profiler, so you can see the growth of the heap? I really need to resolve this ... is it possible to pay for support? public static void main(String[]

Re: [iText-questions] How to get the Chinese charactors whenusingHTMLWorker?

2007-10-10 Thread Scott WoodEasy
Thank you,Paulo. It succeeded. - Original Message - From: Paulo Soares To: Post all your questions about iText here Sent: 2007-10-10, 19:14:47 Subject: Re: [iText-questions] How to get the Chinese charactors whenusingHTMLWorker? See http://thread.gmane.org/gmane.comp.java.lib.itext.ge

Re: [iText-questions] How to get the Chinese charactors when usingHTMLWorker?

2007-10-10 Thread Paulo Soares
See http://thread.gmane.org/gmane.comp.java.lib.itext.general/33444/. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott > Sent: Tuesday, October 09, 2007 6:01 AM > To: itext-questions > Subject: [iText-questions] How to get the Chines

Re: [iText-questions] Why The image from src of cannot bewritteninto pdf file completely?

2007-10-10 Thread Scott WoodEasy
Thanks for your reply,Paulo. But again it failed to generate the image completely. Is it a bug? - Original Message - From: Paulo Soares To: Post all your questions about iText here Sent: 2007-10-10, 18:27:38 Subject: Re: [iText-questions] Why The image from src of cannot bewritteninto

Re: [iText-questions] removing a page

2007-10-10 Thread Schalk Neethling
Thanks a lot Paulo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: 09 October 2007 06:56 PM To: Post all your questions about iText here Subject: Re: [iText-questions] removing a page PdfReader.selectPages(). Paulo > -Original M

Re: [iText-questions] Add a newPage to a document with graphics

2007-10-10 Thread Paulo Soares
You must start and end a Graphics2D in the same page. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of nlif > Sent: Tuesday, October 09, 2007 7:54 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Add a newPag

Re: [iText-questions] Why The image from src of cannot be writteninto pdf file completely?

2007-10-10 Thread Paulo Soares
Add the element directly to the document instead of a Paragraph. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott > Sent: Wednesday, October 10, 2007 3:54 AM > To: itext-questions > Subject: [iText-questions] Why The image from src o