Ideally I would love to generate the pdf on the server. Hovered I am yet to
discover an easy way to create a pdf easily with the ease of jspdf's table
plugin.

Perhaps someone can shed light on a good python library to do this without
much ado.

On Wed, 14 Nov, 2018, 7:12 PM Jason <jjohns98...@gmail.com wrote:

> your original error was due to exceding django's max upload size.  check
> out
> https://docs.djangoproject.com/en/2.1/ref/settings/#data-upload-max-memory-size
>
> also, you should check out https://djangopackages.org/grids/g/pdf/
>
> What I would do is generate the pdf in the view from a rendered template
> and then send from email.  No need to generate it on the client and upload
> for an email.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/506231af-2c44-4e8c-9c9d-36d8ea913b7b%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/506231af-2c44-4e8c-9c9d-36d8ea913b7b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA%3Diw_9QAr_Y2deWgjsXmZcmM8HALA3Gg0jDz_dZVtnSt9Vtog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to