Page 1 of 2
fill PDF with Signature
Posted: Thu Nov 12, 2020 6:59 pm
by AUGE_OHR
hi,
how to fill a Signature into a PDF

... not using Acrobat SDK
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 12:53 am
by Carlos Britos
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 4:21 am
by AUGE_OHR
hi,
can i "control" it from HMG App

Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:35 am
by serge_girard
Jimmy, you mean this:
Code: Select all
SET HPDFINFO AUTHOR TO 'Jimmy'
SET HPDFINFO CREATOR TO 'Jimmy'
Serge
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:36 am
by serge_girard
or a JPG with a signature?
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:56 am
by AUGE_OHR
hi,
serge_girard wrote: ↑Fri Nov 13, 2020 8:36 am
or a JPG with a signature?
Image fill into PDF Form as Signature.
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 3:37 pm
by martingz
Jimmy
You create the pdf or it is already created and you just have to upload the signature image
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:03 pm
by AUGE_OHR
hi,
martingz wrote: ↑Fri Nov 13, 2020 3:37 pm
You create the pdf or it is already created and you just have to upload the signature image
i got PDF and have to sign it and send back
Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:40 pm
by Claudio Ricardo
Hi...
Can sign in white paper, scan or take photo, with GIMP or Photoshop cut margins, resize, bright, contrast, etc.
and save .jpg format, include it in folder or resources file.
at the end of doc:
@ nrow +1 , ncol HpdfPrint Image "Sign.jpg" Width 80 Height 40 Type JPG // from resource replace "Sign.jpg" with variable
END HpdfPage
END HpdfDoc
I do this for header and footer, work fine.
(sorry for my bad english)

Re: fill PDF with Signature
Posted: Fri Nov 13, 2020 8:52 pm
by AUGE_OHR
hi,
i have to "read" PDF before i can sign (write) PDF
PDFcreator seem to have a COM Interface ...