MATLAB: Merging pdf without ghostscript

pdf merge

Hi all, Is it possible to merge pdfs in matlab without using ghostscript? Thanks!

Best Answer

Matlab has no built-in pdf handling capabilities and if it had it would likely use ghostscript behind the scene, so you've left with:
  • finding an alternative to ghostscript. ghostscript is the only open source pdf handling library I know.
  • write your own pdf handling code using the standard. Good luck with that, you'll be better off with ghostscript.