ImageMagick security policy ‘PDF’ blocking conversion

The Imagemagick security policy seems to be not allowing me perform this conversion from pdf to png. Converting other extensions seem to be working, just not from pdf. I haven’t changed any of the imagemagick settings since I installed it… I am using Arch Linux, if the OS matters. user@machine $ convert -density 300 -depth … Read more

Inserting a PDF file in LaTeX

I am trying to insert a PDF or doc file as an appendix in my LaTeX file. Do you know how I can do this? 6 s 6 Use the pdfpages package. \usepackage{pdfpages} To include all the pages in the PDF file: \includepdf[pages=-]{myfile.pdf} To include just the first page of a PDF: \includepdf[pages={1}]{myfile.pdf} Run texdoc … Read more

Merge / convert multiple PDF files into one PDF [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 8 months ago. Improve this question How could I merge / convert multiple PDF files into one large PDF file? I tried the following, but … Read more