bac mac Posted September 25, 2019 Posted September 25, 2019 With several different PDFs in different fields, and also in different related records, I need to combine the pdfs into a single pdf. I can save the current record Save Record as a PDF and this is the only script command that can append to an existing pdf. But that doesn't solve the problem of needing to append in PDFs from a variety of different container fields. For some reason, the Export Field Contents script step does not have an append option, as does Save Record as a PDF. Recommendations?
comment Posted September 25, 2019 Posted September 25, 2019 Filemaker will append its own PDF (created at that moment) to an existing PDF. It will not combine two already existing PDFs. Use a plugin (e.g. BaseElements) or a 3rd party application. In macOS, you can use AppleScript to run this from within Filemaker. I suspect a similar option exists on Windows through Send Event.
MonkeybreadSoftware Posted September 25, 2019 Posted September 25, 2019 You can try MBS FileMaker Plugin with it's PDF functions. For Mac and iOS, you can use PDFKit functions and for cross platform projects including Windows and Cloud, you can use our DynaPDF functions. e.g. with DynaPDF just open multiple PDFs with DynaPDF.OpenPDFFromContainer function and import the files with DynaPDF.ImportPDFFile. Later save new PDF.
bac mac Posted November 4, 2019 Author Posted November 4, 2019 Thanks for the tips. Calling AppleScript worked fine.
Recommended Posts
This topic is 1846 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 accountSign in
Already have an account? Sign in here.
Sign In Now