Re: [iText-questions] [java] A4 page size is wrong in PageSize.A4

2014-02-26 Thread linuxunil
page size source http://en.wikipedia.org/wiki/ISO_216 -- View this message in context: http://itext-general.2136553.n4.nabble.com/java-A4-page-size-is-wrong-in-PageSize-A4-tp4659791p4659793.html Sent from the iText - General mailing list archive at Nabble.com. -

[iText-questions] [java] A4 page size is wrong in PageSize.A4

2014-02-26 Thread linuxunil
Hello, I'm creating a pdf using com.itextpdf.text.PageSize.A4. Document document = new Document(PageSize.A4); When i open the output file in Adobe Acrobat X v10.1.9 The output file has the size: 595.0 X 842,0 pts (CORRECT) BUT 8.26 X 11.69 in (INCORRECT! 8.3 X 11.7 in) The p