-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landscape Orientation for PDF's #173
Comments
This is also not working on Ubuntu. This feature works on macOS. |
Since macOS uses a different technique for rotation (due to #174) That make sense Mac isn't affected. @klabarge can you please roll back to 3c9361d ( |
Confirmed, reverting to 3c9361d reverses the bug. Now to find out why.... 😕 |
So even though we set the orientation under the attributes, the Book/Pageable does not seem to see it unless it is also set on the page format object as well. |
Going back to what we did on 2.0.1 (when using just |
This patch passed on all OS's 👍 |
Hello Guys, I encounter the same problem, how can I come up with this solution. |
This issue was closed as fixed. If you are compiling from source I would recommend doing a tag checkout of |
Actually I'm using the executable available for download, in version 2.0.3 We have the whole program developed and in the homologation part we are faced with this problem. I need to sort this out to buy your support and generate the necessary certificates. But this deadlock is delaying everything, please is there not something like the one that was done in the above solution? |
@edsonpa you can try our latest release-candidate here: https://github.com/klabarge/tray/releases/tag/v2.0.4-RC.1 |
Unfortunately it did not work. |
@edsonpa, this issue is about landscape oriented documents printing with a portrait orientation. What you describe sounds like an issue with content being cut off. You may be better off opening a new issue and thoroughly describing the issue you are seeing. (configurations, expected/actual results, etc) Also, we don't limit sizing anywhere in our code. so it sounds like you may need to make use of the |
Thanks for the answer but that's not it, we did the tests on more than one operating system on more than one physical printer is the error is the same, we created documents on other platforms in both guidelines. The situation is the same as mentioned above. |
I still believe your issue is different. This issue is stating that a document printed You are using a custom page size of I am going to reply to your google groups post with more information. |
thank you |
QZ Tray Version: 2.0.3-RC4
OS: Windows 10
When I try to use
orientation: landscape
with PDF's, the PDF prints portrait.This feature worked in the official 2.0.2 release.
The text was updated successfully, but these errors were encountered: