Re: [iText-questions] Need advice

2013-04-24 Thread Nenad Bojčetić
Well, that is something worth to try. I don't know if border tag is even supported, if not then I will definitely used alternatives as gray lines, but if it is supported why doesn't works. On 24.4.2013. 22:29, jackd wrote: > Just a wild shot, but can you use a grey border instead of solid black?

Re: [iText-questions] Encoding base64 in Barcode

2013-04-24 Thread shawn1989
sorry, with the use of base64, I can encode some non-English data (say korean)to PDF 417 barcode , right?By the way, someone recommend me iText because it can offer some free barcode generating library

Re: [iText-questions] Adding & retrieve custom properties to PDF using XMP

2013-04-24 Thread Deepti Banana
Hi, Using custom schema, the following xml is being generated.. -http://www.w3.org/1999/02/22-rdf-syntax-ns#";> - - arr0 arr1 I want to know, if this structure also can be custom. For example,

Re: [iText-questions] problem appending PDF files

2013-04-24 Thread Brian . Moore
Does the field you have on your page three happen to share a name with a field on any of the other pages? This may be an elementary question, but it's the first thing I thought of. Below is a class I used to combine documents, you may find it helpful. Cheers, Brian public class ConCat2DocsWith

Re: [iText-questions] Need advice

2013-04-24 Thread jackd
Just a wild shot, but can you use a grey border instead of solid black? Will that make the border less prominent? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Need-advice-tp4658119p4658121.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Need advice

2013-04-24 Thread Ty Davis
Hi, Does your java program take from the browser or an html file on disk. On 4/24/2013 2:48 PM, Nenad Bojčetić wrote: > Hi, > I hit the wall so I am asking for a help or point in right direction. I > am trying to create pdf document using java (servlet) from html code > that has a table. I was a

[iText-questions] Need advice

2013-04-24 Thread Nenad Bojčetić
Hi, I hit the wall so I am asking for a help or point in right direction. I am trying to create pdf document using java (servlet) from html code that has a table. I was able to accomplish this but I am not able to create thin border lines. I search the web and available help but whatever I do n

Re: [iText-questions] combining PDFs automatically

2013-04-24 Thread Svistounov, Alexander (CSS)
http://lmgtfy.com/?q=itext+combine+pdf Alexander Svistounov @JAD From: Aaron Presuhn [mailto:pres...@somersettrust.com] Sent: April 24, 2013 3:49 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] combining PDFs automatically Acrobat has a fun

[iText-questions] combining PDFs automatically

2013-04-24 Thread Aaron Presuhn
Acrobat has a functionality to combine multiple PDF documents into one document. Does iText have any functionality to do anything like this? DISCLAIMER:This email may contain confidential information intended solely for the person(s) it is addressed to. Unauthorized viewing, modification, or in

Re: [iText-questions] Lowest level of java to run 5.4.1

2013-04-24 Thread Ty Davis
Thank You ... On 4/24/2013 12:40 PM, 1T3XT BVBA wrote: > On 24/04/2013 19:33, Ty Davis wrote: >> Hello, >> >> Im an as/400 java programmer. So that makes me a not-so-good java >> programmer. >> >> What is the lowest level of java that can be run with 5.4.1? >> >> We have 1,5 on our system. > Java

Re: [iText-questions] Lowest level of java to run 5.4.1

2013-04-24 Thread 1T3XT BVBA
On 24/04/2013 19:33, Ty Davis wrote: > Hello, > > Im an as/400 java programmer. So that makes me a not-so-good java > programmer. > > What is the lowest level of java that can be run with 5.4.1? > > We have 1,5 on our system. Java 5 (so JDK 1.5) is sufficient.

[iText-questions] Lowest level of java to run 5.4.1

2013-04-24 Thread Ty Davis
Hello, Im an as/400 java programmer. So that makes me a not-so-good java programmer. What is the lowest level of java that can be run with 5.4.1? We have 1,5 on our system. Thank You -- Try New Relic Now & We'll Sen

[iText-questions] problem appending PDF files

2013-04-24 Thread Tolting Colt Acres, Inc.
I have a problem appending a PDF file containing form fields to another PDF without losing the form fields. I have files which illustrate this issue. I am using iTextSharp-5.3.0 (I tried upgrading to iTextSharp-5.4.0 but other code in my application broke, so I had to continue to use this versi