mollyic
mollyic
So I've been trying to get the example working at this stage, which uses the `system.file('simpleForm.pdf',package = 'staplr')`. So taken from what's available in the README section: ``` library(staplr) pdfFile...
Just saw you were using 'simpleForm.pdf', tried it and still getting the same error.
For clarity: ``` library(staplr) pdfFile = system.file('simpleForm.pdf',package = 'staplr') fields = get_fields(pdfFile) fields$TextField$value = 'this is text' set_fields(pdfFile, 'newFile.pdf', fields) ```