I don't know anything about your PDF/email problem, but I was under the
impression that you could use the local filesystem in Heroku, but that you
can't rely on it for persistance.

https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem

So, if you had a solution that was "write to disk, then add file as an
attachment to an email" that could work on Heroku.

On 25 September 2015 at 10:13, Jonathon McKitrick <jmckitr...@gmail.com>
wrote:

> I'm using clj-pdf to great success to stream a generated PDF when
> requested by URL, and postal to send email.
>
> I now need to output the PDF to an attachment in the email itself, and
> this needs to be Heroku-capable (no local filesystem).
>
> Has anyone done something similar, or any of the pieces?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to