I doubt it'd work just by using CFPDF and action="merge". If you need that to work and if the 1/4 to 3/4 ratio is sort of a pattern that applies to all your documents, I'd have a look into processddx in CFPDF if I was you. That's a way to run DDX instructions which is the processing language from LiveCycle Assembler in ColdFusion. It's limited in functionality in CF and according to the docs <BlankPage>, <PageSize> etc are restricted, but there might still be a way to make it work with the available elements.
Here's a link to the current DDX reference guide: http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf Cheers Kai > Hi, > > Just wondering whether its possible using cf pdf related tags to merge 2 pdf > documents the first document being 1 page only 1/4 page in length and the > second document being 1 page 3/4 page in length into 1 single 1 page document > > Regards > > Claude Raiola (B.Econ Acc; B.Hot. Mngt) > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
