#rbole-invoice-pdf

1 messages · Page 1 of 1 (latest)

vapid spokeBOT
thorny hazel
#

rbole-invoice-pdf

#

@prisma cedar no there's no API feature for this. You'd download each Invoice yourself and then do the ZIP for example

prisma cedar
#

ok, does that mean, I have to download 100 invoices ones per ones?

thorny hazel
#

I mean you usually don't need to download 100 PDFs at once, that's not a normal flow that makes sense to me

#

but yes you would download each Invoice's PDF one by one, and for example cache it on your end

prisma cedar
#

The invoice object has a link to the pdf file. Is this a way to automate the download of the invoices ?

thorny hazel
#

no, it's a URL and you would write code to download it yourself

prisma cedar
#

yes I can write helper tool, to grab these invoices and store it locally, that will work?

thorny hazel
#

yes

prisma cedar
#

ok, thanks I will try this approach.

thorny hazel
#

sure thing!