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
Hi,
you can make use of IWDPDFDocument interface instead.
try this:
Regards,
SrinivaS
Add a comment