Skip to content

The signature at the red arrow is missing. How can I copy it  #2448

@linjuchen

Description

@linjuchen

`
import fitz
import pprint as pp
Ndoc = fitz.open()
Npage = Ndoc.new_page()
doc = fitz.open("2.pdf")
for page in doc:
widgets = page.widgets()
for widget in widgets:
if widget.field_name == 'S1':
widget.rect = fitz.Rect(50, 450, 150, 700)
widget.update()
Npage.show_pdf_page(page.rect,doc,0)
Npage.show_pdf_page(fitz.Rect(0,page.rect[3],page.rect[2],page.rect[3]*2),doc,0)

Npage.add_widget(widget)

Ndoc.save("w.pdf")
`

图片

The signature at the red arrow is missing. How can I copy it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions