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

Migrate ipptransform to this project #65

Closed
michaelrsweet opened this issue Sep 4, 2023 · 5 comments
Closed

Migrate ipptransform to this project #65

michaelrsweet opened this issue Sep 4, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request priority-high
Milestone

Comments

@michaelrsweet
Copy link
Member

The ippsample project currently hosts the ipptransform tool, but it belongs in this project so it can be more widely used.

@michaelrsweet michaelrsweet added enhancement New feature or request priority-high labels Sep 4, 2023
@michaelrsweet michaelrsweet added this to the v3.0 milestone Sep 4, 2023
@michaelrsweet michaelrsweet self-assigned this Sep 4, 2023
@michaelrsweet
Copy link
Member Author

Initial check-in, still need to do localization and add PostScript (bitmap) output.

[master efac508] Initial checkin of ipptransform and PDFio code (Issue #65)

@michaelrsweet
Copy link
Member Author

[master 5203058] Add basic PostScript (image) support to ipptransform (Issue #65)

@attah
Copy link

attah commented Sep 30, 2023

Very nice! This makes my "pdf2printable" all but redundant (and that's a good thing).
Especially impressive that you could get mixed-orientation PDFs to come out usable from pdftoppm.

It seems you made a copy-paste error in the ps_end_page code (real version left uncommitted?); it looks very much like just another pcl_end_page.
If i replace it with a single "showpage" it comes out rotated, so presumably it needs something more.

(And the ps_start_* refer to PCL in their comments).

@michaelrsweet
Copy link
Member Author

@attah Yes, what is in the repo is an incomplete work-in-progress. Ultimately this program is what will get used to convert print files into something a printer will accept for the local and sharing servers, as well as doing some of the higher-level manipulation/scaling/imposition functions. The output formats are intentionally limited but we'll need PCL and PostScript support for printing to legacy Windows print servers.

@michaelrsweet
Copy link
Member Author

[master 0115e23] Add localization to ipptransform.

michaelrsweet added a commit that referenced this issue Oct 2, 2023
michaelrsweet added a commit that referenced this issue Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-high
Projects
None yet
Development

No branches or pull requests

2 participants