1

Is it possible to merge multiple images and PDF together into a single pdf and then print? I am using angular 9.

Thanks in advance.

Priyank
  • 3,778
  • 3
  • 29
  • 48
  • 1
    https://stackoverflow.com/a/56917568/1418750 – Njuguna Mureithi Jul 30 '20 at 10:33
  • @nijuguna I am using angular 9. so how to use this example with angular. – Priyank Jul 30 '20 at 12:09
  • Please add a little bit of code of how you are using it and I can help you. A dummy component could be a good start – Njuguna Mureithi Jul 30 '20 at 12:12
  • @nijuguna But the issue is, I have a combination of images and pdfs in an array. the above pdf.js example only works for pdfs. do you any solution which works on both the combination of images and pdfs. – Priyank Jul 30 '20 at 12:48
  • if you cant do this with JavaScript then the answer is no – Seabizkit Jul 30 '20 at 12:52
  • @Priyank Angular is a JavaScript framework for making dom changes....so you would just write the JavaScript as ur requirements wont be part of Angular... – Seabizkit Jul 30 '20 at 12:54
  • If you could post your code I could help. It is possible, I guess from the docs. – Njuguna Mureithi Jul 30 '20 at 13:27
  • @NjugunaMureithi Is it possible for the combination of Images & PDF and then combine to single pdfs. because I am able to combine the multiple pdfs into single pdf using the link shared by you. but now I am not able to combine images and pdfs together. – Priyank Jul 31 '20 at 04:00

0 Answers0