PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Print to pdf
[WD20] Print to pdf
Iniciado por guest, 04,nov. 2016 19:36 - 5 respuestas
Publicado el 04,noviembre 2016 - 19:36
Hello all,

When i email a report in pdf it misses some words or some characters of a word. When i use the export to pdf button in print preview i have the same problem.
It is not by all users.

Any ideas?

Thanks
Publicado el 04,noviembre 2016 - 19:45
Hi

I guess it might relate to font/language not found in wd20 pdf driver or
size being cut out in your report.

Try using a popular font and shrink the size to see if generating the report
with pdf could see it.

HTH

King
Publicado el 04,noviembre 2016 - 23:39
Hi,

Check the default printer.

A. ELFASSI
Publicado el 05,noviembre 2016 - 08:00
I changed the default printer without any result.
Publicado el 07,noviembre 2016 - 09:14
Hi,

Is the text RTF? Then do you already use iParameter("RTFWINDOWS=NO")?
See the help for iParameter and search RTFWINDOWS
help

We had the same kind of problems in the past and if i remember correct this was the solution.

Kind regards,

Joris.
Publicado el 08,noviembre 2016 - 12:38
Joris,

It is not RTF text, so iParameter("RTFWINDOWS=NO") is also not the solution.