简体   繁体   中英

Mac OS X PDF manipulation

I'm new to mac OS developing (I've been only developing on iOS before)

I've created a mac application. That last thing I need to do is the following:

Either:

  1. Open an existing pdf file at given page

or

  1. create new pdf file from the existing pdf file containing pages between given page and given page and open it.

Example:

  1. parameters: given page : 47 --> open pdf file at page 47

or

  1. parameters: given pages : 47, 55 --> create a new pdf file containing 9 pages (pages 47 to 55 from the initial pdf) and open it (somehow).

How should I go about this?

Is it necessary to create another view and process each pdf page using pdf kit on my own mac app control? Or is there any way I could use , say.. , Adobe to open the pdf at a given page?

Any advice should do :)

Thanks

将NSPanel与PDFView(Quartz框架)结合使用以在指定页面打开pdf。也许这会帮助某人

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM