Hi,
yes of course.
You need to create a custom BO, with the fields you want to show on the pdf form, and two actions. The BO must be linked to your standard BO (for example add the ID of the std object as alternative key).
1- to refresh the fields (you can call it refresh)
2- to generate the pdf (you can call it generate)
create an embedded component based on your custom BO and link it to the standard TI screen. Add a button on the EC, and link the button to an event handler that
1- refresh the fields
2- generate the pdf
regards