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
xtreg with low R-sqHello, I have two dependent variables and 9 independent variables. I ran xtreg command using the f…
Investor turnoverHi all, First of all, thank you for help in advance. I'm trying to calculate the churn rate (CR) and…
Bootstrapping multi-level logit model with endogenous predictor using control function (Wooldridge): Handling fixed effects in bootstrapDear all I am seeking to implement the control function approach in the context of a multi-level mo…
Problems constructing a Variable indicating the share of male and female in an occupationDear Statalisters, I am currently working on a university project and am struggeling to build a var…
Matrix row calculationsHey everybody, once again im asking for your help! Could you please tell me how to multiply the elem…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment