Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Append PDF file

    Dear All,

    is it possible to somehow append results (with Stata's putpdf command) to an existing PDF file?

    If that matters the PDF file I am starting with is produced with the Stata's log translator (smcl2pdf), but I am also interested in a solution for a generic PDF file, which could be produced with any tool.

    For the moment I am not terribly concerned about, e.g. matching the page sizes in the original part and the new material being added, though it would be nice if that could be matched in the future, by reading it from the existing file and reusing in the report-building options.

    Thank you, Sergiy

  • #2
    I think your best bet would be to use
    Code:
    shell
    to call ghostscript.

    Comment

    Working...
    X