[Poppler-bugs] [Bug 79936] Add support for printing to a Windows printer from pdftocairo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 29 06:33:18 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79936

--- Comment #3 from Adrian Johnson <ajohnson at redneon.com> ---
> xform.eDx = xOffset;
> xform.eDy = yOffset;

This should be 

xform.eDx = -xOffset;
xform.eDy = -yOffset;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140729/dd350dce/attachment-0001.html>


More information about the Poppler-bugs mailing list