[iText-questions] Get the absolution position of a form field in PDF?

2013-07-16 Thread Eric Chow
Hello, How can I get the llx (lowe-left X) and lly (lowe-left Y) coordinates of a form field? Is there any example that I can reference? Bets regards, Eric -- See everything from the browser to the database with AppDy

[iText-questions] How to set bottom Y coordinate for addTEmplate()

2013-07-16 Thread linkcrux
Hello, Can someone please help with this. I am using the below code to write my content to a template which has a predefined header and footer. Document document = new Document(PageSize.LETTER); PdfWriter writer = PdfWriter.getInstance(document,

[iText-questions] Set position for each character

2013-07-16 Thread Bittar
Hello everybody i work with iText librarie in order to create and then manipulate PDF documents. let us we have a document which contains a simple string such as "Hello world". So in the pdf file structure, we must have (Hello world)Tj. The problem is how can i set position for each character by u

Re: [iText-questions] Form is messed up with .CopyAcroForm and itextsharp - has been working with 5.1.2.0

2013-07-16 Thread LIHE
^^ itextsharp 5.3.5 is working ^^ but 5.4.0 and past versions are not ;( -- View this message in context: http://itext-general.2136553.n4.nabble.com/Form-is-messed-up-with-CopyAcroForm-and-itextsharp-has-been-working-with-5-1-2-0-tp4658754p4658759.html Sent from the iText - General mailing list

[iText-questions] can't understand about different font size

2013-07-16 Thread 정인기
Hi. I have a resource that worked well. and copy same resource to another machine. But it shows a little bit different font size. machine2 font size and letter space bigger than machine1. machine1 : [image: 본문 이미지 5] (work well) machine2 : [image: 본문 이미지 4] (wrong) Those two images are captured

Re: [iText-questions] Form is messed up with .CopyAcroForm and itextsharp - has been working with 5.1.2.0

2013-07-16 Thread LIHE
The problem is the buttons on the right, are they so wrong ?... if I don't place the buttons everythings is nice ;( code: Dim order_rec As New iTextSharp.text.Rectangle(llx:=PdfTabelRightX - 30, lly:=PdfTabelUpperStart + -PdfTabelRowHeightBom + Mod_RowNo * PdfTabelRowHeightBom * -1,

Re: [iText-questions] Form is messed up with .CopyAcroForm and itextsharp - has been working with 5.1.2.0

2013-07-16 Thread LIHE
damn: I found out that merging is not the problem it is adding the actions ;( here's a broken pdfs output damn.pdf I have to search what is exactly the problem first, sorry, I'll come back ;) -- View this message in context

Re: [iText-questions] Form is messed up with .CopyAcroForm and itextsharp - has been working with 5.1.2.0

2013-07-16 Thread Paulo Soares
It would help to have the PDFs. Paulo On Tue, Jul 16, 2013 at 9:49 AM, LIHE wrote: > I am combinding 2 pdfs. One with AcroForms inside, one with some action > inside, with the following lines of code. > > It has been working with 5.1.2.0 - now I updated to 5.4.2.0 and the forms > are a kind of h

[iText-questions] Form is messed up with .CopyAcroForm and itextsharp - has been working with 5.1.2.0

2013-07-16 Thread LIHE
I am combinding 2 pdfs. One with AcroForms inside, one with some action inside, with the following lines of code. It has been working with 5.1.2.0 - now I updated to 5.4.2.0 and the forms are a kind of hidden, till text is filled out, also some buttons are not showing at all, other actions work we