Jump to content

Creating new pdf from multiple pdfs


Charles Knuffke

This topic is 6755 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello!

I'm wondering if there's any easy way to create a multipage pdf from several 1 page pdfs. I want to set up a quotation program, and I'd have a 1 page submittal pdf sheet for each item. Then I'd like to create a single pdf with all the indiviual sheets based on the items in each Bill of Material.

I've seen this done in other programs, and was hoping I could duplicate it in FileMaker.

Thanks!

Any help would

Link to comment
Share on other sites

FM's PDF capability is only to produce a single PDF, and it can't merge multiple files together. There are a number of PDF utilities, ranging from Acrobat to Cute2PDF to 'pdftk' (pdftoolkit) that can do the trick, but automating them is more work.

For example:

pdftk.exe "1.pdf" "2.pdf" "3.pdf" cat output "output.pdf"

The above is a commandline argument for Pdftk

which you can download for free at Link

Steve

Link to comment
Share on other sites

This topic is 6755 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.