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
Generating variable based on each ID'sHey, I have the following dataset: ID OfferBy Amount offered (€) 1 Samsung 100 1 Apple 125 …
Setting up DataHello everyone, I am currently facing some troubles setting up my data. I have the format like this …
Question1. I am about running a regress in STATA including dummies. I have logged all variables in Excel but…
question about didregressDear all, When I run the example code of didregress,I get very different result from Stata.com Diff…
Using egen rank to analyze the first and second half of entries in a variableHello all, I am currently working with a data set that has user reviews of different golf courses. …
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment