:psoa...@glintt.com]
Sent: Wednesday, July 27, 2011 1:56 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Inaccuracy scaling imported pages
This looks like a precision problem. You can increase the
precision by ca
This looks like a precision problem. You can increase the precision by calling
ByteBuffer.HIGH_PRECISION = true.
Paulo
- Original Message -
From: Markus Meyer
To: iText Questions List
Sent: Wednesday, July 27, 2011 9:17 PM
Subject: [iText-questions] Inaccuracy scaling
Hi,
when importing pages, an inaccuracy occurs. Consider the following example:
public static void main(String[] args)
throws Exception
{
Document doc = new Document(new Rectangle(0, 0, pt(500), pt(500)));
PdfWriter writer = PdfWriter.getInstance(doc,