[iText-questions] On click of Image submit acrofrom with Method post

2009-07-30 Thread shri2010
Hi For one of my requirement, On click of Image, I want to open URL with posting two hidden parameters. Currently I am able to open url with GET method, I need to Hide the parameters (param1 & Param2 in the below url ). Image testImg= Image.getInstance("test.jpg"

[iText-questions] Deleting empty rows from Table after stamping

2009-07-30 Thread Maky2507
Hi, I have a Acrobat 7 Dynamic PDF form created using Adobe Live cycle. The form has a table with 10 rows and 2 columns (lets say EmpName and EmpId). Each cell of the table contains a TextField. I create a PdfReader on this PdfTemplate and read all the Form fields (TextFields) and stamp them with

[iText-questions] Dependency issue with new version of iText 2.1.7 found in maven repository

2009-07-30 Thread adam hamer
In light of the recent issue (described in main with the same title) - I thought I'd offer a link to the file The advice at the moment is to add it to the local repository http://polydistortion.net/bc/download/bctsp-jdk14-138.jar mvn install:install-file -Dfile=lib/bctsp-jdk14-138.jar -DgroupId

Re: [iText-questions] iText-PostScript XObjects-setPapertray

2009-07-30 Thread Leonard Rosenthol
If you are in control of the printing process and the printer(s) involved - why not just convert the PDF into the PDL of your printer (PS, PCL, etc.) and then modify that PDL code to incorporate the necessary tray switching instructions and then send that directly to the printer. Leonard

Re: [iText-questions] Signing PDFs with CA-signed certificate

2009-07-30 Thread Leonard Rosenthol
You need a certificate whose CA is already known to Acrobat/Reader, which would be either Adobe, Verisign or one of any of our CDS partners. You might also want to move to Acrobat/Reader 9 and our new Trust List feature that we just announced last week. Leonard From: Rainer Vehns [mailto:ve...

Re: [iText-questions] iText-PostScript XObjects-setPapertray

2009-07-30 Thread john91
HI at first thanks a lot for your hints. >At the time when I did my tests it had not been possible to change the >inputtray by using embedded postscript sequences on the printers I >tested. The printer always decided because of the page size. (I then >stopped tests, might be that using approp

[iText-questions] Signing PDFs with CA-signed certificate

2009-07-30 Thread Rainer Vehns
Hello, we are using iText in our application to create signed PDFs successfully. At the moment we are using a self-created certificate, we have created it with the Java keytool. Everything works fine, but (of course) if you open the document with Acrobat Reader there is a warning, that the cer

Re: [iText-questions] Dependency issue with new version of iText 2.1.7 found in maven repository

2009-07-30 Thread Xavier Le Vourch
tomdw wrote: > Same problem here at our company. Build broken because the > bouncycastle:bctsp-jdk14:jar:138 dependency is missing. Reason: the maven > repositories which contain iText do NOT contain the bctsp jar from > bouncycastle. Can you please upload that? I've just modified the pom.xml used

Re: [iText-questions] iText 2.0.2 Compatibility

2009-07-30 Thread santosh marepally
thanks mr. bean. From: mister bean To: itext-questions@lists.sourceforge.net Sent: Thursday, July 30, 2009 2:46:02 AM Subject: Re: [iText-questions] iText 2.0.2 Compatibility iText 2.x works fine with Java SE 6 (There is no J2SE 6) and Java EE 5 (There is no

Re: [iText-questions] iText-PostScript XObjects-setPapertray

2009-07-30 Thread Carsten Hammer
Hi John, a few years ago I implemented code for some of the testcases to embedd postscript code into pdf files although many of the experts on this list strongly vote against trying this (for good reasons - I never heard of a electronic printer supporting it officially, only offset). I tested ag

Re: [iText-questions] Dependency issue with new version of iText 2.1.7 found in maven repository

2009-07-30 Thread tomdw
Same problem here at our company. Build broken because the bouncycastle:bctsp-jdk14:jar:138 dependency is missing. Reason: the maven repositories which contain iText do NOT contain the bctsp jar from bouncycastle. Can you please upload that? -- View this message in context: http://www.nabble.co

[iText-questions] iText-PostScript XObjects-setPapertray...

2009-07-30 Thread john91
HI in my project it is necessary to controll the papaertray/papersource in the pdf-file i know that it is not possible to do this directly in the pdf, but in ps xobject and that acrobat igrnores ps xobject (if not enabled) at printing, but thats no problem because i print the pdfs with the java

Re: [iText-questions] iTextSharp question

2009-07-30 Thread Alexis Pigeon
Hi Joseph, 2009/7/30 Joseph Esquibel > Hello. > > I'm using the .NET 1.1 framework, and I need to tool that can read a pdf > within a website (ex: www.something.com/someting.pdf) and convert it to > text. Can any of your products do this? > No. HTH, alexis

[iText-questions] iText-PostScript XObjects-setPapertray

2009-07-30 Thread john91
HI in my project it is necessary to controll the papaertray/papersource in the pdf-file i know that it is not possible to do this directly in the pdf, but in ps xobject and that acrobat igrnores ps xobject (if not enabled) at printing, but thats no problem because i print the pdfs with the java

[iText-questions] Form with underlined field values

2009-07-30 Thread wkbutler
Hello - I need to build a very standard form layout as you would see on paper, something like: ADDRESS First Name: FirstName_ Last Name: Last Name Address: 33 Main St. City: __Tulsa State: _OK_ Zip: __22311__ It sounded simple

[iText-questions] iTextSharp question

2009-07-30 Thread Joseph Esquibel
[cid:image001.jpg@01CA1060.ABF167F0] Hello. I'm using the .NET 1.1 framework, and I need to tool that can read a pdf within a website (ex: www.something.com/someting.pdf) and convert it to text. Can any of your products do this? thanks for your time, Jo

Re: [iText-questions] blank page

2009-07-30 Thread 1T3XT info
Paulo Soares wrote: > There's no way to know that but it's a good feature. I'll add it this weekend. Isn't this already there? See http://1t3xt.be/?X0de newPage() is ignored unless you specifically tell the writer that the page is empty. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.c

Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-30 Thread 1T3XT info
srinivas.bodduluri wrote: > From the above fix I am still now sure where the problem lies (In the > bufferedImage or Image.getInstance(awtImage, null); > > Any views on this? Take an image (JPG, GIF, PNG,...); convert it to a BMP. You'll see that the file size of the image increases enormously!

Re: [iText-questions] iText 2.0.2 Compatibility

2009-07-30 Thread mister bean
iText 2.x works fine with Java SE 6 (There is no J2SE 6) and Java EE 5 (There is no J2EE 5). Some other user might be able to answer for the two tools you inquire about. However, I am sure that from the info above, you can determine whether it works with those tools. ---mr. bean santosh marep