1. Software Development
  2. PowerBuilder
  3. Wednesday, 19 October 2022 18:16 PM UTC

Hello All,

We recently migrated to PB22. We normally just print a datawindow as a pdf, works great. We also occasionally use a Word template with bookmarks. We open the Word template, do a bunch of inserts into the bookmarks, then save the doc.

Is there a way to insert data into a pdf form from PB?

 

Thanks,
Dennis

Software Development Accepted Answer Pending Moderation
  1. Wednesday, 19 October 2022 19:45 PM UTC
  2. PowerBuilder
  3. # 1

Roland, do you have ideas on where to find one?

Dennis

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 19 October 2022 19:41 PM UTC
  2. PowerBuilder
  3. # 2

Look for a COM control that can display a PDF and has form handling methods.

Comment
There are no comments made yet.
Software Development Accepted Answer Pending Moderation
  1. Wednesday, 19 October 2022 19:09 PM UTC
  2. PowerBuilder
  3. # 3

Yes, the idea is that have a template on a drive somewhere with a handful of editable fields that we could open and populate those fields from PB.

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 19 October 2022 20:11 PM UTC
Sounds like you just need to use the RichText DataWindow. Dealing directly with an already created PDF fill-able form would require interacting with Adobe as an "in process" server (aka OLE) object.

Instead, just load the RTE template of the document at run time into the DWO and then have the DWO populate the related column data for you. ;-)

https://docs.appeon.com/pb2019/pbug/ch29s02.html

HTH
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 19 October 2022 18:57 PM UTC
  2. PowerBuilder
  3. # 4

Hi Dennis;

  Do you mean an already created "Fill-able" PDF form?

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.