adamwulf / loose-leaf

Intuitive note taking app. Import and annotate PDFs, manipulate imported photos with intuitive gestures, and take notes with Apple Pencil.
https://getlooseleaf.com
MIT License
621 stars 95 forks source link

allow import of PDF as full-page in the app #464

Closed adamwulf closed 8 years ago

adamwulf commented 10 years ago

when loading pdf:

i need to decide how i should handle pdfs with 1 page vs pdfs with multiples pages

another option would be to import the pdf as the background to a page, but that'd also make it hard to import 2 pages and put the side by side and compare them. i should probably default to scraps, and the user can zoom the scrap to full page if they want.

When cutting scraps out of the base page, I should add a white cashapelayer for each cut. I can then merge those paths on a background thread into fewer shapes of possible.

This is related to multiple stacks #44.

adamwulf commented 9 years ago

the commit in cbcf351d02452b7c4e7800d28411abdba7207f62 has the import file type for the plist

adamwulf commented 8 years ago

I should use the tiled PDF viewer in ZoomingPDFViewer to display the pdf as the page background.

ideally, i would:

adamwulf commented 8 years ago

duplicate of #1169