Focal Point
[SOLVED]11 x 17 output in PDF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9217088786

September 28, 2017, 01:52 PM
Trudy
[SOLVED]11 x 17 output in PDF
I have a report that has the following coding for styling, the report is in PDF format

 
TYPE=REPORT,
	ORIENTATION=LANDSCAPE,
	LEFTGAP=0,
	PAGESIZE=TABLOID,
$ 


The report prints out on 11 x 17 paper but is not landscape. Does anyone have any experience with this?

Thanks

This message has been edited. Last edited by: Trudy,


WF8
Windows
September 28, 2017, 02:07 PM
BabakNYC
Try:
     PAGESIZE='11 x 17',
     ORIENTATION=LANDSCAPE,
$
 


Also, are you using a sty file? If you are double check to make sure it doesn't have a different orientation from what you're looking for.


WebFOCUS 8206, Unix, Windows
September 29, 2017, 10:42 AM
Trudy
Changing the PAGESIZE didn't work. I get the same behaviour. There is no issue with the style sheet I am using. Any other thoughts?


WF8
Windows
September 29, 2017, 11:31 AM
Trudy
I believe I have it working, and the issue was the printer needed to have it's driver updated so the PAPERSIZE=TABLOID and/or PAPERSIZE='11 x 17' works.

Thanks


WF8
Windows