Re: [api-dev] Setting page size when exporting as a pdf

2007-04-20 Thread Ryan Grimm
I'm working on exporting spreadsheet documents to pdf using Java. I can get the documents exported as a pdf without any problem, but I'd like to change the paper size so the pagination is a bit nicer. Even when I set the size, the document still comes out as being 8.5x11. Anyone have any

Re: [api-dev] Setting page size when exporting as a pdf

2007-04-20 Thread Marc Santhoff
Am Freitag, den 20.04.2007, 15:18 -0700 schrieb Ryan Grimm: I'm working on exporting spreadsheet documents to pdf using Java. I can get the documents exported as a pdf without any problem, but I'd like to change the paper size so the pagination is a bit nicer. Even when I set the

Re: [api-dev] Setting page size when exporting as a pdf

2007-04-20 Thread Ryan Grimm
If this last step doesn't work, the easiest way to get around would be to predefine a new page style having the size set as needed. In your program you would only apply this page style temporarily and reset after it is done - no need to fiddle with actual sizes directly. If you have only one or

Re: [api-dev] Setting page size when exporting as a pdf

2007-04-20 Thread Marc Santhoff
Am Freitag, den 20.04.2007, 17:28 -0700 schrieb Ryan Grimm: If this last step doesn't work, the easiest way to get around would be to predefine a new page style having the size set as needed. In your program you would only apply this page style temporarily and reset after it is done - no

[api-dev] Setting page size when exporting as a pdf

2007-04-14 Thread Ryan Grimm
Hi, I'm working on exporting spreadsheet documents to pdf using Java. I can get the documents exported as a pdf without any problem, but I'd like to change the paper size so the pagination is a bit nicer. Even when I set the size, the document still comes out as being 8.5x11. Any pointers