Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

connecting a form with data from a http server

Avatar

Level 1

hi,

can somebody give me a hint how I can deliver a pdf form with data already filled from a server?

preferable php. code snippet?

I know how to do it with acrobat and fdf but I want to use the lifecycle designer and xml.

this is bugging me for 2 days now.

thanks

edgar

0 Replies

Avatar

Level 8

You can use either the LiveCycle ES Forms' renderPDF service (for XDP based PDFs) and/or the LiveCycle ES Foundations' formDataService (usually used for Acroforms based PDFs or XFA type XML data).  Both of these require the LiveCycle ES server products

Avatar

Level 1

there must be a way without installing a server. it's just about importing some field data into a pdf. it works for data on a hard disk with ONE line of code. and I quess it is the same with data from a server.