PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Generate PDF in windev mobile 21
Generate PDF in windev mobile 21
Iniciado por SM, 22,oct. 2017 18:54 - 2 respuestas
Miembro registrado
1 mensaje
Publicado el 22,octubre 2017 - 18:54
I need to generate a pdf invoice and display it on the tablet. Are there any possibilities since windev mobile 21 to do it natively through a report?
Publicado el 22,octubre 2017 - 21:03
Hi
there is no report editor/support, but all the iPrintxxx low level
functions are available.

As for display, you'll need an external soft to do that, as pdf is not
supported on windev mobile.

Of you can use the dxxx functions instead and DRAW your invoice in an
image -jpg/png), and display it afterwards.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 10/22/2017 à 10:54 AM, SM a écrit :
I need to generate a pdf invoice and display it on the tablet. Are there
any possibilities since windev mobile 21 to do it natively through a
report?
Miembro registrado
309 mensajes
Popularité : +31 (37 votes)
Publicado el 23,octubre 2017 - 11:56
Hi,
Regarding the display side of your question, for android devices, there is a solution in the PCSOFT repo that enables the display of PDF docs in an html control :

https://depot.pcsoft.fr/resource.awp…

(Comment ça va Fabrice ?)

BR

Samir