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
issue with "svy: biprobit"Hi everyone, I have a longitudinal panel data with the person-spell format where a spell is defined …
Extracting a month/year variable from a dateI'm new to Stata and I have a dumb question. I have a date variable (indexdate) with the format %tdD…
semi-parametric quantile modelHi, How to run semi-parametric quantile regression in Stata? There is a way to run semi-parametric …
Append all .dta files in directoryMany people asked this quesion on 'batch appending' in many ways. Some of them are obscure so I trie…
How to keep whole group with a variable including 3 valuesHi I have a panel data with firm and year. I want to keep only firms that headquartered in US and at…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment