TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hate PDF Forms? Check Out My No Code Solution

50 pointsby pheasantquiffalmost 3 years ago

11 comments

pheasantquiffalmost 3 years ago
Hate PDF Forms? Check out my No Code solution!<p>Create a form using text markup. Get an URL pointing to the form and mail it to your customers.<p>I recently received a PDF form (created by M$ Word). I use Linux and managed to open it with Libreoffice (Draw!). The text entry boxes were misaligned or just missing. Digits each had a separate text field. Tiresome... By the time I had re-exported it to PDF with the fields filled, some of the formatting had been changed&#x2F;lost.<p>So I made this.<p>I&#x27;d rather fill out forms in my browser. Browsers can print PDF. What could go wrong?<p>Tell me in the comments below.
评论 #32498001 未加载
评论 #32499875 未加载
评论 #32497837 未加载
nhumrichalmost 3 years ago
This isn&#x27;t no code. This isn&#x27;t even low-code. This is just a DSL (domain specific language).
评论 #32501568 未加载
wildrhythmsalmost 3 years ago
This is really cool! One suggestion - don&#x27;t expose when &#x27;identical form exists&#x27; on duplicate creator names. This can be de-anonymizing, because I can put some (fictitious) &#x27;target&#x27;s name into that box and see if they made a form using your service. Also it&#x27;s not clear to me why it&#x27;s necessary to have a creator name in the first place.
评论 #32508016 未加载
loloquwowndueoalmost 3 years ago
I hate pdf forms but old-fashioned organizations love them - so I have to deal with them. The worst is when they scan a paper form and send it as pdf - second worst is pdf form with non-fillable fields. I use xournal as a “typewriter” to fill out these monstrosities. I can even add a scanned signature to avoid having to print, sign and re scan the thing.
评论 #32508055 未加载
murklealmost 3 years ago
Why not go one step further and add a &quot;Save&quot; button which creates (&amp; downloads) a PDF in the browser?
评论 #32498201 未加载
tdeckalmost 3 years ago
I like the concept a lot. A couple of suggestions you might consider:<p>1. Grab a lightweight CSS framework like Milligram (there are a bunch of them) and add it so the forms will be styled in a more modern way.<p>2. Test on mobile. For me the layout of the current forms shows up wrong, it doesn&#x27;t take the full screen width and labels in the example form run over other elements.
评论 #32500079 未加载
ss48almost 3 years ago
Bug: Get the following error unless I change the text in text box.<p>server internal error (identical form exists?)
评论 #32498017 未加载
projektfualmost 3 years ago
For creating a PDF have you considered a &quot;print&quot; button? I feel if you sent it to someone, they might not actually know that you can Ctrl-P.<p>I like the print stylesheet, nice and crisp.
aminalmost 3 years ago
I think it’s perfect as it is. I hope you ignore the people who’ll try to pressure you into adding libraries to making it look like every other bloated webapp on the web.
评论 #32500294 未加载
ab_testingalmost 3 years ago
How to add dates, times, drop-downs and multi-select ?
评论 #32500336 未加载
kevmo314almost 3 years ago
Is no code a marketing term for code? Looks like code to me.
评论 #32498630 未加载
评论 #32499946 未加载
评论 #32498291 未加载
评论 #32500950 未加载