Re: PDFPage Creation query

2008-05-23 Thread Amrit Majumdar
Heya... That completely does it!! I had overlooked - (Class) pageClass Thanks a ton. There are a couple of other queries I have. 1. How to display the thumbnails in a PDFThumbnailView without their corresponding labels ? 2. On double clicking on a PDFPage in an document I want to change the

PDFPage Creation query

2008-05-22 Thread Amrit Majumdar
Hi All, I am playing around with the PDFKit. I was planning to create a new PDFDocument, with my own PDF Page that I generate after subclassing PDFPage Accordingly I subclassed PDFPage and have over-riden the following menthods. - (id)initWithImage:(NSImage *)image; Steps I followed to

Re: PDFPage Creation query

2008-05-22 Thread Antonio Nunes
On May 22, 2008, at 10:20 AM, Amrit Majumdar wrote: I was planning to create a new PDFDocument, with my own PDF Page that I generate after subclassing PDFPage Accordingly I subclassed PDFPage and have over-riden [initWithImage] [...] MyPDFPageClass *myPDFPage = [[ MyPDFPageClass alloc