Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
5 subscribers
Views
2840 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I'm using the "PDF Doc From Template" smart service
apatil
over 11 years ago
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
0
apatil
over 11 years ago
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" )
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
apatil
over 11 years ago
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" )
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data