Re: [iText-questions] I am Not able to see colspan value in pdf adobe reader

2014-09-01 Thread aamudhala
Hi, I have created pdf using itext 5.5.1 , while opening in adode reader for edit, I am not able to view colspan values. By default it is showing 1. any solution? Thanks. -- View this message in context:

Re: [iText-questions] I am Not able to see colspan value in pdf adobe reader

2014-09-01 Thread aamudhala
Hi, I am attaching sample pdf image also. http://itext-general.2136553.n4.nabble.com/file/n4660308/testpdf.png PdfPTable table = new PdfPTable(3); PdfPHeaderCell c0 = new PdfPHeaderCell(); c0.addElement(new Phrase(Customer,BOLD));

[iText-questions] Add XFA form into a PDF

2014-09-01 Thread YunYi
Hi, There is a normal PDF document, and I want to change it to a XFA form document. How to achieve that? Thanks in advance. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-XFA-form-into-a-PDF-tp4660309.html Sent from the iText - General mailing list

[iText-questions] [SPAM] Re: Detect Lines in PDF

2014-09-01 Thread mkl
Darren, FDnC Red wrote I figured out I could setup a PDFContentStreamProcessor and get all line values from the Pdf operators like this snippet below. The only remaining problem is I can't get the CTM so my line coordinates are off. Listener listener = new Listener();

[iText-questions] Filled PDF can't convert PS

2014-09-01 Thread Mester József
Hello I have lot of PDF what I fill with background process with PdfStamper and print with pdf2ps and LPR (on Debian linux) When I trying print unfilled pdf it is ok, and generated ps printed . When I fill with my program the generated ps cannot printed... I have no idea why. Please help. I use

Re: [iText-questions] Add XFA form into a PDF

2014-09-01 Thread Leonard Rosenthol
That would require you to completely parse and understand the semantics of the ³normal² PDF and then recode that using the XFA grammar. NOT a trivial piece of workŠ Leonard On 9/1/14, 8:42 AM, YunYi yiyun0...@hotmail.com wrote: Hi, There is a normal PDF document, and I want to change it to

Re: [iText-questions] Filled PDF can't convert PS

2014-09-01 Thread Leonard Rosenthol
Are you using the latest version of pdf2ps? On 9/1/14, 10:17 AM, Mester József mesterj...@gmail.com wrote: Hello I have lot of PDF what I fill with background process with PdfStamper and print with pdf2ps and LPR (on Debian linux) When I trying print unfilled pdf it is ok, and generated ps

Re: [iText-questions] Problem while copying PDF

2014-09-01 Thread iText mailing list
Please stay on the mailing-list regarding the technical question. Note that your question is still unclear. In your initial question you say that you have existing PDF documents with links and that you want to change these links upon merging. Now you say: On 9/1/2014 9:21 AM, Aritz wrote:

Re: [iText-questions] Add XFA form into a PDF

2014-09-01 Thread YunYi
Thanks for your help. I am not familiar with iText. Can you give me an example about that? Best regards. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-XFA-form-into-a-PDF-tp4660309p4660315.html Sent from the iText - General mailing list archive at Nabble.com.