Yes. In at least three ways. web2py ships with pyfpdf (in gluon.contrib) 
which converts html to pdf. Once you make the file you can also add as an 
attachment to an email (look the web2py email API). You can install/unzip 
reportlab in web2py/site-packages and use that alternatively. Also, if you 
run on a linux/mac machine you can install LaTeX and call that for the 
conversion, but use it only if you know latex already. 

On Sunday, 3 August 2014 18:00:07 UTC-5, sasogeek wrote:
>
> I have a form, and i display the details entered in the form on .pdf views 
> page. Is it possible to use web2py to email that generated pdf page to 
> someone? what I want to achieve is to allow users to fill the form and then 
> click a button to send the pdf containing the entered details without 
> downloading the pdf and re-uploading it... it's about the best solution 
> I've come up with so far but that's not what I want to achieve. It'll be 
> too much hustle for users (even I wouldn't want to do that)
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to