#rbole-invoice-pdf
1 messages · Page 1 of 1 (latest)
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
ok, does that mean, I have to download 100 invoices ones per ones?
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
The invoice object has a link to the pdf file. Is this a way to automate the download of the invoices ?
no, it's a URL and you would write code to download it yourself
yes I can write helper tool, to grab these invoices and store it locally, that will work?
yes
ok, thanks I will try this approach.
sure thing!