I am using putpdf to save 2 .png files into one pdf document.
Code:
putpdf begin
putpdf paragraph
putpdf image enrollage.png
putpdf image agedensity.png
cd $final_graph
//changing directory to where the final pdf will be saved
putpdf save study_graphs.pdf
putpdf clear
At the point of "putpdf save" I get error r(198) which says "failed to add paragraph."
I'm not trying to add a paragraph at this point in the code, I'm trying to save the pdf I've built-- why did this error show up and how can I fix it?
Related Posts with putpdf "failed to add paragraph" when saving
How can I choose the time-varying technical efficiency models and inefficiency distribution?Dear STATA users, I am estimating the determinant factors of technical efficiency of teff farms (fo…
A seemingly bug with refcat (an option of estout), when using with tabstat ?Dear Statalist, I am using esttab and tabstat to produce descriptive statistics of 4 variables. I i…
Causality or correlation in panel data regression using random effect modelHi all, I have a question regarding a panel data regression using a Random Effect Model (REM). I am…
Confidence Intervals for Pairwise Comparisons of Average Marginal EffectsHi, when using the following commands: asdoc regress lnincome i.race age age_squared i.region i.hig…
summing observations by idHi all, I am sorry if I this may be a trivial question and if it has already been discussed. I sear…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment