Search found 417 matches: emf

Return to advanced search

Re: Centrar texto VERTICALMENTE

... <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support rotated text and (2) ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 483

Error Usando LoadLib32 o LoadLib - Retorno Puntero

... de las DLL estas arrojen error. He probado con los samples que vienen en FWH (Que usan LoadLibrary or LoadLib32) y hacen lo mismo , por ejemplo EMF.PRG Error Time from start: 0 hours 0 mins 0 secs Error occurred at: 04/01/24, 11:43:31 Error description: Error BASE/1099 Argument error: STR Args: ...
by GUSPRE
Mon Apr 01, 2024 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Usando LoadLib32 o LoadLib - Retorno Puntero
Replies: 3
Views: 688

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... El último parámetro aWord, debía estar en mayúsculas. Ahora es indistinto. * Corrección: La creación y apertura de metaficheros (emf) no reconocía caracteres unicode en la ruta del metafichero y provocaban fallos en los casos de nombres de usuario con representación unicode. Corregido ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3909

Re: Calculate total pages

nageswaragunupudi wrote:For now, we can do this test.
First let us make a few modifications to the Printer.prg:


Great idea, but the EMF that is produced here are pure binaries, no readable text inside them. What am I doing wrong?
by Enrico Maria Giordano
Mon Nov 27, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Calculate total pages

... meta files for preview and then printing or for generation of pdf, jpg, docx, etc In the case where meta files are generated we can modify the emf files with the total number of pages like Mr.Otto said. I save an emf file and then reopen add the number and print it. We can modify an emf file ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Calculate total pages

Enrico, I use it for a different purpose. But you only need to count the number of EMF files per document.
Then you can print the pages and write whatever you want on them as if on a layer.
Best regards,
Otto
by Otto
Thu Nov 23, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Calculate total pages

Otto wrote:Enrico,
here's how I do it: I save an emf file and then reopen add the number and print it.


How to do that exactly? Can you share it?
by Enrico Maria Giordano
Thu Nov 23, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Calculate total pages

Enrico, here's how I do it: I save an emf file and then reopen add the number and print it. I use it for invoice copies, I print the invoice number on the emf and then print on paper. Strictly speaking, regenerating from data is not a copy. ...
by Otto
Thu Nov 23, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Number Total Pages

paquitohm wrote:Hi,

TImprime techique for stamping total pages from Rafa Thefull consist in write on .wmf/.emf after finish impresion



?????????

1) I wrote i using Treport class of fwh
2) I not wrote another class
by Silvio.Falconi
Sat Nov 18, 2023 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Total Pages
Replies: 2
Views: 211

Re: Number Total Pages

Hi,

TImprime techique for stamping total pages from Rafa Thefull consist in write on .wmf/.emf after finish impresion
by paquitohm
Fri Nov 17, 2023 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Total Pages
Replies: 2
Views: 211

New FTDN October/Octubre 2023 (FWH 23.10)

... The last paramter aWords, was required to be upper case. Now the words can be of any case. * Fix: creation and opening of metafiles (emf) were not recognising unicode characters in the metafile path and resulting in failure in cases of Unicode user names. Fixed by making metafile ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3909

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename? By default, FWH uses Microsoft Word to read emf and print as PDF. The programmer does not have to do anything for it. There is really no need to search for alternatives.
by nageswaragunupudi
Tue Aug 01, 2023 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 895

Re: PREVIEW Guardar nombre

PRINT oPrn PREVIEW FILE "fllename" The file name can have any extension pdf, jpg, png, emf If you give file name "\folder\name.pdf", the preview is saved as a pdf file If you give file name "\folder\name.emf", the preview is saved as a emf ...
by nageswaragunupudi
Thu Apr 20, 2023 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW Guardar nombre
Replies: 5
Views: 441

PREVIEW Guardar nombre

Una simple pregunta: ¿ Como tengo que hacer para que el PREVIEW que se genera pueda guardarlo con algún nombre ? Por ejemplo como c:\Compro.emf Ahora lo guarda por defecto en una carpeta c:\users\administrador\appdata\local\temp y con un número aleatorio. PRINTER oprn NAME "Comprobantes" ...
by pedroluis
Thu Apr 20, 2023 2:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW Guardar nombre
Replies: 5
Views: 441

Re: Problems with Preview

... that was also the oprinter:cdir folder. So I created my own temp folder and changed oprinter:cdir to that folder. When running your sample code 2 emf files appeared in that folder, but when converting to pdf I still get the same result, 2 blank pages.
by dtussman
Sat Nov 12, 2022 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 830
Next

Return to advanced search