tcorbet wrote
> My trouble-shooting has all been based on the belief that there must be
> some size limit, which I assumed would be the total number of pixels,
> but what seems to be true is that there is an horizontal pixel limit
> irrespective of height. If I limit the width to 14400, I will g
Sandor Rozsa wrote:
String pageSize = request.getParameter("pageSize");
So the pageSize variable is a String object.
PageSize.pageSize
Here you are calling the static member variable pageSize of class PageSize.
Inside class PageSize, there is no
public static Object pageSize
So th
Youssef Eldakar
Bibliotheca Alexandrina
-Original Message-
From: Bruno Lowagie [mailto:[EMAIL PROTECTED]
Sent: Thu 5/19/2005 4:23 PM
To: Youssef Eldakar
Cc: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions]
.
Youssef Eldakar
Bibliotheca Alexandrina
-Original Message-
From: bruno [mailto:[EMAIL PROTECTED]
Sent: Thu 5/19/2005 3:30 PM
To: Youssef Eldakar
Cc: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Page Size
Youssef Eldakar wrote:
Right, wxh = 1240x1752.
That is the image size at the moment you constructed the rectangle;
you did this BEFORE you tried to change the DPI.
At an image resolution of 300 dpi, it should translate to about 4.15x5.85.in. I
guess the problem is that the document resolution is
Youssef Eldakar wrote:
Image im = Image.getInstance(...);
document.setPageSize(new Rectangle(
im.plainWidth(), im.plainHeight()));
document.newPage();
im.setAbsolutePosition(0, 0);
im.setDpi(300, 300);
contentByte.addImage(im);
Opening the output PDF, it displays a page dimensions of "17.22 x 24.33
The limitation is on the number of pages that is 10. Call
PdfWriter.setLinearMode() after open.
Best Regards,
Paulo Soares
> -Original Message-
> From: Bill Simpson [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, September 25, 2003 0:17
> To: Bill Simpson; [EMAIL PROTECTED]
> Subject: [i
At 09:58 AM 7/10/2003 -0400, Schmickel, Xan wrote:
By the same token, is
there a way to instruct the printer to select
upper and lower tray for legal and letter size within one
document?
No!
PDF is the
PORTABLE Document Format, meaning that it does NOT contain any methods
for p
ROTECTED]
> Sent: Thursday, July 10, 2003 8:18 AM
> To: Carmona Perez, David;
> [EMAIL PROTECTED]
> Subject: Re: [iText-questions] Page size
>
>
> At 12:41 PM +0200 7/10/03, Carmona Perez, David
> wrote:
> >Does anyone know if the page size of a PDF file has
> to be
Title: RE: [iText-questions] Page size
By the same token, is there a way to instruct the printer to select
upper and lower tray for legal and letter size within one document?
-Xan
-Original Message-
From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July
At 12:41 PM +0200 7/10/03, Carmona Perez, David wrote:
Does anyone know if the page size of a PDF file has to be the same
throughout the whole file?
No it does not. You can happily mix page sizes...
Leonard
--
---
Leonard R
It's a bug. The page size change is deferred to the next page but the
margins take effect immediately.
Best Regards,
Paulo Soares
> -Original Message-
> From: Antoine BLANC [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 10:49
> To: [EMAIL PROTECTED]
> Subject: [iText-qu
12 matches
Mail list logo