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

Implement Frontpage and Addendum task #167

Open
dhartford opened this issue Jan 23, 2015 · 2 comments
Open

Implement Frontpage and Addendum task #167

dhartford opened this issue Jan 23, 2015 · 2 comments
Milestone

Comments

@dhartford
Copy link

Usecase: given a large number of pages, may want to create multiple documents, but individual documents may want to copy a specific page (for example, the first page like a fax coversheet or a form copied to many documents).

Example usage:
source document 10 pages.
doc1: 1,2-3
doc2 1,4,5,6 (or 1,4-6)
doc3 1,7-10,5 (5 may be additional reference page to add to the end of doc3)

May require a new model type(DocRange or PageList), or extend PageRange to support this usecase.

Note: from an API point of view, dictating each individual page (even if a range) would be reasonable from my point of view to support this usecase.

@torakiki
Copy link
Owner

Hi Darren, could you please clarify? I don't think I'm understanding ...
You can specify multiple docs with page selection as input (right?) and what is the expected output?

@torakiki torakiki changed the title PageRange extend to allow additional pages Implement Frontpage and Addendum task Sep 1, 2015
@torakiki
Copy link
Owner

torakiki commented Sep 1, 2015

As far as I understand this is the Frontpage and Addendum task available in PDFsam Enhanced 2.x

@torakiki torakiki added this to the 2.0.0.M1 milestone Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants