Merging pdf without ghostscript
이전 댓글 표시
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.
채택된 답변
추가 답변 (2개)
Benjamin Großmann
2021년 3월 22일
4 개 추천
Four years later ... I contributed a tiny function to FEX to merge multiple pdfs without third party tools:
댓글 수: 1
Gangadhar Venkata Ramana
2021년 3월 28일
Bereketab Gulai
2020년 1월 28일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!