I have a bunch of text files, images and pdf files which I want to convert into a single pdf file. How do I do it?
Ubuntu – Create a single pdf from multiple text, images or pdf files
filesimage processingmergepdf
filesimage processingmergepdf
I have a bunch of text files, images and pdf files which I want to convert into a single pdf file. How do I do it?
Best Answer
If you're willing to use a terminal, you can use ImageMagick. Install it with
then you can do:
It worked for me, but the problem is it converts the
text.txt
file into an image, so you can't highlight the text in the resulting pdf.