You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
PageRange extend to allow additional pages
Implement Frontpage and Addendum task
Sep 1, 2015
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.
The text was updated successfully, but these errors were encountered: