Dear All,
this question is similar, but not exactly the same as the one discussed earlier in this forum.
Consider the following code, which produces the table shown in the screenshot below. I am looking for the way to regulate the spacing between the rows (specifically reduce to fit larger tables).
Thank you, Sergiy Radyakin

this question is similar, but not exactly the same as the one discussed earlier in this forum.
Consider the following code, which produces the table shown in the screenshot below. I am looking for the way to regulate the spacing between the rows (specifically reduce to fit larger tables).
Thank you, Sergiy Radyakin
Code:
clear all sysuse auto putpdf clear putpdf begin, font("Arial",10) putpdf paragraph, spacing(line, 1 pt) putpdf text ("Table 1"), bold table rep78 foreign collect putpdf collect putpdf save "tabletest.pdf", replace // end of file
Comment