Re: [iText-questions] scale pdfs

2009-08-03 Thread wasegraves
August 3, 2009 2:06:51 PM Subject: [iText-questions] scale pdfs Is it possible to scale a whole pdf page without having to decompose it? I found some code for scaling images stored as pdfs but not for scaling any type of pdf page. I need to scale pages in or

Re: [iText-questions] scale pdfs

2009-08-03 Thread Leonard Rosenthol
Sure! There are samples in the iText book and toolbox. Leonard -Original Message- From: Elmar Stellnberger [mailto:estel...@gmail.com] Sent: Monday, August 03, 2009 11:07 AM To: iText-questions@lists.sourceforge.net Subject: [iText-questions] scale pdfs Is it possible to scale a whole

[iText-questions] scale pdfs

2009-08-03 Thread Elmar Stellnberger
Is it possible to scale a whole pdf page without having to decompose it? I found some code for scaling images stored as pdfs but not for scaling any type of pdf page. I need to scale pages in order to make them fit into margins. -