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
Frequency for distributions of t-statisticDear everyone, I have data like this Code: * Example generated by -dataex-. To install: ssc instal…
Removing all observations for and individual in a panel when one year has missing values.I have a panel where each individual is recorded over three round - r3, r4, r5. If for instance, an …
aweight, pweight or fweight? What to use for WLS?Dear all, I would like to apply a weighted least squares model but I do not know which weight to us…
Checking goodness of model fit in imputed datasetsHello all Can anyone tell me who to check the goodness of fit between two models in an imputed data…
Help With Agricultural Price volatilityHello everyone, I am writing my thesis and I am currently struggling with the codes used to estimate…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment