pdf-forms icon indicating copy to clipboard operation
pdf-forms copied to clipboard

Fill out PDF forms with pdftk (http://www.accesspdf.com/pdftk/).

Results 7 pdf-forms issues
Sort by recently updated
recently updated
newest added

I am filling my fillable pdf with pdf-forms gem, but It is converting the euro currency symbol "€" to the generic symbol "¤". I have tried many fonts by changing...

I'm using this gem for filling PDF forms running on [Render](https://render.com) (similar to Heroku). Due to how the environment works, I can't write files to disk. Is there anyway to...

Would you please review this issue and make this change (I tried to do a pull request but the repo is closed) in lib/pdf_forms/pdftk_wrapper.rb change line 43 from `tmp =...

I have a PDF which works fine using pdf-forms to fill in the fillable fields, however I'd like to make one of the fields (signature) a script font, i've embedded...

Hi, I guess I missed something but I can't achieve to lock edition of PDF with a custom password but allow unknown users to read the file BUT forbid them...

I'm trying to use pdftk's `fill_form` functionality with the below PDF along with the flatten option so that values populating text fields can be frozen. However, upon getting the output...

To prepare for ruby 3.4.0 and making strings frozen by default, I've stumbled upon these string mutations. Let me know if you need anything ( I didn't add tests since...