Search found 69 matches: hbhpdf

Return to advanced search

Re: Create PDF in Mod_Harbour.

... ) )return nil You can check the error codes here: https://github.com/harbour/core/blob/master/contrib/hbhpdf/3rd/libhpdf/hpdferro.h
by Antonio Linares
Mon Mar 02, 2020 10:50 am
 
Forum: mod_harbour
Topic: Create PDF in Mod_Harbour.
Replies: 5
Views: 804

Re: missing libs for MSVC

In your .mak file, remove the 32 from each of those file names. hbhpdf.lib and libhpdf.lib are included in the harbour distribution for MSVC.
by TimStone
Thu Jan 30, 2020 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing libs for MSVC
Replies: 7
Views: 651

Re: Imprimir pdf sin intervención del usuario

Con Harbour, tienes que enlazar las librerias hbhpdf.lib y libhpdf.lib #include "FiveWin.ch" #include "harupdf.ch" Function Main() Local oPdf,Page,oImage,oFont,Font1,Font2,Font3 oPdf:=HPDF_New() HPDF_SetCompressionMode( oPdf, ...
by jacgsoft
Wed Jul 31, 2019 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir pdf sin intervención del usuario
Replies: 9
Views: 2202

Re: Rpreview issues - PDF

... static proc pdf_TextOut(page,pRecord)LOCAL i // GNR  These are the only changes I made. Used "harupdf.ch" from \harbour\contrib\hbhpdf\ folder Linked \harbour\lib\hbhpdf.lib Linked libhpdf.lib provided to by Mr. Cristobal saying this to be the libharu.lib. Built and executed. ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7457

Re: Rpreview issues - PDF

@Maustin done, have you tried it? I will do a test ASAP.

@Nages It uses libHaru, with hbmk2 it is enough add hbhpdf.hbc, see this hbmk2 project file
by AntoninoP
Wed May 08, 2019 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7457

Re: HaruPdf Core Error

Darío, Como estás enlazando (correctamente) C:\Harbour\LIB\HBHPDF.LIB, debes incluir, además, C:\Harbour\LIB\libhpdf.lib y no la que te bajaste del ejemplo. La HbHPdf.lib esta compilada contra la versión que acompaña a Harbour, por lo que van 'conjuntadas'. ...
by Carlos Mora
Sat Nov 03, 2018 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HaruPdf Core Error SOLUCIONADO
Replies: 4
Views: 747

HaruPdf Core Error SOLUCIONADO

Amigos, estoy tratando de usar harupdf

Me da 1 error y no compila...
Unresolved external '_HPDF_UseUTFEncodings' referenced from C:\Harbour\LIB\HBHPDF.LIB|core
Uso las libs y el include que vienen en el demo del Sr. Carlos Mora.

Gracias, Saludos

Dario Fernandez
by D.Fernandez
Fri Nov 02, 2018 12:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HaruPdf Core Error SOLUCIONADO
Replies: 4
Views: 747

libharu

Hello,
In harbour\contrib\hbhpdf there is a cool library for create PDF file.
Would be great use it to create the pdf in FiveWin... any chance?
by AntoninoP
Mon Feb 26, 2018 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libharu
Replies: 8
Views: 1916

Re: HaruPDF library

Can you post the links of what you downloaded? I can't find in the pulic repositories nothing named haru.lib. There is an hbhpdf.lib and things like that, but no one with that name. If you are using the professional version of xHarbour may be you should ask for support to your supplier, ...
by Carlos Mora
Sat Feb 25, 2017 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HaruPDF library
Replies: 8
Views: 1871

Re: Felices reyes!

Estimado Ruben La lib libhpdf.lib es la librería Haru propiamente dicha, hbhpdf.lib es la que viene en el contrib con Harbour. Seguramente hay que tener la libhpdf apropiada para la version de hbhpdf.lib que estés usando. En el ejemplo que puse, todo está compilado ...
by Carlos Mora
Tue Jan 17, 2017 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19282

Re: Felices reyes!

... Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HPDF_UseUTFEncodings' referenced from K:\HARBOUR\LIB\HBHPDF.LIB|core Error: Unable to perform link
by ruben Dario
Tue Jan 17, 2017 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19282

Haru pdf y ASCII

Hola a todos, estoy intentando crear un PDF con hbhpdf.lib leyendo un fichero de texto generado por la aplicación, que incluye caracteres ascii extendido, como por ejemplo los caracteres de caja (chr(194), chr(195) etc...) El PDF lo genera sin problemas, ...
by Luis Gonzalez
Wed May 25, 2016 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haru pdf y ASCII
Replies: 2
Views: 721

Re: No graba un documento Word

... + c:\harbour\lib\minizip.lib + c:\harbour\lib\png.lib + c:\harbour\lib\hbcurl.lib + c:\harbour\lib\hbusrrdd.lib + c:\harbour\lib\hbhpdf.lib + c:\harbour\lib\libhpdf.lib + C:\bcc7\lib\cw32.lib + C:\bcc7\lib\import32.lib + C:\bcc7\lib\uuid.lib + C:\bcc7\lib\wininet.lib + C:\bcc7\lib\psdk\oleaut32.lib ...
by colthop
Sun Feb 28, 2016 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No graba un documento Word
Replies: 48
Views: 8647

Re: Migrar a harbour

Hola Antonio:

ya he cambiado los LIB de la carpeta FWH por los que vienen en el Buildh.bat y solo me queda reemplazar los CurDrive por hb_curdrive y el cambio de TPDF por HBHPDF.

Un saludo

carlos
by colthop
Tue Jul 01, 2014 11:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrar a harbour
Replies: 10
Views: 2080

Re: Migrar a harbour

... referenced from C:\FWH\LIB\FIVEHX.LIB|HARBOUR  De todos ellos el de TPDF es porque usaba la clase TPDF y la voy a cambiar por la HBHPDF si se por que es, pero el resto podrías orientarme. Un saludo Carlos
by colthop
Tue Jul 01, 2014 9:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrar a harbour
Replies: 10
Views: 2080
PreviousNext

Return to advanced search