Merging pdf without ghostscript
9 ビュー (過去 30 日間)
古いコメントを表示
Hi all, Is it possible to merge pdfs in matlab without using ghostscript? Thanks!
1 件のコメント
Bereketab Gulai
2020 年 1 月 27 日
You say that you solved the issue using VBA code, could you share that VBA script, at least the basic structure.
採用された回答
Guillaume
2017 年 7 月 17 日
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.
その他の回答 (2 件)
Benjamin Großmann
2021 年 3 月 22 日
Four years later ... I contributed a tiny function to FEX to merge multiple pdfs without third party tools:
1 件のコメント
Bereketab Gulai
2020 年 1 月 28 日
You can still use Ghostscript along with append_pdfs.
- Install GS on your machine or get copy of it is files
- Store gs files with your application
- Copy append_pdfs and modify gs path to indicate where you hava gs...exe
- Use append_pdfs like usual
Tested VBA Code but it requires Adobe Standard or Pro, which not suitable.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!