-2

I have a requirement to create a pdf file that includes the salary slip details like (DA,HRA,Basic,Leave taken.... etc) by taking a leave taken as an input value from update able browser and generate a report in form of pdf that will be send to employee as well as bank to get credit the amount to thier respective salary account.

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33

1 Answers1

1

If you're trying to create a PDF document from within Progress, you can use PDFinclude (a Free Libre Open Source Software piece of code) to do so. See http://www.oehive.org/pdfinclude to get started.