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
RboundsHi, I have conducted propensity score matching using working hours as my treatment variable and the…
Error with tab2xlHi, I am using tab2xl command in Stata 15 and would want to save the excel file using today's date.…
How to jump out a forvalue loop after finding a specific value ?cd "C:\Users\GagaLee\Desktop\ga" local ff : dir . files "*.dta" dis `"`ff'"' mat ga=J(48,2,.) local…
Subinstr() returns "invalid syntax" within foreach loopHi, I've tried to run this code multiple times with many adjustments, I also tried the solutions to…
Generate new variable by groupsHello I have one problem, I need to create a new variable: I have a dataset with the id of groups o…
Subscribe to:
Post Comments (Atom)
0 Response to putpdf "failed to add paragraph" when saving
Post a Comment