To all Techyv members, I hope all is well. Please help me how to  create PDF Ajax view call generator code. What are the steps and process for this kind of scripting? Your examples would really help. Also, include an overview for this kind of script as well as the issues encountered in creating it. I'll be waiting for your answers.Â
How to create PDF ajax view call?
Hello Rubyjmorales,
The task you want to accomplish can be done in two ways.
1.  The PDF can be opened in a new pop-up window.
2.  The PDF file can be fetched and viewed on the same web page as if it is a part of the page.
In the attached notepad file you will find two code snippets, the first one will fetch and open the PDF file separately in a pop-up window while the second one will fetch the PDF from url and display it on the current web page.Â