Hey all! I am looking for a web based componet which will take the page I am currently viewing and convert it to a PDF. I have looked at abcPDF, but am not sure it will work how I need it to. I need a PDF to be taken of the page via a bookmarklet, but as the page appears at that moment. If the page is a dynamic page populated with session variables and I feed the URL to my PDF converter, the PDF would in turn be blank, because the session was not provided. I need a PDF conversion script which will actually create the PDF of the page, as the user is viewing. Any ideas?
Two steps: 1) Retrieve the data using fsockopen/CURL using the required sessions/cookies. 2) Send the data to the converter. Peace,
Dont think I mentioned this.... the site I want to create the PDF of is a remote site where I cannot control the sessions. I have the componet installed, and creating PDF's from URL's with Query Strings is no problem. When the page is a session dependent page, I cannot provide the values and in turn, end up with a blank pdf. I have no clue what the session parameters are, so i cannot send them unfortunatly.