Hello experts,
I'm trying to develop a non interactive, dynamic PDF form.
As far as I understand I don't need a license because it's not interactive.
I've configured the ADS and it's working fine on the WS test page.
I've downloaded and imported the TutWD_DynamicForm tutorial.
When I try to run the application I get Usage Rights exception...
I've also tried to edit the form properties and canged the "Preview Type" to "Print Form", yet no success...
What am I missing?
Thanks,
Mitchkado.
The default mode is interactive, which requires a license. If you want to create non-interactive forms, you have to set this explicitely, e.g.:
IPDFCreationContext.setInteractive(false);
Also you can check if you have installed valid credentials for using ADS
http://scn.sap.com/thread/769666
Page 19 in