RE: [iText-questions] help on copy document

2002-07-02 Thread Paulo Soares
> -Original Message- > From: Waymon Ho [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 19:19 > To: [EMAIL PROTECTED] > Subject: [iText-questions] help on copy document > > Hi all, > > I have questions on how to copy the pdf file. Below is my code on how I > copy the ex

Re: [iText-questions] help on copy document

2002-07-02 Thread Leonard Rosenthol
At 12:47 PM -0700 7/2/02, Waymon Ho wrote: >You mention that I didn't read the page size correctly, so what >other method should I used beside getPageSize in pdfReader? And >what's the cropbox? The Cropbox is the visible display area of a PDF, as opposed to the physical page size. >

Re: [iText-questions] help on copy document

2002-07-02 Thread Waymon Ho
on >From: Leonard Rosenthol <[EMAIL PROTECTED]> >To: "Waymon Ho" ><[EMAIL PROTECTED]>,[EMAIL PROTECTED] >Subject: Re: [iText-questions] help on copy document >Date: Tue, 2 Jul 2002 14:46:42 -0400 > >At 11:19 AM -0700 7/2/02, Waymon Ho wrote: >>1. The

Re: [iText-questions] help on copy document

2002-07-02 Thread Leonard Rosenthol
At 11:19 AM -0700 7/2/02, Waymon Ho wrote: >1. The original pdf file was contain 5077 kb, and the new pdf file >only have 2094 kb. So, I wonder why the new file is much smaller >than the original one. Is there anything missing? I know both >document have to same number of pages. I know the