-
### What were you trying to do?
Hello all,
we are using pdf-lib for the following scenario. We open a pdf template and then loop through each of the form fields and set the text accordingly.
…
-
### What were you trying to do?
When I try to flatten a pdf with checked check box, the flattened pdf is missing check mark in check boxes.
### Visuals
|original pdf | flattened pdf |
|-------…
-
Hi there
```
ddi-dev@ddi-dev:~/go/src/pdf_form_generator$ glide -v
glide version v0.12.3
```
Go environment
ddi-dev@ddi-dev:~/go/src/pdf_form_generator$ go env
GOARCH="amd64…
-
**Test Files:** [Test Files.zip](https://github.com/wkhtmltopdf/wkhtmltopdf/files/2936539/Test.Files.zip)
**wkhtmltopdf version(s) affected**: 0.12.5
**OS information**
Centos 7
**Descript…
-
```
The PDF plugin doesn't register itself as a handler for the MIME type
application/vnd.fdf, but I imagine it should (since I presume that PDFKit
supports PDF forms).
```
Original issue reported …
-
**Just F*ing Fax It.**
One common and crappy UX pattern for interfacing with gov is:
1. Print it
2. Fill it out
3. Scan it
4. Fax it (or mail it)
JFFI addresses this case with a generalized web form…
-
### What were you trying to do?
I am trying to set fields as read only not to allow users chage it. field.enableReadOnly(). For PDFTextField fields it works fine, but for PDFCheckBox-es it does not…
-
On large tables, header is skipped. Is there a way to disabled this behaviour? If no, how to add the header back please?
```
Invoking large table row guess! set TATRFormatConfig.force_large_table_…
-
It doesn't seem like we have a summary component for displaying a confirmed signature in a form. Examples from DIBK show that we would need something to show in a PDF and possible have an alternative …
-
### Overview
File Uploads is a long standing ask by Bruno Community. I am going to merge the [PR](https://github.com/usebruno/bruno/pull/1130)
I am quite happy with the implementation by @maxdesto…