Search found 126 matches: tpdf

Return to advanced search

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

Re: PDF generado desde programa en FiveWin

... es lo que necesitas, pero uso el CutePDF Writer, haces el listado que quieres y lo imprimes por ahí Hay librerías para hacer pdf, yo uso la clase tpdf desde hace años, en los casos que tengo que generarlo y enviarlos por correo. Creo que con versiones nuevas de fivewin se hace automáticamente. ...
by surGom
Wed Feb 03, 2021 9:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 5991

Re: How to use OPRN and error pdf2.prg sample

After use your code:

Error: Unknown or unregistered symbol
operation: TPDF
called from: ../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../apache.prg, EXECUTE, line: 116
called from: ../../apache.prg, MAIN, line: 61
by tiagojbi
Mon Jun 29, 2020 12:08 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2744

How to use OPRN and error pdf2.prg sample

... 0131: 0132: METHOD New( cFileName, cPassword, cOwnerPassword, nPermission, lPreview ) CLASS TPdf could they help me? I would like to use this example in my hosting at https://xbhosts.com/.
by tiagojbi
Thu Jun 25, 2020 5:53 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2744

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... uses HPDF_LoadPngImageFromMem() for alpha images and HPDF_LoadRawImageFromMem() for non-alpha images. Except FWPdf, no other wrapper class like TPdf can handle images other than png and jpeg. This is how FWH extends the capabilities of libharu and enables FWPDF class to handle any image type. ...
by nageswaragunupudi
Fri Mar 06, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

...   ....Right    ...centerelse   //nWidth are NOT empty    ....same as now in fwpdf onlyendif The same logic you should use in fwpdf! To add in Tpdf: Code: DATA nXoffset INIT 0 DATA nYoffset INIT 0 For Tprinter it is nessacary to use this for check the first pixel the printer are able to print. ...
by byte-one
Thu Mar 05, 2020 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

To add in Tpdf:
Code:
DATA nXoffset INIT 0
DATA nYoffset INIT 0


May we know why these DATA are necessary. All methods are working without any errors without these DATAs
by nageswaragunupudi
Thu Mar 05, 2020 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Create PDF in Mod_Harbour.

Is there any samples of printing to pdf using harupdf lib. I tried the TPdf print class from my newest version of Harbour but this does not work. I then created the code below by using the functions used in the class: function main() local hPdf := HPDF_New() ...
by byron.hopp
Sun Mar 01, 2020 7:22 pm
 
Forum: mod_harbour
Topic: Create PDF in Mod_Harbour.
Replies: 5
Views: 804

Mr. Nages please: HARU PDF Bugs/Extensions

Not functioning:
Code: Select all  Expand view
oPrn:say(nRow,nCol,cText,oFont,,,,1)
oPrn:say(nRow,nCol,cText,oFont,,,,2)


To add in Tpdf:
Code: Select all  Expand view
  DATA nXoffset INIT 0
   DATA nYoffset INIT 0


To add oPrn:Sayimage(…) as this is better quality as oPrn:Saybitmap(...)
by byte-one
Sun Jan 26, 2020 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... durante la actualización y restablece el valor de bArrayData si el valor no es el mismo. * HARUPDF: - Nueva clase FWPdf. Derivada de la clase TPdf de Carlos Mora. Mejorada y adaptada por el equipo de FWH. Los fuentes de ambas en \fwh\source\classes\fwpdf.prg y tpdf.prg. Uso: oPdf := FWPdf():New( ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: New FWH 19.09

... May I know this HARUPDF NEW feature is also using EASYREPORT when we generate PDF directly ? * HARUPDF: - New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora and improved and adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ...
by shri_fwh
Mon Oct 14, 2019 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5723

New FTDN September/Septiembre 2019 (FWH 19.09)

... evaluated during refresh and resets the value of aArrayData if the value is not the same. * HARUPDF: - New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora and improved and adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: Rpreview issues - PDF

... we lose quality and generate a very large pdf, and the text is not text is image. The result would be similar to what we have now, only change Tpdf() code for Harupdf code ... Regards
by mastintin
Wed May 08, 2019 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7362

Re: Pdf into dialog

I remember there was a class Tpdf or another
many times ago a tried a dialof with a pdbf into scrollable into a dialog but now I not remember where i saw it
by Silvio.Falconi
Mon Oct 16, 2017 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pdf into dialog
Replies: 21
Views: 3954

Re: clase Tpdf

Hola jnavas: La cosa es muy sencilla en realidad es solo imaginárselo. Solo puedes poner tipos de letra de paso fijo y además caracteres alfanuméricos por lo que para hacer que coincidan el último digito a la derecha transfórmalos con str: str(campo01,18,10) str(campo02,10, 6) str(campo03,5,2) str(c...
by colthop
Mon Apr 03, 2017 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase Tpdf
Replies: 22
Views: 4662
Next

Return to advanced search