cancel
Showing results for 
Search instead for 
Did you mean: 

Usage Rights issue when creating NON interactive PDF

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
jpenninkhof
Product and Topic Expert
Product and Topic Expert
0 Kudos

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);