Search found 28 matches: opdf

Return to advanced search

PRINT oPrn NAME cTitle PREVIEW

... "pdfcreator" button before begins print I can set folder and name of pdf file to create using using the usual pdfcreator instruction set oPdf = CREATEOBJECT( "PDFCreator.JobQueue" ) oPdf:Initialize() Have I to need to edit rpreview.prg to obtain this goals?
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 295

Re: How to print character sigma in Haru?

... Instead of GetHaruFontList(..) you may use oPdf:aTTFFontList Initially, FWPdf is loaded with this list +-----------+----------------------------+|Arial      |C:\WINDOWS\Fonts\arial.ttf ...
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: 322

Re: Problems with Preview

... files because Rpreview saves the files starting with w and wmf or emf in a windows folder you can set the folder change the function FWSavePreviewToPDF( oPreview, cPDF, lOpen ) you found on Prev2Pdf.prg I use this function FWSavePreviewToPDF( oPreview, cPDF, lOpen ) local cOrient, oPDF local n ...
by Silvio.Falconi
Wed Nov 09, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 810

Re: How to print PDF file without GUI?

Dear Master, I try pdf.prg with oPdf:Print() but it doesn't work. The external program will be fail, if it lost or program inflect the virus. I like to handle printing within FWH more than external. Please check this: http://www.columbia.edu/~em36/pdftoprinter.html ...
by dutch
Thu Feb 27, 2020 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3058

Re: PDF en Dialogo

... En cuanto al End, mátalo tú después de llamar al metodo End : ( oPdf:End(), oPdf := nil, ..... )
by cnavarro
Tue Dec 24, 2019 4:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Dialogo - Nuevo navegador pdf múltiple - FINALIZADO
Replies: 4
Views: 1428

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

... 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( cPdfFileName ) // escribe texto, imágenes, códigos de barra y otros gráficos con los mismos métodos // como la clase Printer.. ...
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: 2897

Re: New FWH 19.09

... (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 ) // write text, images, barcodes and other graphics with the same methods // like Priner class. oPdf:End() // saves ...
by shri_fwh
Mon Oct 14, 2019 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5719

New FTDN September/Septiembre 2019 (FWH 19.09)

... (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 ) // write text, images, barcodes and other graphics with the same methods // like Priner class. oPdf:End() // saves ...
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: 2897

Re: Imprimir pdf sin intervención del usuario

... 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, HPDF_COMP_ALL ) **HPDF_SetPassword( oPdf, 'jaime', 'alberto' ...
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: 2196

Re: ARCHIVOS PDF

Willy Agregué las cabaceras # include "report.ch" # include "dtpicker.ch" # include "xbrowse.ch" tambien oPdf:PdfInfo( "COTIZACION", "" ,"", "" ) y sigue el mismo error Error al procesar pagina, numero fuera de rango Abre ...
by LuisPonce
Fri Jun 10, 2016 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHIVOS PDF
Replies: 17
Views: 4392

Re: ARCHIVOS PDF

Hola Willy Gracias por tu respuesta no corre, me da error: oPdf:PdfSetFont( "COURIER NEW", 0, nFontPdf ) que valores puede contener nFontPDf; le puse valor 10 y pasó PdfSay(oPdf, "EMPRESA", 2.5, 2.5, "TIMES", BOLD, 10) PdfSay(oPdf, ...
by LuisPonce
Fri Jun 10, 2016 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHIVOS PDF
Replies: 17
Views: 4392

Re: Algun Ejemplo para crear un reporte PDF

No, algo directamente de la libreria de PDF, Algo asi oPdf := tpdf():new( cPath ) titpdef( oPdf ) o function main() local oPDF oPDF := PDFClass():New() oPDF:nType := 1 oPDF:cFileName := "ARQUIVO.PDF" oPDF:Begin() foR nCont = 1 TO 1000 oPDF:MaxRowTest() ...
by ruben Dario
Wed Jul 01, 2015 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun Ejemplo para crear un reporte PDF
Replies: 3
Views: 657

Re: Imprimir documento PDF

... Con el sumatrapdf.exe seria +- asi: SumatraPDF -print-to-default -exit-on-print c:\MyPdfFile.PDF Mira el manual. ó Talbéz haga un modo tipo: oPdf:Print() usando el Adobe Reader con Activex. Salu2
by karinha
Thu May 29, 2014 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir documento PDF
Replies: 4
Views: 532

Re: RPreview mal en xp

... Para poder controlar los .EMF, incluí el siguiente código en el prv2pdf.prg y antes del "AEval( oDevice:aMeta, { | cMeta | oPdf:AddMeta( cMeta ) } )" AEval( oDevice:aMeta, { | cMeta | Tracelog( "cMeta:" + cMeta ) } )      // by rolo msginfo("Pasado ...
by rolando
Fri Oct 11, 2013 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11457

Re: Acrobat reader

Good morning. DEFINE WINDOW oWnd oPdf = TActiveX():New( oWnd, "AcroPDF.PDF" ) oPdf:LoadFile = "E:\FW\Update43-29-sera.pdf" I use Foxit freeware instead of Acrobat Reader. While Acrobat reader is bigger than 70 mb, Foxit ...
by alvaro533
Fri Nov 06, 2009 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acrobat reader
Replies: 14
Views: 2445
Next

Return to advanced search