Search found 64 matches: fwpdf

Return to advanced search

Re: New FTDN July/Julio 2024 (FWH 24.07)

... Muchas gracias por la retroalimentación a Silvio Falconi. https://fivetechsupport.com/forums/viewtopic.php?f=3&t=44502&start=0 * FWPDF.PRG: - Método SayText(): Los parámetros anchura y altura son ahora opcionales como en la clase TPrinter. * XBrowse.prg: - Corrección: Se ha solucionado ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 5541

New FTDN July/Julio 2024 (FWH 24.07)

... from eritems.prg to filename.prg. Many thanks to Silvio's feedback: https://fivetechsupport.com/forums/viewtopic.php?f=3&t=44502&start=0 * FWPDF.PRG: - Method SayText(): Parameters width and height are now optional same way as in TPrinter class. * XBrowse.prg: - Fix: Runtime error when ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 5541

Re: Preview a PDF con imagen de fondo

Please locate the METHOD PrintImage(…) in fwh\classes\fwpdf.prg: At the beginning, in the local's declaration, add gState Change this line local image, oRect, nRet, aSize as local image, oRect, nRet, aSize, gState Now locate these lines of code at the ...
by nageswaragunupudi
Sat Jul 06, 2024 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 7817

Re: Preview a PDF con imagen de fondo

... using the clause ALPHALEVEL <nAlpha> with the command PRINT IMAGE. But till now, we have problems in saving this image as PDF. FWH uses FWPDF class for saving to PDF using PdfHaru library. FWH uses its FWPDF class to save PDF using HaruPDF. We did not handle alphalevel in the method ...
by nageswaragunupudi
Sat Jul 06, 2024 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 7817

hb_xgrab

... irrecuperable 9006: hb_xgrab no puede asignar memoria Called from DIBTOSTR(0) Called from EMF2JPEG(152) in d:\genecomu\prg\PRV2PDF.prg Called from FWPDF:ADDMETA(217) in d:\genecomu\prg\PRV2PDF.prg Called from (b)FWSAVEPREVIEWTOPDF(96) in d:\genecomu\prg\PRV2PDF.prg Called from AEVAL(0) Called from ...
by Sebastián Almirón
Thu Jun 06, 2024 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_xgrab
Replies: 2
Views: 443

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... version: Borland/Embarcadero C++ 7.4 (32-bit) Windows 10 64 Bits, version: 6.2, Build 9200 Error description: Warning BASE/1004 Message not found: FWPDF:FILLRECT Stack Calls =========== Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( ...
by nageswaragunupudi
Tue May 14, 2024 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3866

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... Llamo a GO_CODE.PRG y el programa me da el siguiente error que encuentra en el go_code.prg. Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => FWPDF:FILLRECT( 0 ) <-------------- ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3866

CODIGO DE BARRAS. ERROR CON FILLRECT()

... version: Borland/Embarcadero C++ 7.4 (32-bit) Windows 10 64 Bits, version: 6.2, Build 9200 Error description: Warning BASE/1004 Message not found: FWPDF:FILLRECT Stack Calls =========== Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( ...
by pedroluis
Fri May 10, 2024 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3866

Re: Problem with FiveWin and PDF995 on Windows 11.

Yes, your sample works great, however my code utilizes many methods of the TPrinter class, and not all of them are duplicated in the FWPdf class.
by byron.hopp
Thu Feb 15, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 3622

Re: Problem with FiveWin and PDF995 on Windows 11.

... World", oFont,,,,, ) Endpage EndPrint Return nil When I run this the second time I get: Error description: Error BASE/1005 Message not found: FWPDF:_LUSEHARUPDF Args: [ 1] = O FWPDF If I quit my program and restart I can print it once again. Am I not resetting something that may cause this ...
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 3622

Re: IMPRESION ARCHIVOS PDF

As of now the FWPDF class does not support the method SetSize( nWidth, nHeight ) This class supports only SetPage( nPageType ), same as TPrinter class. The permitted page sizes are:   { {  DMPAPER_LETTER,   ...
by nageswaragunupudi
Wed Oct 11, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 3552

Re: IMPRESION ARCHIVOS PDF

... PRINTER oprn FILE cPdfFile Me sale el siguiente error: Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => FWPDF:SETSIZE( 0 ) Called ...
by pedroluis
Tue Oct 10, 2023 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 3552

Re: How to print character sigma in Haru?

Some notes for information: FWH does not provide THaruPDF class. Instead we have FWPDF class derived from TPDF class. PDF internal font list: CourierCourier-BoldCourier-ObliqueCourier-BoldObliqueHelveticaHelvetica-BoldHelvetica-ObliqueHelvetica-BoldObliqueTimes-RomanTimes-BoldTimes-ItalicTimes-BoldItalicSymbolZapfDingbats  ...
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 549

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 549

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

I see so when lUseHaruPdf = .t. I am actually using FWPDf not TPrinter.
Understood. Thanks
by hua
Mon Jul 31, 2023 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1829
Next

Return to advanced search