Jump to content

PHP to PDF


toolsmith

Recommended Posts

Here's my conundrum: I have a php page that I need to export to pdf, so I'm using html2ps.php which works quite well.  Unfortunately the php script requires an html file so I'm trying to export the html portion of the php page from the client side back to the server and haven't had much luck.  I've gone down the path of using javascript to view the source but this only happens on the client side.  I need a way to render the php page to html and then save the source on the server so I can pass it along to html2ps.php.

 

Any thoughts?

 

Thanks

Link to comment
Share on other sites

I'm not sure exactly what you want, and i've never seen 'html2ps.php' so I don't know how it works. If you want the php code to be displayed, then you'll need to format it as if it's a tutorial. Write a html page with the php code written on it. Instead of having < or > replace them with < or > and other things like it. If it's true php, it will be interpreted by the server...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.