fill PDF with Signature

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
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

Post by AUGE_OHR »

hi,

how to fill a Signature into a PDF :idea: ... not using Acrobat SDK
have fun
Jimmy
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: fill PDF with Signature

Post by Carlos Britos »

Regards/Saludos, Carlos (bcd12a)
User avatar
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

Post by AUGE_OHR »

hi,
Carlos Britos wrote: Fri Nov 13, 2020 12:53 am https://www.pdf24.org/ ?
can i "control" it from HMG App :?:
have fun
Jimmy
User avatar
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

Post by serge_girard »

Jimmy, you mean this:

Code: Select all

SET HPDFINFO AUTHOR      TO 'Jimmy'
SET HPDFINFO CREATOR     TO 'Jimmy'
Serge
There's nothing you can do that can't be done...
User avatar
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

Post by serge_girard »

or a JPG with a signature?
There's nothing you can do that can't be done...
User avatar
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

Post 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.
have fun
Jimmy
martingz
Posts: 408
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: fill PDF with Signature

Post by martingz »

Jimmy
You create the pdf or it is already created and you just have to upload the signature image
User avatar
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

Post 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
have fun
Jimmy
User avatar
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

Post 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) :oops:
Corrige al sabio y lo harás más sabio, Corrige al necio y lo harás tu enemigo.
WhatsApp / Telegram: +54 911-63016162
User avatar
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

Post by AUGE_OHR »

hi,

i have to "read" PDF before i can sign (write) PDF

PDFcreator seem to have a COM Interface ...
have fun
Jimmy
Post Reply