Search found 44 matches: importwmf

Return to advanced search

PARA ANTONIO LINARES- AYUDA... GRACIAS!!!

... oFont, oIni, oPrinter PRINTER oPrn PREVIEW DEFINE FONT oFont NAME "Times New Roman" SIZE 0,-12 OF oPrn PAGE #ifdef __CLIPPER__ oPrn:ImportWMF( "Invoice.Wmf" ) #else oPrn:ImportWMF( "Invoice.emf" ) #endif oPrn:CmSay( 2.1, 16, "19960001") // invoice oPrn:CmSay( ...
by ozono1981
Fri Nov 13, 2015 6:10 pm
 
Forum: FiveWin para CA-Clipper
Topic: PARA ANTONIO LINARES- AYUDA... GRACIAS!!!
Replies: 3
Views: 1264

IMAGEN EN INFORME

... oFont, oIni, oPrinter PRINTER oPrn PREVIEW DEFINE FONT oFont NAME "Times New Roman" SIZE 0,-12 OF oPrn PAGE #ifdef __CLIPPER__ oPrn:ImportWMF( "Invoice.Wmf" ) #else oPrn:ImportWMF( "Invoice.emf" ) #endif oPrn:CmSay( 2.1, 16, "19960001") // invoice oPrn:CmSay( ...
by ozono1981
Wed Nov 11, 2015 9:14 pm
 
Forum: FiveWin para CA-Clipper
Topic: IMAGEN EN INFORME
Replies: 0
Views: 637

Re: To Gurus and To Charles : Also for MyRpt

... way in XP and Seven? 2.- Perhaps the error may be in the printing of EMF and not alike in XP than in Seven. I also use the standard function oPrn:ImportWMF(). Can you create a test print with oPrn:ImportWMF() to see if it printed the same way?
by Carles
Mon Oct 28, 2013 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Gurus and To Charles : Also for MyRpt
Replies: 3
Views: 954

Re: ImportWMF - FWH 13.07 - Problem

Hi Antonio

No problem, the htmltools.exe is a good solution.
I can't change the logo because I have 2 or 3 logo per client and 1500 clients, i think have more 4000 logo.

Thanks for the quick return

Marcelo
by kabrau
Fri Oct 11, 2013 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

Re: ImportWMF - FWH 13.07 - Problem

Marcelo,

If the painting of the logo is just what it is failing, why don't you modify the logo to increase its top and left margins ? That may be a good workaround :-)
by Antonio Linares
Fri Oct 11, 2013 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

Re: ImportWMF - FWH 13.07 - Problem

... I am using the tool htmltools to convert wmf to emf http://www.verypdf.com/app/html-converter/index.html I put a code in importWmf() to convert using the htmltools.exe winexec("htmltools.exe "+cFileWmf+" "+cFileEmf) Anyway thank you
by kabrau
Fri Oct 11, 2013 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

Re: ImportWMF - FWH 13.07 - Problem

... so there is nothing we can do there, but in Method ImportWMF() there are some places where you could adjust the dimensions: in printer.prg:    ::SetIsoTropicMode()   ::SetWindowExt( ...
by Antonio Linares
Fri Oct 11, 2013 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

Re: ImportWMF - FWH 13.07 - Problem

I need that WMF2EMF() convert WMF size page to EMF, today convert only the logo, and change the page size.

Please, help me.
by kabrau
Thu Oct 10, 2013 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

ImportWMF - FWH 13.07 - Problem

Hi

To print, I always used the logos in WMF format
I create the WMF page size and position the image of the logo in the correct location.
Now importWMF converts to EMF, and loses position just inside the WMF

Please, I have 1500 clients, can not change all logos.

Hugs

Marcelo
by kabrau
Thu Oct 10, 2013 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF - FWH 13.07 - Problem
Replies: 5
Views: 1065

printing jpg-file

... file obtained from the client. Now , i try to change the program as : # ifdef TEST oPrn:SayImage(0,0,"b:\test\mclskop.jpg") # else oPrn:ImportWMF(MCLSKOP) # endif Where the jpg-file is scanned ( full page) . nView shows as print dimensions : 21.009 x 29.705 cm , A4 format Paint 1191 ...
by Franklin Demont
Fri Aug 30, 2013 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: printing jpg-file
Replies: 1
Views: 525

Printing

Hello,
for me sample testprev.prg from the Fivewin samples is not working any more.
Also my own code where I use oPrn:ImportWMF( "invoice.emf" ) is not working anymore.
Does someone have an advise.
Thanks in advance
Otto
by Otto
Wed Feb 08, 2012 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing
Replies: 2
Views: 820

Re: Consulta sobre TPrinter

... las copias, de manera que algunos campos saldrian o no segun original o copia Desventajas: Doble (o mas, segun copias) vuelta: lento. 2ª) Hacer un ImportWmf() de los wmf creados y pintarle "copia" . Esta técnica la aprendí de TImprime/UtilPrn de TheFull Ventajas: Es rapido Desventajas: ...
by hmpaquito
Thu Jun 16, 2011 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre TPrinter
Replies: 2
Views: 639

Re: Class Printer

... el primer CmSay() tendra distintas "distancias" con los otros CmSay() en funcion de la impresora. 2.- Si usamos por ejemplo la funcion ::ImportWMF(), se imprime a partir del desplazamiento. Que quiere decir esto ? Si yo tomo como origen 0,0 el desplazamiento de X e Y, y todas las funciones ...
by Carles
Thu Jun 02, 2011 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Class Printer
Replies: 6
Views: 2585

Re: How to print on a previous page

... page. Their names are in ::aMeta The technique in that post, after creating the EMF's, loops them and adds the page number at the bottom (after ImportWMF(): oPrn:Say) Hi, Davide
by Davide
Thu May 26, 2011 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print on a previous page
Replies: 4
Views: 826

Re: Poner hoja 1 de N en tprinter

... Local nLin := 64*nRowStep if nPaginas <= 1 // Solamente una pagina Return Nil endif oPrn:aMeta := {} FOR x := 1 TO nPaginas PAGE oPrn:ImportWMF( aFicheros[ x ], .F. ) oPrn:Say( nLin,nCol, +Alltrim( Str( x ) ) +"/" + Alltrim( Str( nPaginas ) ) , oFont,,,,PAD_RIGHT ) ENDPAGE ...
by FranciscoA
Wed Sep 15, 2010 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Poner hoja 1 de N en tprinter
Replies: 4
Views: 950
Next

Return to advanced search