Search found 268 matches: digital

Return to advanced search

Re: Digital signing a document

Antonio,

I just send you a PDF-file which I digitally signed.

The PDF-file was made by saving as a PDF-file in Word.

Thanks.
by driessen
Mon Apr 15, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Dear Michel,

Then I guess your PDFs are encrypted

Could you please email me one of them ? thanks
by Antonio Linares
Mon Apr 15, 2024 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Antonio,

Unfortunately, I always get a .F. as result, whether it is signed or not.
by driessen
Sun Apr 14, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Antonio,

Thanks a lot for your help.

I'll test it tonight or tomorrow.

Have a fine Sunday.
by driessen
Sun Apr 14, 2024 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Much simpler :-)

Use this function:
Code: Select all  Expand view
#include "FiveWin.ch"

function Main()

    MsgInfo( IsSigned( "fwintro.pdf" ) )

return nil

function IsSigned( cPDFFileName )

return At( "/SigFlags", hb_memoRead( cPDFFileName ) ) != 0
by Antonio Linares
Sun Apr 14, 2024 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

driessen wrote:Antonio,

I'm afraid that is somewhat to difficult for me.
I need to know if a document is digitally signed or not.
But I don't know how to implement your suggestion.

Can you please send a link here a sample digitally signed pdf?
by Horizon
Sat Apr 13, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Antonio,

I'm afraid that is somewhat to difficult for me.
I need to know if a document is digitally signed or not.
But I don't know how to implement your suggestion.
by driessen
Sat Apr 13, 2024 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Digital signing a document

Dear Michel, Asking chatgpt: you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org/. He...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Digitally signing a document

Hello,

A PDF-document can be signed digitally in Acrotbat Reader.

But does anyone know how I can check in my FWH-application if a PDF-document has been signed digitally?

Thank you in advance.
by driessen
Fri Apr 12, 2024 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 415

Re: Crear Catalago Digital

Saludos amigos,

Un abrazo a todos.

Estuve varios días alejado del PC.

Gracias por todas las sugerencias y ayudas, muy agradecido.

Probaré todas y les estaré comentando.
by JoseAlvarez
Thu Feb 15, 2024 1:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439

Re: Crear Catalago Digital

Estimados compañeros del foro, Saludos. Un cliente me esta solicitando que el sistema elabore un catálogo de productos en formato PDF como el de esta imagen: http://www.datanet.space/fw/catalago.jpg Toda la información de los artículos la tengo en tablas MySql y las fotos están en c...
by joseluisysturiz
Wed Feb 14, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439

Re: Crear Catalago Digital

Con la clase Print puedes hacerlo tranquilamente y exportarlo a pdf https://i.ibb.co/qNjyyBG/Sin-t-tulo.png Puedes adaptar esto a tus necesidades. El secreto es un buen diseño de fondo del catalogo STATIC FUNCTION Credenciales(oQry)LOCAL oPrn, i, j,  x1, oFont1, oFont2DE...
by cmsoft
Wed Feb 07, 2024 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439

Re: Crear Catalago Digital

Hola jose, escribeme al privado.
albeiroval at gmail
by albeiroval
Wed Feb 07, 2024 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439

Re: Crear Catalago Digital

Hola,

He hecho alguna cosa así.
El truco: Utilizar excel como diseñador y grabarlo en formato pdf

Salu2
by paquitohm
Tue Feb 06, 2024 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439

Crear Catalago Digital

Estimados compañeros del foro, Saludos. Un cliente me esta solicitando que el sistema elabore un catálogo de productos en formato PDF como el de esta imagen: http://www.datanet.space/fw/catalago.jpg Toda la información de los artículos la tengo en tablas MySql y las fotos están en ca...
by JoseAlvarez
Tue Feb 06, 2024 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Catalago Digital
Replies: 5
Views: 439
Next

Return to advanced search