Merge several pdf files together in Latex!!!

 

/documentclass{article}
/usepackage{pdfpages}

/begin{document}

/includepdfmerge{summary.pdf,-}

/includepdfmerge{me.pdf,-}

/includepdfmerge{expectations.pdf,-}

/end{document}

 

 

 

 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 

Note that we need to use "pdflatex" to compile to pdf directly.

 

 

It seems that many people have such questions. I googled and found many similar solutions but none of them work (maybe because of some setting). Last, I found this one (from http://cohomo.blogbus.com/logs/68109667.html), and it works!!!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章