cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe template and xml

0 Kudos

Hi Experts,

I have a XDP file created using Adobe designer and a XML file which holds the data to be passed in XDP file. Few years back there used to be an API

IWDPDFObject pdfObject = WDPDFObjectFactory.getPDFObject();

which can be used for data rendering. But it seems that this API is now depricated. Can some one tell me any alternative to do similar thing.

Thanks and regards

Pranav

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

you can make use of IWDPDFDocument interface instead.

try this:

http://gist.github.com/401005

Regards,

SrinivaS