Re: [iText-questions] iText PDF not getting printed properly in Solaris

2009-07-01 Thread rledesma_redsky
This is not a joke. This is a problem that needs a good answer. I might not using Itext but I'm relating it to PDF printing in solaris that prints garbage. I know that there is nothing wrong with my pdf file or ADOBE Acro because as I said it's working in windows and printing properly. But

Re: [iText-questions] iText PDF not getting printed properly in Solaris

2009-07-01 Thread Bruno Lowagie
rledesma_redsky wrote: But anyway with your answer Except that Adobe assumes that you are printing to a PostScript printer. gives me an idea that it might be the reason why. Thanks for that. And sorry for posting my problem here in ITEXT TOPIC it's just somehow related to me about printing

[iText-questions] Table header/footer problem

2009-07-01 Thread poncke
Hello, I have a problem generating a document with page headers/footer. The document is one big table. I dont need the default style page headers/footers (I looked at page events already) that are always placed at the top/bottom of a page but table based that are added at the top/bottom of the

[iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread pankaj kudale
Is iText and for that reason iTextSharp capable of reading user typed data from writeable PDF forms. Similarly writing (prefiliing data into textbox/dropdowns/checkboxes/etc) in to the writable PDF forms? _ This e-mail

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread Leonard Rosenthol
Yes and Yes. Leonard From: pankaj kudale [mailto:pankaj.kud...@patni.com] Sent: Wednesday, July 01, 2009 4:35 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible? Is iText and for that reason

[iText-questions] TimeStamp and itext 2.1.6

2009-07-01 Thread Pavol Behul
Hi, is already any samples how to integrate TimeStamp (new feature of iText 2.1.6) to pdf sign process ? Pavol Behul -- ___ iText-questions mailing list

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread pankaj kudale
Thanks Leonard. Earlier I forgot to mention, I am not putting any buttons of PDF forms to trigger pdf form post data. User will be uploading saved PDF form. Does it work with this requirement? Where can I found additional documentation related to this requirement and any code examples?

[iText-questions] itext jar: java coding pdf with tables and cells-nested tables and using images

2009-07-01 Thread Lisa M Barkey
Hi, I am using the latest iText 2.1.6 and think there are some issues. (Note: this is a jsp page with java code). I'm finding two things: 1. I can't put text and an image in a cell together. The text super-imposes over the image (using the barcode128 method from the same jar). Is there any

[iText-questions] Transparent background for whole pdf

2009-07-01 Thread Ian Rashkin
Maybe this is something obvious that I am overlooking, or maybe not possible - is there a way to set the pdf file's background to be transparent? IT is white be default, as far as I can tell. I use a component by PDFTron to render the pdf out to an image, and I want to be able to render to a PNG

Re: [iText-questions] iText, Flying Saucer, and Lotus Domino agent

2009-07-01 Thread mister bean
Sorry, but it's virtually impossible to help from this mailing list. FS wraps iText in its own classes. You'll need to pursue this with them. ---mr.bean jminata wrote: I am trying to convert HTML to PDF using Flying Saucer. I need to be able to use style sheet to do positioning, set font

[iText-questions] Cell setNoWrap() depricated?

2009-07-01 Thread Gadbois, John S
Has the setNoWrap() method been removed from iText 2.1.6? If so, is there any way to reproduce it's behavior with another method? I'm generating RTF not PDF. -- ___

[iText-questions] iText and CMYK

2009-07-01 Thread Philip Thorn
I'm using iText 2.1.4 to create a PDF that I send to a printing house that use CMYK (they create 4 plates). The images I have in the PDF are in format .tif with CMYK colorspace. The problem is that it seems that iText is converting the images to RGB or something because the blacks are not

Re: [iText-questions] iText and CMYK

2009-07-01 Thread Paulo Soares
iText doesn't convert colorspaces, if the image is CMYK it will be CMYK in the PDF, same with CMYKColor(0,0,0,1). It looks like your printing house is converting to RGB and then to CMYK but I'm just guessing. - Original Message - From: Philip Thorn phi...@anumex.com To:

Re: [iText-questions] reading and writing in to the AcroForms/writeable PDF forms? is it possible?

2009-07-01 Thread 1T3XT info
pankaj kudale wrote: Thanks Leonard. Earlier I forgot to mention, I am not putting any buttons of PDF forms to trigger pdf form post data. User will be uploading saved PDF form. Does it work with this requirement? You have contacted iText Software with the same question. An answer has