Question

Merge 2 PDF to multi page PDF

  • 7 August 2018
  • 1 reply
  • 3 views

Badge +11

I have a directory of PDF files and would like to select some of them for merging.

Is there a way of merging a list of PDF files to a multi-page PDF file?


1 reply

Badge +2

Here is one solution: Read the pdf. Expose the fme_basename & pdf_page_number.

Then, add an AttributeExposer (exposing 'tmp') followed by an AttributeCreator that will compute the "new" page number.

I have posted the workspace in attachment. Keep me inform!test.fmw

Reply