Search found 87 matches: signed

Return to advanced search

Re: Digitally signing a document

Dear Michel, The simplest way I have found to build a tool to check if a PDF is signed is using python. signed.py import sys, aspose.pdf as appdfSign = ap.facades.PdfFileSignature()pdfSign.bind_pdf(sys.argv[ 1 ])signatures = pdfSign.get_sign_names( ...
by Antonio Linares
Mon Apr 15, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 410

Re: Digitally signing a document

No, I just need to know if the document is digitally signed or not.
by driessen
Mon Apr 15, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 410

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: 410

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: 410

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: 410

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: 410

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: 410

Re: Using Microsoft AI Phi-2 from FWH

#if defined( HB_OS_WIN ) && ! defined( __GNUC__ ) typedef __int64 HB_LONGLONG; typedef unsigned __int64 HB_ULONGLONG; #else typedef signed long long HB_LONGLONG; typedef unsigned long long HB_ULONGLONG; #endif Prueba a usar __int64 ó long long en vez de HB_LONGLONG ...
by Antonio Linares
Sat Dec 30, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8285

Re: De *.C Para *.Obj en BCC74 no funciona más.

... Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_DibBmp.c: Warning W8012 c_DibBmp.c 488: Comparing signed and unsigned values in function DibBmp_SetTransparentColor2 Warning W8012 c_DibBmp.c 547: Comparing signed and unsigned values in function DibBmp_PreMultiplyAlpha ...
by karinha
Fri Sep 08, 2023 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39498

Re: De *.C Para *.Obj en BCC74 no funciona más.

... Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_DibBmp.c: Warning W8012 c_DibBmp.c 488: Comparing signed and unsigned values in function DibBmp_SetTransparentColor2 Warning W8012 c_DibBmp.c 547: Comparing signed and unsigned values in function DibBmp_PreMultiplyAlpha ...
by karinha
Fri Sep 08, 2023 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39498

Web Services Security WSS OASIS

... a lot about this, I'm using CAPICOM.dll and MSXML5.dll to work with the certificate and signature I have an example that I got on the internet signed which is the following: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: DLLCALL under Fivewin

... OpenVolume(hb_parc( 1 )) );}  Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'cDriveLetter' (wanted 'signed char', got 'const signed char *') HB_FUNC( OPENVOLUME){   hb_retl( OpenVolume( ( TCHAR ) hb_parc( 1 ) ) ...
by Enrico Maria Giordano
Fri Dec 09, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2632

Re: DLLCALL under Fivewin

... OpenVolume(hb_parc( 1 )) );}  Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'cDriveLetter' (wanted 'signed char', got 'const signed char *')
by Jimmy
Fri Dec 09, 2022 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2632

Re: signatur.prg How can I know if the user has signed or not?

hi, I need to validate if the user signed the document. using your Sample i can "just" Paint 1 x Pixel as Signature and press "Save" ... :roll: msink.prg use Microsoft INK when made a Signature it can "recognize" ...
by Jimmy
Fri Nov 11, 2022 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 396
Next

Return to advanced search