1

This question is very similar to PDF image in PDF document using ReportLab (Python), but I seem unable to adapt it to my needs:

I want to add vectorized images (available in SVG oder PDF format) to an A4 PDF output. The images must not get scaled! They should simply be placed from top to bottom with some vertical spacing and automatic page breaks.

No text or other content is required. Basically, I'm looking for a pdfnup solution. In the past, I have used pdflatex with a simple input file for the task, but this is no option for the target system.

damada
  • 95
  • 8
  • Would the PdfPages backend of matplotlib be an option for you? https://matplotlib.org/examples/pylab_examples/multipage_pdf.html – Jeronimo Sep 26 '17 at 11:04
  • Interesting, this seems to be very straight forward! How can I save existing PDF graphics to the new PDF page? – damada Sep 26 '17 at 11:53

0 Answers0