I am able to open a google sheet as a PDF in the browser by using this URL type format: https://docs.google.com/spreadsheets/d/ /export?format=pdf&gid=[GID Number]
Now my problem is when I use the HTTP module “Get a File”, it only downloads an HTML file. It seems to completely ignore that this is actually a PDF file. The header starts with the HTML file type opener.
What’s missing is the conversion from HTTP to PDF
I only found Paid Modules that can convert HTML to PDF, requiring an account and sign-up
My question is, is there a way to do this conversion within one of the free HTTP call modules within Make? - I just think this is basic. Not really ready to get a subscription for something like this.
I don’t think this will work for me as my google sheet has multiple worksheets. If I use your solution, it will print multiple worksheets. I use this to create invoices for calendly calls and need to pull some data from one sheet to another. So I need to have different worksheets within the same file. I only want to print one worksheet if I can. Is there any way to do this?
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
@figuresandnumbers If you use the “Download file” module as suggested by @Arnoud_WorkNinjas you will get the PDF with all the sheets (the “download a file” module does not create one PDF file per sheet, I just double-checked).