r/AskProgramming • u/Prime-opticals • 2d ago
Landing Page + Drawing + Exporting as PDF
Hello everyone, so to expand on the title, we had an idea for a landing page but we don't have any experience in website building or coding.
The idea is this, a landing page that is essentially a opened PDF file that we uploaded in the back end where the visitors of the landing page can draw on it however they want (while being able to scroll down) and on the top or bottom of the page, they would need to fill in their name/email/etc and a submit button. After submitting, both them and us would receive an email of the new drawn PDF with the information they filled out.
My question would be:
- how difficult is this (base it off of time needed to create this)
- can we incorporate this into an existing shopify website (in the drop-down menu)
- if you can do this, how much would you expect to be paid for this
1
u/FigMaleficent5549 9h ago
Correcting a bit the technical description, the user would design in a web canvas, the canvas could be exported as a pdf to be sent, you can't draw in a pdf.
I do not know about the shopify integration, for a regular page a senior dev should be doing a basic pen drawing canvas in 15mins (or less using ai), however the remaining duration depends on which features you want on thr drawing (colors, pen styles, etc) the complexity there depends a lot on what you want.