-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
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
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) {