Hopding / pdf-lib

Create and modify PDF documents in any JavaScript environment
https://pdf-lib.js.org
MIT License
6.89k stars 656 forks source link

Add form feed character at the end of every page #1502

Open VassuRaw opened 1 year ago

VassuRaw commented 1 year ago

What are you working on?

I am working on generating pdf receipt for desktop application and printing the receipt to dot matrix printer. I want to add form feed character at the end of each page to stop the feeder at the next page otherwise the feeder keeps rolling the page. Print is working fine, the only problem i am having right now is that after print is done, the feeder keeps rolling the paper.

Additional Notes

No response