Any way to include a pdf into a cfdocument process?

596 views Asked by At

Using CF document I am converting cfml into PDF. My process involves having an inner cfm included into an outer cfm. The outer puts a bunch of pretty stuff around the borders of each page, the inner is the meat of the data.

Now I'm at a point where instead of including a cfm I need to include a pdf, so my pretty border would be drawn around an existing pdf document, and output as a pdf document.

Using a cfinclude to a pdf inside a cfdocument tag results in a binary to string output so I have my pretty border surrounding a bunch of gibberish.

So how can I create a pdf out of my border cfm and an existing pdf?

0

There are 0 answers