Closed GoogleCodeExporter closed 8 years ago
Just tested opening the output PDF directly with mupdf-1.0rc1-windows and there
are no such display problems. Maybe an update of mupdf within TikzEdt may
resolve the problem.
Original comment by markus.b...@gmail.com
on 11 Apr 2012 at 9:07
Even opening it with Adobe Reader reveals that the output is correct, so just
the preview within TikzEdt is wrong and therefore misleading.
Original comment by markus.b...@gmail.com
on 11 Apr 2012 at 11:42
Thanks for reporting this. I can confirm the issue and the comments.
We currently use Antonio Sandoval's .NET mupdf wrapper, which is unfortunately
discontinued and has not been updated to use the latest version of mupdf for
some while.
The solution will be to use the mupdf binary directly and render the pdf to a
png or bmp file and then to screen (instead of directly to screen as we do
currently). This might be a bit slower, though, especially when zooming... I
need to do some tests.
(Another solution is, of course, to maintain the wrapper ourselves, but this is
time consuming.... we had to do that initially to fix some of its memory leaks.)
Original comment by t.willwa...@gmail.com
on 12 Apr 2012 at 11:20
In the development version I changed the rendering to use the mupdf binary
directly.
The sample is rendered correctly now.
There seems to be only a small hit on performance.
I still have to check whether licensing issues allow me to distribute the mupdf
binary.... if so it'll be included in the next release.
Original comment by t.willwa...@gmail.com
on 13 Apr 2012 at 10:28
Original issue reported on code.google.com by
markus.b...@gmail.com
on 11 Apr 2012 at 8:54