hkdeven / Serverless-Web-Form-to-PDF

Web app converts online form to a presentation-ready PDF using Google Apps Script, PDF Layer, and Google Maps.
Other
7 stars 2 forks source link

webpage.html broken #1

Open joshobrienau opened 4 years ago

joshobrienau commented 4 years ago

Hey @hkdeven wanting to use this, but the code isn't working.

Title tag wasn't closed, but even with this closed, not working correctly.

Do you have a working example?

Screen Shot 2020-08-20 at 11 52 06 am
hkdeven commented 4 years ago

I do, in fact! Are you using this with the Zoho CRM API? That can be tricky to deploy, but I think I have a write up for that too.

joshobrienau commented 4 years ago

@hkdeven not using Zoho, ideally if converting either within the browser alone or google api. I'm just looking to allow completed form to be saved as PDF locally.

hkdeven commented 4 years ago

Ah, well if that's the only layer you're really interested in then you might want to strip it down quite a bit. The PDFLayer docs are fairly decent, if I recall correctly. Also, they do respond if you mention them on twitter, too.

Is that screenshot the final PDF or your browser window?

The hardest part of that whole piece is styling the final PDF.

@joshobriencom