Skip to content
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

Support for duplex printer #2

Open
HYUNSEONG-KIM opened this issue Sep 27, 2022 · 0 comments
Open

Support for duplex printer #2

HYUNSEONG-KIM opened this issue Sep 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request New Feature New filter development

Comments

@HYUNSEONG-KIM
Copy link
Contributor

HYUNSEONG-KIM commented Sep 27, 2022

Duplex printer

The duplex printer printing contents on both side per each page.
It depends on printing devices but, the duplex printing does not perfectly fit.
Considering rotation during printing, rotatting even pages with $180^{\circ}$ angle is commonly supported.
However, addtional transformations, translation and rotation are required for perfect fitting of printing.
In addition, new printing mark is needed for measuing geometrical inbalance of front and back contents.

Done

  • New duplex measuring marker routine is implemented in PrintingMark class.
  • New converter class Duplex is implemented.

Remains

  • UIs need to be updated for using new features
  • Documentation of Duplex routine
@HYUNSEONG-KIM HYUNSEONG-KIM added duplicate This issue or pull request already exists enhancement New feature or request New Feature New filter development and removed duplicate This issue or pull request already exists labels Sep 27, 2022
@HYUNSEONG-KIM HYUNSEONG-KIM self-assigned this Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New Feature New filter development
Projects
None yet
Development

No branches or pull requests

1 participant