Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26216

    I try to use generatePdfForms() to create PDF form input box in the generated PDF file. However it doesn’t work. Here is my code:

    [language=java:2rgjg0wo]PD4ML pd4ml = new PD4ML();
    pd4ml.setPageInsets( new Insets( 20, 10, 10, 10 ) );
    pd4ml.setHtmlWidth( 950 );
    pd4ml.setPageSize( format );
    pd4ml.generatePdfForms( true, null );
    …[/language:2rgjg0wo]

    HTML code is:
    [language=xml:2rgjg0wo][/language:2rgjg0wo]

    #27349

    Obviously you use non-Pro version of PD4ML, where PDF form generation feature is disabled.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.