my problem is, i´ve create a function for convertion my txt 2 pdf
but not a simple convert, it analizes all esc/p commands, and change fonts, 
sizes
spacing, ...
i solve in a moment, i copied hbvpdf fonts into my project, but i don´t see why 
remove for contrib

Best regards,
Fernando




________________________________
De: Horodyski Marek (PZUZ) <[email protected]>
Para: Harbour Project Main Developer List. <[email protected]>
Enviadas: Segunda-feira, 30 de Novembro de 2009 4:38:02
Assunto: RE: [Harbour] hbvpdf

>-----Original Message-----
>From: Massimo Belgrano [mailto:[email protected]] 
>Sent: Sunday, November 29, 2009 7:14 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] hbvpdf
>
>I have made this routine that is able to convert one or more 
>file asci in txt txt2pdf I hope that maj be usefull for learn 
>http://libharu.sourceforge.net/
>
>compile using hbhpdf.hbc
>/*
>read info abour hbharu at 
>http://libharu.org/wiki/Documentation/API/Graphics
> */
>
>
>
>-------------txt2pdf.prg
>#include "harupdf.ch"
>
>//---------------------------------------------------------------------
-//
>
>Function Main( cFileToRead, cFileToSave )
>  if empty( cFiletoRead )
>     cFiletoRead:= "txt2pdf.prg"
>  endif
>
>  if empty( cFileToSave )
>     cFileToSave := "txt2pdf.pdf"
>  endif
>  HANDLE := fcreate("read.max")

Where is HANDLE defined ?

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour



      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to