watson / ipp-printer

An IPP printer written in Node.js
MIT License
548 stars 81 forks source link

Set ipp-printer to get pdf format instead of postscript #39

Open itamardavidyan opened 3 years ago

itamardavidyan commented 3 years ago

@watson There is an option to get pdf format instead of postscript from the ipp-printer?

keepitopen commented 3 years ago

Have you solved this?

itamardavidyan commented 3 years ago

No.. I converted ps to pdf with ghostscript

reoncodestack commented 2 years ago

You can just use .pdf as extension when saving the file in the code. It will be stored as pdf. You don't need ghostscript to do this.