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
nonstandard rolling regressionsDear All, Suppose that I have the following dataset Code: * Example generated by -dataex-. To insta…
Growth curve modellingHas anyone ever used SuperImposition by Translation And Rotation (SITAR) method to fit a growth curv…
Reshape multiple filesHi, I have a data set of 200 files in a folder and each file look similar to this; Code: * Example…
Using panel data weight files in StataDear all, For my Master thesis on economic inequality, I am using panel data. For each year, househ…
Stata for Windows cannot create jpg filesDear all, I want to export a graph from Stata 16 but I can not do it because this error message app…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment