Append bar code in pdf

Hi all,

I have generated a bar code. Is there any way i can append the bar code in pdf document ? the older links in previous discussions doesn't seem to work. Please help.

  Discussion posts and replies are publicly visible

Parents Reply
  • Of course you can have this happening in one process model with a couple of nodes.

    First Node: Create PDF with the bar code image using the CreatePDF smart service.
    You might specify a rule fetching the bar code image its storage location. e.g. =rule!getBarcodeImage.

    Second Node: MergePDF - you merge the bar code pdf with any other existing pdf on the Appian Platform
    Input here are Documents: two process variables containing the pdfs you like to merge. And don't forget
    to specify under output the 'New Document Created'

    Hope that helps.

Children