You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jbullock35
changed the title
Add name of R file that creates a figure to the PDF metadata of any figure
Add, to metadata of any PDF, name of the R file that creates the figure
Mar 20, 2022
This new feature would be written into latexTablePDF.R. Something like "Created by XXX.R" would appear in the PDF metadata.
This improvement would require two steps:
pdfcrop
doesn't seem to have this ability, so I would need to use some other tool. https://rdrr.io/github/skgrange/threadr/man/pdf_write_metadata.html is promising. It relies onexiftool
; see https://stackoverflow.com/questions/18647777/. If that doesn't work, consider pdftk.pdftools
package won't help. It reads PDF files but doesn't write to them.The text was updated successfully, but these errors were encountered: