Re: [R] Adding text to existing PDF's created with R

2020-10-07 Thread Urs Kleinholdermann
I don't know if R is capable of doing that.  What you want to do should be possible using pdftk with the multistamp option though: 1. create another pdf (pagenumbers.pdf) of the same length (same number of pages) which just has the page numbers on it 2. merge with existing, unnumbered text.pdf

[R] Adding text to existing PDF's created with R

2020-10-07 Thread Dennis Fisher
R 4.0.2 OS X Colleagues Does R have the capability of adding text (e.g., page numbers) to an existing PDF (previously created with R) -- other than adding this text, the PDF should be unchanged (except for a new filename). The intent is as follows: I have multiple PDFs that I eventua