You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK you're using (please complete the following information):
Version 4..11.0
Is your feature request related to a problem? Please describe.
Attaching PDF to "emailInvoice" API endpoint. We have customers that use automated systems such as Hubdoc which automatically import the PDF from email, but if the invoice was generated via the API, I am unable to attach the PDF to the email, so they have to manually process our invoices, which they are grumpy about.
Describe the solution you'd like
Able to set "Attach PDF" on the API call, and it attach the same PDF as the web interface.
Describe alternatives you've considered
We are looking at generating the PDF manually to just look like the one Xero generates, and attach that document to an email that we generate, but we would have to be really careful to make sure that all the data is identical. And it seems like a lot of work for a feature that should be included.
We considered using the "download PDF" option via the API, but the API version of PDFs don't include custom fonts from the template. When the web version does include our fonts. So we would be forced to use our own PDF generation servers. The custom font is 3of9 for barcodes.
The text was updated successfully, but these errors were encountered:
Or are you trying to use the getInvoiceAsPdf but the fonts/template aren't accurate across as API (that is a known limitation of the get as pdf endpoint).
SDK you're using (please complete the following information):
Is your feature request related to a problem? Please describe.
Attaching PDF to "emailInvoice" API endpoint. We have customers that use automated systems such as Hubdoc which automatically import the PDF from email, but if the invoice was generated via the API, I am unable to attach the PDF to the email, so they have to manually process our invoices, which they are grumpy about.
Describe the solution you'd like
Able to set "Attach PDF" on the API call, and it attach the same PDF as the web interface.
Describe alternatives you've considered
We are looking at generating the PDF manually to just look like the one Xero generates, and attach that document to an email that we generate, but we would have to be really careful to make sure that all the data is identical. And it seems like a lot of work for a feature that should be included.
We considered using the "download PDF" option via the API, but the API version of PDFs don't include custom fonts from the template. When the web version does include our fonts. So we would be forced to use our own PDF generation servers. The custom font is 3of9 for barcodes.
The text was updated successfully, but these errors were encountered: