staplr icon indicating copy to clipboard operation
staplr copied to clipboard

PDF Toolkit. :paperclip: :hammer: :wrench: :scissors: :bookmark_tabs: :file_folder::paperclip: :bookmark: :construction: :construction_worker:

Results 10 staplr issues
Sort by recently updated
recently updated
newest added

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...

failed to replicate

Check if `fieldToFill$value` is character(0) which fails in `is.na(fieldToFill$value)`

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...

Can we use your package to add header / footer to merged pdf file?

enhancement

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...

failed to replicate

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: ```...

failed to replicate

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...

failed to replicate

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)...