Hello,
I am attempting to save the contents from an NSView to a PDF file at the resolution 1920x1200. I found the method:
I got the data from the view saved to a NSData object. My question is how do I save and open the file at 1920x1200 now that I have the NSData object with the PDF data.
Thanks
I am attempting to save the contents from an NSView to a PDF file at the resolution 1920x1200. I found the method:
Code:
dataWithPDFInsideRect:
I got the data from the view saved to a NSData object. My question is how do I save and open the file at 1920x1200 now that I have the NSData object with the PDF data.
Thanks