cancel
Showing results for 
Search instead for 
Did you mean: 

Working with the u0093PdfObjectu0094 ADS API

Former Member
0 Kudos

Hi Everyone:

the demo on SDN about <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">working with the “PdfObject” API</a> has been downloaded to my loca SAP Netweaver develper studio.

But I have found that some class , such as WDPDFObjectFactory, IWDPDFObject can be tracked in the standard package of Web dynpro.

is there anyone know how to find the according package, or SDA in the client side [I mean the studio]?

My developer studio version : 7.1 SP3

My server version : SAP NetWeaver J2ee engine 7.1 SP3

Thanks a lot!

Message was edited by:

Orlando Ding

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

settle down, used the latest API.

Message was edited by:

Orlando Ding

Former Member
0 Kudos

Hi all, this problem has been settle down.

The PDF object API has been out-of-date, the currently API for programming with ADS is related with "WDPDFDocumentFactory",

you can find the reference of CE 7.1programming on SAP HELP portal.

By the way, in j2ee-application.xml file, you should also refer to "webdynpro" services to ensure that compiler could load the runtime library on the server side.

Thanks for your hints also.