Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rahimnathwani
on March 3, 2020
|
parent
|
context
|
favorite
| on:
What's so hard about PDF text extraction?
You could probably reduce file size by generating your additions as a single PDF, and then combining that with the original 'form', using something like
pdftk form.pdf multibackground additions.pdf output output.pdf
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
pdftk form.pdf multibackground additions.pdf output output.pdf