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

pdftops filter should obey page-ranges option #273

Closed
michaelrsweet opened this issue Sep 10, 2003 · 3 comments
Closed

pdftops filter should obey page-ranges option #273

michaelrsweet opened this issue Sep 10, 2003 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.2-feature
CUPS.org User: h.blischke

The pdftops filter, if invoked in the filter chain, should
already evaluate the page-ranges attribute.
In this case the attribute would have to be modified in order not to disturbe the pstops filter.

Otherwise (e.g. need only pages 1-10 out of some 50.000) the pdftops filter consumes too much resources.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Since pdftops produces application/postscript output, we want the CUPS filter system to be generic, and we would need to add ALL of the pstops capabilities to pdftops, it is unlikely that we will change the pdftops filter in the way you suggest.

It is possible that we could update the filter to output blank pages (no page object processing == faster) for those pages that are excluded from the page-ranges and page-set attributes, however this will likely not happen until CUPS 1.2.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: h.blischke

The solution sketched out seems acceptable to me, and to postpone it until CUPS 1.2 is ok.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in Subversion repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant