Re: [iText-questions] Precision Fix

2013-08-08 Thread Mark Duffill
-questions@lists.sourceforge.net Subject: Re: [iText-questions] Precision Fix Op 8/08/2013 11:42, Mark Duffill schreef: > > Hi, > > We are using iTextSharp to write out pdfs, however there was an issue > with precision. > > We enabled ByteBuffer.HIGH_PRECISION, but al

Re: [iText-questions] Precision Fix

2013-08-08 Thread iText Info
Op 8/08/2013 11:42, Mark Duffill schreef: > > Hi, > > We are using iTextSharp to write out pdfs, however there was an issue > with precision. > > We enabled ByteBuffer.HIGH_PRECISION, but also needed to make the > following code change to PdfContentBytes.cs > > (Basically so we can pass in double

[iText-questions] Precision Fix

2013-08-08 Thread Mark Duffill
Hi, We are using iTextSharp to write out pdfs, however there was an issue with precision. We enabled ByteBuffer.HIGH_PRECISION, but also needed to make the following code change to PdfContentBytes.cs (Basically so we can pass in double precision values). public void LineTo(float x, float y) {