Advertisement:

Author Topic: [Like Plugin] Save as PDF Plugin  (Read 996 times)

KMG

  • Newbie
  • *
  • Posts: 43
[Like Plugin] Save as PDF Plugin
« on: August 11, 2012, 11:00:54 pm »
Crew,

Interested in offering "Save as PDF" option to users? with easy and fast setup, no installs, no bugs and clean/best PDF ?
Just use below code in item.php, below SHARE button

Code: [Select]
<strong class="share"><a href="http://pdfmyurl.com?url=<?php echo osc_item_url( ); ?>" rel="nofollow"><?php _e('Save as PDF''modern') ; ?></a></strong>
It's not a plugin. But why do you need one ?

Two Issues that can be easily digested:
1) Instead of just ad details, it save whole page as PDF
2) You will see a small logo of 'pdfmyurl.com' on bottom-right corner of PDF page

I find it quick in delivering final PDF and require less attention from user.


Regards, KMG