Re: [iText-questions] iText position x,y problem

2010-02-22 Thread 1T3XT info
Kamil Ratajczak wrote: > I can't figure out what I do wrong. When you print, you should look at the print dialog, and tell the viewer not to scale the page! If you scale pages, it's obvious that the measurements change. ---

[iText-questions] iText position x,y problem

2010-02-22 Thread Kamil Ratajczak
Hello I use iText version 2.1.7 I want put text in position x= 12 millimeters and position y = 100 millimeters For this purpose I use this methods : writer.getDirectContent().moveText(Utilities.millimetersToPoints(12),Utilities.millimetersToPoints(100)); writer.getDirectContent().showText("H

[iText-questions] iText position x,y problem

2010-02-22 Thread Kamil Ratajczak
Hello I use iText version 2.1.7 I want put text in position x= 12 millimeters and position y = 100 millimeters For this purpose I use this methods : writer.getDirectContent().moveText(Utilities.millimetersToPoints(12),Utilities.millimetersToPoints(100)); writer.getDirectContent().showText("Hell