staplr
staplr copied to clipboard
PDF Toolkit. :paperclip: :hammer: :wrench: :scissors: :bookmark_tabs: :file_folder::paperclip: :bookmark: :construction: :construction_worker:
I wasn't able to load staplr successfully in Rstudio. It would crash. I then tried running the R script I had written in Rgui and everything worked fine. My issue...
Check if `fieldToFill$value` is character(0) which fails in `is.na(fieldToFill$value)`
…ssuecomment-920510892.
There seems to be an overhead associated with calling Java from the `system` function, at least for me on Ubuntu. For `get_fields`, I was able to call some of the...
Hello, when using get_fields on a TextField with a multi-line value, only characters before the first line break are returned. ``` > in_fields in_fields$multilinetext $type [1] "Text" $name [1] "multilinetext"...
I ran the following code, but no file is being created or replaced. ``` library(staplr) rotate_pdf(page_rotation = 90, input_filepath = "test.pdf", output_filepath = "success.pdf", overwrite = TRUE) ``` update: in...
I have an issue migrating my code from MacOS to Windows devices. The following code snippet works just fine on my MacOS but hangs itself after the first iteration: ```...
hi there, I have been trying to run the staplr code on Ubuntu 20.04.5 and keep getting an error (All unnamed arguments must be length 1) when trying to use...
check box export value with space set_field threw error message. Unhandled Java Exception in create_output(): java.lang.ClassCastException: pdftk.com.lowagie.text.pdf.PdfNull cannot be cast to pdftk.com.lowagie.text.pdf.PdfDictionary at pdftk.com.lowagie.text.pdf.FdfReader.readFields(FdfReader.java:146) at pdftk.com.lowagie.text.pdf.FdfReader.readPdf(FdfReader.java:117) at pdftk.com.lowagie.text.pdf.PdfReader.(PdfReader.java:172) at pdftk.com.lowagie.text.pdf.PdfReader.(PdfReader.java:161)...