or, alternatively, you can forego the xml route, and use the
cfpdfsubform and other tags
and just skip the xml part altogether :)

but thanks andrew...

-- tony

Better than a thousand hollow words, is one word that brings peace.
-- siddhartha gautama



On Tue, Oct 21, 2008 at 2:54 PM, Andrew Powell <[EMAIL PROTECTED]> wrote:
> This forum is not full of Acrobat experts that reply to messages. I have yet 
> to figure out how to populate the barcode field.
>
> I think the basic approach would be to extract the data (to get the 
> structure) now use this as a template. Fill in your data and add it back to 
> the PDF.
>
> <cfpdfform source="c:\employeeid123.pdf" result="c:\ formdata.xml" 
> overwrite="yes"  action="read"/>
>
> <cfpdfform source="c:\payslipTemplate.pdf" action="populate" 
> XMLdata="c:\formdata.xml"/>
>
> alternatively you can use structs instead of XML.
>
> -aP
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to