|
Hello Everyone,
I am getting an error when I try to display multiple graphs on a
single page and save it to a file with extenstion ".pdf". The
following statements help me to display bmp or gif files with out any
problem but i am having problem displaying pdf files. I get error "
Illegal text in object". Please let me know what option am i entering
incorrect.
filename fileout "Desktop\multiple_plots.(bmp gif pdf)";
goptions reset=all device=(bmp gif pdf/pdfc) horigin=1in vorigin=1in
gsfname=fileout colors=(BLACK) rotate=portrait
GSFMODE=replace display;
Thanks;
Shanky
|