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 arbitrary page sizes #1618

Open
adamwulf opened this issue May 18, 2016 · 0 comments
Open

Support arbitrary page sizes #1618

adamwulf opened this issue May 18, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@adamwulf
Copy link
Owner

adamwulf commented May 18, 2016

When importing documents, the user should be able to import PDF pages of any bounds size and still be able to see the whole page. as of #1614 we just aspect fill the PDF into the iPad screen size. Instead, I should aspect fit the PDF and allow the user to zoom into the page w/o it snapping back to 1.0 (related to #1557)

For PDF size, I should also map the PDF to its physical printed size.

http://stackoverflow.com/questions/11809133/default-paper-size-and-unit-for-pdf-documents-on-ios

PDF and PostScript use "PostScript points" as a unit. A PostScript point is 1/72 inch. So the default page size is

612 x 792 points = 8.5 x 11 inch = 215.9 mm x 279.4 mm
This is the US Letter paper size.

@adamwulf adamwulf added this to the v2.1.0 milestone May 18, 2016
@adamwulf adamwulf self-assigned this May 18, 2016
@adamwulf adamwulf modified the milestones: v2.1.0, v2.2.0 May 19, 2016
@adamwulf adamwulf modified the milestones: v2.3.0, v2.2.0 Jun 26, 2016
@adamwulf adamwulf modified the milestones: v2.3.0, v3.0.0 Sep 15, 2016
@adamwulf adamwulf modified the milestones: v3.0.0, v3.1.0 Dec 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant