Experience I've been working with PeopleSoft since 2001, gaining technical and functional experience in several modules in HRMS and Financials/SCM, from analysis to development to testing. I'm currently an independent contractor available for local and international roles.
I have written an AE program which picks the data and writes it into the CSV file.
Since the CSV file is modifiable i wanted to write the data in similar fashion in a pdf file. Is it possible to write into pdf file wihtout using only application engine program?
Answer It is possible to write a PDF file from App Engine, but it involves the use of third party libraries.
A simple alternative is to write your CSV data to a table, and then create a simple SQR or Crystal Report which queries the table and produces a report. Set the output type to be PDF. Schedule the SQR/Crystal to run after the AE using a job.