Re: [iText-questions] Best way to determine page sizes

2007-08-28 Thread Richard Michael
> Because that method has a different purpose than > the getPageSizeWithRotation method. Ah, thanks. :) > It's better that you write your own code so that > you know which page sizes are equals according to > your requirements, because not every page that > is equal to you, will be equal to me.

Re: [iText-questions] Best way to determine page sizes

2007-08-28 Thread Richard Michael
Hi Bruno, > You are assuming that class Rectangle has its own implementation > of the equals() method, which it hasn't. And even if you were able Ah, sorry I was just hoping something similar would be possible, and writing pseudo-code. I noticed the height and width related methods, but it seeme

[iText-questions] Best way to determine page sizes

2007-08-27 Thread Richard Michael
Hello list, I think this is a Java question more than an iText question, but I'm learning Java as I work on an iText related project, so perhaps asking here is most useful. I would like to test the page size of a PDF document I have read using a PdfReader. Instead of obtaining the size in PDF po

Re: [iText-questions] Newbie help: adding "line" numbers

2007-07-17 Thread Richard Michael
> If the pages all have the same size, > and the extra content you're adding looks > exactly the same for each page, you might > want to create the 'line numbers' as a > separate PDF (with Acrobat or iText or...), > then superimpose this PDF on the existing PDF. Thanks. Will it be easy to constru

[iText-questions] Newbie help: adding "line" numbers

2007-07-16 Thread Richard Michael
Hello list, I have just discovered iText, and have been reading the docs and tutorials for an hour or so.. I'd like to add a column of numbers down the left margin of an existing PDF, providing reference numbers for reviewers and editors who are reading documents. I'm looking for any general adv