Search found 3660 matches: pdf

Return to advanced search

Re: error to show pdf on dialog

... did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include "FiveWin.ch"FUNCTION Main()   LOCAL oDlg, oActiveX, oSaida, oFnt, oFont, VisualPDF, cArqPdf  ...
by richard-service
Sat Apr 20, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

SHOWPDF2.RC /****************************************************************************nfe.rcproduced by Borland Resource Workshop*****************************************************************************/ACTIVEX DIALOG ...
by karinha
Sat Apr 20, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

... did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include "FiveWin.ch"FUNCTION Main()   LOCAL oDlg, oActiveX, oSaida, oFnt, oFont, VisualPDF, cArqPdf  ...
by karinha
Sat Apr 20, 2024 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

Yo hago asi: // C:\FWH\SAMPLES\SHOWPDF.PRG#Include "FiveWin.ch"STATIC oWndFUNCTION Main()   LOCAL oBar, oIco   HB_GCALL( .F. )   DEFINE ICON oIco FILE "..\icons\person.ico"   DEFINE WINDOW oWnd TITLE "ShowPdf ...
by richard-service
Sat Apr 20, 2024 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: Ayuda C++ : SOLUCIONADO

// hb_parc(3) -> "c:\temp\salida.pdf" // la impresora por defecto no pueder ser PDF24 O PDFCREATOR (VIRTUALES) HB_FUNC_STATIC( STARTDOC ) { HDC hDC = (HDC) hb_parnl(1) ; LPDOCINFO sDoc = NULL; BOOL Result = FALSE ; if (hDC ) { sDoc ...
by russimicro
Fri Apr 19, 2024 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++ : SOLUCIONADO
Replies: 12
Views: 316

Re: pdf to jpg

by Charles Fisher
Fri Apr 19, 2024 12:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pdf to jpg
Replies: 7
Views: 602

Re: Digitally signing a document

Hi, maybe you can test with chilkat:

https://www.example-code.com/foxpro/pdf_signatures.asp

Regards,

Toninho.
by toninhofwi
Fri Apr 19, 2024 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 411

Re: error to show pdf on dialog

Sorry Marc, I didn't understand the question. Do you want to open an HTML?

Tks.

Regards, saludos.
by karinha
Fri Apr 19, 2024 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

Hello Mark,
you can call

Code: Select all  Expand view
@echo off
start msedge --app="file:///path/to/your/file.pdf"
 


Best regards,
Otto
by Otto
Fri Apr 19, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

Karinha,

Interesting sample !

Is there a command that the pdf will be opened in full page layout in stead of full width

Maybe a command link ? or overview ?
by Marc Venken
Fri Apr 19, 2024 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

Yo hago asi: // C:\FWH\SAMPLES\SHOWPDF.PRG#Include "FiveWin.ch"STATIC oWndFUNCTION Main()   LOCAL oBar, oIco   HB_GCALL( .F. )   DEFINE ICON oIco FILE "..\icons\person.ico"  ...
by karinha
Thu Apr 18, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: error to show pdf on dialog

Please try if this works for you.   local cPdfFile := "c:\fwh\samples\pdfharu1h.pdf" // your pdf file name   local nDlgWidth   := 420   local nDlgHeight  := 600   if File( cPdfFile )      HtmlView( TrueName( cPdfFile ), "TITLE", ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 675

Re: Libharu

José,

La libreria que necesitas es libhpdf.lib y no libharu.pdf
by Antonio Linares
Tue Apr 16, 2024 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libharu
Replies: 8
Views: 195

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

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: 411
Next

Return to advanced search