how to fill a Signature into a PDF
fill PDF with Signature
Moderator: Rathinagiri
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
fill PDF with Signature
hi,
how to fill a Signature into a PDF
... not using Acrobat SDK
how to fill a Signature into a PDF
have fun
Jimmy
Jimmy
-
Carlos Britos
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
- serge_girard
- Posts: 3420
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: fill PDF with Signature
Jimmy, you mean this:
Serge
Code: Select all
SET HPDFINFO AUTHOR TO 'Jimmy'
SET HPDFINFO CREATOR TO 'Jimmy'
There's nothing you can do that can't be done...
- serge_girard
- Posts: 3420
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: fill PDF with Signature
or a JPG with a signature?
There's nothing you can do that can't be done...
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: fill PDF with Signature
Jimmy
You create the pdf or it is already created and you just have to upload the signature image
You create the pdf or it is already created and you just have to upload the signature image
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
- Claudio Ricardo
- Posts: 367
- Joined: Tue Oct 27, 2020 3:38 am
- DBs Used: DBF, MySQL, MariaDB
- Location: Bs. As. - Argentina
Re: fill PDF with Signature
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)
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)
Corrige al sabio y lo harás más sabio, Corrige al necio y lo harás tu enemigo.
WhatsApp / Telegram: +54 911-63016162
WhatsApp / Telegram: +54 911-63016162
- AUGE_OHR
- Posts: 2117
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: fill PDF with Signature
hi,
i have to "read" PDF before i can sign (write) PDF
PDFcreator seem to have a COM Interface ...
i have to "read" PDF before i can sign (write) PDF
PDFcreator seem to have a COM Interface ...
have fun
Jimmy
Jimmy