Avatar

Level 8

By "Dynamic Header" do you mean the PDF cover page, or the interactive portfolio navigator?

If its the cover page then it should be a fairly easy thing to do.  You can create a form (XDP or PDF template) with a field for the name and one for the image.  Then you would use something like LC Forms or Form Data Integration to merge the data (image and name) with the template.

The one thing you would have to do is to put the image and data into an XML format before you merge it with the form. That means you will need to convert the image to a base64 encoded format.  Fortunately there is a built in function for doing the conversion in a SetValue operation (its under Document Object Functions).

If you are talking about the Navigator (portfolio shell) then it gets a bit more tricky.  The navigator is actually a Flex application and not a PDF.  You'll have to code a new one using Flash Builder, then import the resulting .nav file into your LiveCycle application. Merging the data with it is not something I've done before, but it should be possible (the LiveCycle Interactive Statement Solution Accelerator does something similar).

If it is new navigator you need, check out some of the following links:

http://joelgeraci.com/adobe/devjunkie/web/portfolios_p1_outer.shtml

http://acrobatusers.com/tutorials/modifying-pdf-portfolio-navigator

http://acrobatusers.com/navigator-contest-faq  (for the development software links)