Hi, I'm using the "PDF Doc From Template" smart service

Hi,

I'm using the "PDF Doc From Template" smart service to generate a PDF. I used "Adobe Acrobat Pro" to create the PDF template. One of the sections in the template, contains check-box fields which need to be checked in case a certain criteria is met from the process flow. Thus, am using a 'Boolean' process variable to match this particular property.

The value obtained during the execution is as expected. But, the appropriate 'check-box' in the PDF document is not 'Checked'. What could be the likely reason? Is the change need to be done on the mapping or the in the template creation?

Thanks, in advance, for any inputs.

~Arvind...

OriginalPostID-75739

OriginalPostID-75739

  Discussion posts and replies are publicly visible

Parents
  • Found the solution. The data passed to the field, should match the 'Export Value' set in the template.

    For example, in Adobe Acrobat Pro, for the checkbox field the default 'Export Value' (under the options tab) is set to "Yes". So, the value to be set through the process variable in property matching should be something like: =if( pv!booleanFieldValue, "Yes", "No" )
Reply
  • Found the solution. The data passed to the field, should match the 'Export Value' set in the template.

    For example, in Adobe Acrobat Pro, for the checkbox field the default 'Export Value' (under the options tab) is set to "Yes". So, the value to be set through the process variable in property matching should be something like: =if( pv!booleanFieldValue, "Yes", "No" )
Children
No Data