Skip navigation.
 
mlRe: Query with PDF Page display in PDFview
FROM : Amrit Majumdar
DATE : Fri May 16 08:39:36 2008

>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_removed>>
Subject: Re: Query with PDF Page display in PDFview
To: CocoaDev Dev <<email_removed>>
Message-ID: <<email_removed>>
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—

Related mailsAuthorDate
mlQuery with PDF Page display in PDFview Amrit Majumdar May 15, 12:07
mlRe: Query with PDF Page display in PDFview John Calhoun May 15, 20:49
mlRe: Query with PDF Page display in PDFview Amrit Majumdar May 16, 08:39
mlRe: Query with PDF Page display in PDFview Antonio Nunes May 16, 08:53