Mac OS X open pdf file

Joined
Oct 16, 2014
Messages
2
Reaction score
0
Points
1
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:

Open an existing pdf file at given page
or

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

parameters: given page : 47 --> open pdf file at page 47
or

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
 
OP
L
Joined
Oct 16, 2014
Messages
2
Reaction score
0
Points
1
Wound up using NSPanel with PDFView (Quartz framework) to open the pdf at specified page.. Maybe this will help someone
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top