Skip to main content
March 15, 2022
Question

fields having special character/symbol not able to populate in fillable intake pdf sheet using FILL PDF smart service.

  • March 15, 2022
  • 1 reply
  • 0 views

we have an requirement where we need to populate some fields from pdf using fill pdf smart service.
fields not having special character or symbol are populating successfully but fields those are having special character unable to populate.
so anyone can help to resolve this issue.

snippet for the code are as below.

{
  {name : "County", value : "Adam"},  
  {name : "Parcel No", value : "98765"},
  {name : "Price/Consideration", value : "77777"},
  {name : "Doc. 1 â`“ Grantor(s) Name(s)", value : "Mike"}
  
  
}

1 reply

gopalk2865
Participating Frequently
March 15, 2022

Hi, you can use Appian functions like strip with() to remove special characters from the text string or you can replace with any other character before passing this to pdf smart service.