Hello,
I want to export RATS graph in PDF with portrait orientation, but unable to do that. Always it is exported in landscape. I can do it in PRINT form but the quality is not good enough. Any advice?
Sincerely,
Sajjadur.
Export RATS graph in PDF portrait
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Export RATS graph in PDF portrait
I'm not sure what you're trying to do, but the PDF export on the Mac does a PDF rendering of whatever is showing on the window. If you are looking for a graph that is taller than it is wide, you can use something like
GRPARM(HEIGHT=10.0,WIDTH=7.0)
before creating the graph, then the PDF export will have the type of layout you want.
GRPARM(HEIGHT=10.0,WIDTH=7.0)
before creating the graph, then the PDF export will have the type of layout you want.