Dear Statalist,
I am trying to convert a log-file from smcl to pdf, with the resulting PDF in landscape orientation.
Perusing the options listed by -translator query smcl2pdf-, I had thought this would be possible by setting some combination of pagesize, pageheight and pagewidth, since all are listed as options:
pagesize | letter
pagewidth | 8.50
pageheight | 11.00
However, I have not been successful using various combinations of options and guesses at options. For example
pagesize(custom) pagewidth(11.00) pageheight(8.50)
produces
option pagewidth() not allowed
r(198);
pagesize(landscape)
produces
pagesize "landscape" invalid
as do other guesses such as letter-landscape.
I have two questions, one specific and one more general:
First, how can I solve this narrow problem and produce a pdf in landscape format?
Second, are there any general resources such as a list of allowed parameters (and combinations of parameters), working examples, etc?
Many thanks,
BL
PS: Stata 13.1 SE-64 on W7.
I am trying to convert a log-file from smcl to pdf, with the resulting PDF in landscape orientation.
Perusing the options listed by -translator query smcl2pdf-, I had thought this would be possible by setting some combination of pagesize, pageheight and pagewidth, since all are listed as options:
pagesize | letter
pagewidth | 8.50
pageheight | 11.00
However, I have not been successful using various combinations of options and guesses at options. For example
pagesize(custom) pagewidth(11.00) pageheight(8.50)
produces
option pagewidth() not allowed
r(198);
pagesize(landscape)
produces
pagesize "landscape" invalid
as do other guesses such as letter-landscape.
I have two questions, one specific and one more general:
First, how can I solve this narrow problem and produce a pdf in landscape format?
Second, are there any general resources such as a list of allowed parameters (and combinations of parameters), working examples, etc?
Many thanks,
BL
PS: Stata 13.1 SE-64 on W7.
Comment