Hello,
I have done some research on this but could find a concrete solution. I created 4 graphs resulting in 4 single PDF documents.
I would like to "append" all 4 graphs into one single PDF document- one page per graph. How can I do this? Perhaps I can save the graphs in Stata format and then somehow combine them. I don't think the graph combine command will work since it combines graphs into 1 page/view and I want each graph in one page.
I would appreciate any help since combining these single pdf pages using other program is very time consuming.
Thank you,
Marvin
I have done some research on this but could find a concrete solution. I created 4 graphs resulting in 4 single PDF documents.
Code:
graph bar (max) preUOFtotr (max) inUOFtotr (max) postUOFtotr,by(unit) etc graph export "H:\graph1.pdf", as (pdf) replace
I would appreciate any help since combining these single pdf pages using other program is very time consuming.
Thank you,
Marvin
Comment