>What are your requirements?
Consider a multipage Page PDF document.
When the user launches the application
All the pages of the document will be displayed in two rows.
The pages will be resized and row one will display 5 pages,row two will
display 5 pages.

 The user can select any of the displayed pages and perform operations such
as zoom,edit,delete,select .. and so on.

How do I go about acheiving this?

Regards,
Amrit


Date: Thu, 15 May 2008 11:49:14 -0700
From: John Calhoun <[EMAIL PROTECTED]>
Subject: Re: Query with PDF Page display in PDFview
To: CocoaDev Dev <cocoa-dev@lists.apple.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset=windows-1252;   format=flowed;
       delsp=yes

On May 15, 2008, at 3:07 AM, Amrit Majumdar wrote:
> With the PDFView we can display upto two pages in a row.
> I need to display more than two PDF pages in a row.
>
> An earlier post pointed me to the fact that the PDFThumbnailView can
> be used
> for the same.
>
> But the catch is PDFThumbnailView doesn't help me acheive all my
> requirements.

What are your requirements?

You may, I think, have to write your own PDFView.  This is not as hard
as it seems though (depending on how much functionailty you want).
PDFVew itself is just using the other classes in PDF Kit (like PDFPage
for rendering, PDFSelection for selecting text, etc.).

John Calhoun—
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to