“This discussion is about generating automated PDF receipts in n8n using order data that is already stored in an Excel sheet.”

I’m building a Restaurant Agent in n8n with these features:
:fork_and_knife_with_plate: Can book table reservations
:takeout_box: Can take food orders
:bar_chart: Stores all order details automatically in Excel
Now I want to add the next step:
:receipt: Generate a PDF receipt for each order

My question to the community:
Since the order data is already stored in Excel, what’s the best way in n8n to automatically create a PDF receipt from that data?
Any tips, nodes, or workflow examples would be really helpful! :raising_hands:

well you have multiple options like:

  1. Google Docs → PDF Export
  2. use external PDF API’s(pdfco, PDFShift, etc)

Thank you . I ll try this

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.