Search found 48 matches: luseharupdf

Return to advanced search

Re: Centrar texto VERTICALMENTE

... setting TPrinter():lUseFWPDF := .t. cons: (1) Lesser quality (2) Large size and (3) pdf is not editable. 3. Using HaruPDF, by setting TPrinter():lUseHaruPDF := .t. pros: (1) Smaller size. (2) Good Quality (3) pdfs are editable. cons: (1) Does not support Unicode fonts. (Concern only for East/Middle ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 500

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

byron.hopp wrote:So does lUseHaruPDF stay set to true until you set it back to false?
If I access the lUseHaruPDF through the Class does it still act as static?


Yes.
by Enrico Maria Giordano
Thu Feb 15, 2024 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print ...
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

... executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

... executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the ...
by byron.hopp
Wed Feb 14, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

... + nAllTrim( Seconds()) + ".Pdf" Print oPrn File cFile Define Font oFont Name "Arial" Size 0,-14 of oPrn oPrn:lUseHaruPDF := TRUE Page oPrn:InchSay( 1,1, "Hello World", oFont,,,,, ) Endpage EndPrint Return nil When I run this the second time I get: ...
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: 1258

Re: Problem with FiveWin and PDF995 on Windows 11.

I have tried a couple of ways, one: Print oPrn Name cReport File cFile to cPrinter oPrn:lUseHaruPDF := .t. Creates a perfectly great PDF, but during the process it pops up the preview screen and immediately takes it down. Can I eliminate the popup of the screen, it ...
by byron.hopp
Tue Feb 13, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1258

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3488

Re: QR en PDF con HARU

Es lógico que el segundo tiene que se mas grande por su medida

He ahí la diferencia. deberían ser iguales.

con TPrinter():lUseHaruPDF:=.T. y sin
by acuellar
Tue Oct 17, 2023 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR en PDF con HARU
Replies: 11
Views: 726

Re: QR en PDF con HARU

Muchas Gracias Estimados

Cesar quitale ésta línea TPrinter():lUseHaruPDF:=.T.

Y compará los resultados.
by acuellar
Tue Oct 17, 2023 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR en PDF con HARU
Replies: 11
Views: 726

Re: IMPRESION ARCHIVOS PDF

Hola de nuevo ! Mr. Rao: Siguiendo co el tema de la impresión de los PDF... Les conté que tengo fwh2307 Pero cuando le pongo la línea TPrinter():lUseHaruPDF:= .t. (ya está puesto el REQUEST FWHARU al comienzo del programa) TPrinter():lUseHaruPDF:= .t. xnum:=99->numero cPdfFile := m->xpath+"\PDF\"+strzero(99->cliente,6)+".pdf" ...
by pedroluis
Tue Oct 10, 2023 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1634

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks Rao.
I was using :lUseFWPdf instead of :lUseHaruPdf in my test that ends up with internal error.
I'll try to slowly shift to :lUseHaruPdf and see how it goes
by hua
Mon Aug 07, 2023 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 946

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... cFileSetExt( ExeName(), "log" )   FWNumFormat( "E", .t. )   TPrinter():lUseHaruPDF := .t.   FERASE( cLog )   AEVAL( DIRECTORY( "CUST???.PDF" ), { |a| FERASE( a[ ...
by nageswaragunupudi
Sat Aug 05, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 946
Next

Return to advanced search