-
I am trying to fill out a PDF that apparently has an extended feature. When I save the file with fillable-pdf and reopen it in Acrobat DC, I get the following message
"This document enabled extend…
-
I'm trying to use "FPDFAnnot_SetStringValue" but without success :'(.
Can anyone help me?
The output file is generated, but with the form fields blank.
![image](https://github.com/user-attach…
-
### Issue Description
Special unicode characters like currency symbols in fillable form fieldsis causing an error in the Api
### Steps to Reproduce
Include special unicode characters in formValues …
-
We need to correct all Zotero links to interlisp.org URLs containing "pub-pdfs" so we can delete that pub-pdfs directory.
This is a placeholder ticket - @masinter to fill in.
-
I'm encountering an issue where field inputs in fillable PDF forms are not being parsed correctly when using the Llama parse. While the static content of the form is parsed successfully, the dynamic i…
-
See: https://github.com/pymupdf/PyMuPDF/issues/3635
Our current workaround: 7098f2e
If better solutions or workarounds are suggested in the PyMuPDF issue, we should implement them
-
### Version
PyPDFForm=4.3.1
### Issue Description
Hello, I'm trying to fill the attached PDF. I've included the input PDF and the output using the preview stream. I am trying to fill in the fie…
-
**Is your feature request related to a problem? Please describe.**
The Android PDF viewer currently does not display embedded annotations. This limits the usability of annotated PDFs for users, who m…
-
import openpyxl
import pdfrw
from PyPDF2.generic import TextStringObject, NameObject
def read_excel_data(excel_file):
try:
workbook = openpyxl.load_workbook(excel_file)
s…
-
Loving the package - the only issue I've ran into so far is form fields that are filled out in a PDF are converted into blank fields after the PDF is converted into an image.
I was wondering if any…