Re: PDFPage Creation query

2008-05-23 Thread John Calhoun
On May 23, 2008, at 1:43 AM, Amrit Majumdar wrote: There are a couple of other queries I have. 1. How to display the thumbnails in a PDFThumbnailView without their corresponding labels ? There is no API - labels are always on. ImageKit has an image browser view that is analogous to the PDF

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 co

Re: PDFPage Creation query

2008-05-22 Thread John Calhoun
On May 22, 2008, at 1: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 the following menthods. - (id)initWithImage:(NSImage *)image; Antonio is correc

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 ]in

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 creat