Just download the latest version of TCPDF and replace the content of the tcpdf folder of this plugin, and you should be good to go.
]]>Im using the WP Post to Pdf plugin and the WPBakery PageBuilder editor. The creation works but looks terrible with a lot of SHortcode instead of “clean Content”
Any solutions for this problems ?
]]>Hello can you fix plugin with new wordpress version ?
]]>Hi there,
Thank you for the plugin.
I’ve made a few changes in the plugin and it stops work.
I tried to roll all back but been unlucky.
I deactivated the plugin, deleted and setup again.
But I see the same settings are appearing again!
How to reset all settings and start from the beginning?
Thanks a lot!
Hi,
Thank you for this plugin. It has been working great for all the years that we’ve been using it, but it doesn’t seem to be working anymore. The error I’m receiving when someone clicks on the PDF icon to view the PDF file is:
Fatal error: Call to undefined function mb_detect_encoding() in /home/xxx/public_html/CM/wp-content/plugins/wp-post-to-pdf-enhanced/simplehtmldom/simple-html-dom.php on line 988
Is there any way I can rectify this line to prevent this error from occurring?
I’d greatly appreciate your help.
Thank you!
A
]]>For the plugin construct you are using the same class name to naming the construct function. This is deprecated and you should replace the constructor function name by __construct()
So replace this line:
function wpptopdfenh() {
by :
function __construct() {
Thanks !
hi
Thanks for the great plugin.
To display Persian language ?????? it shows
please guide me
for solving this problem .
I tried few Deja Vu fonts, but still have “? ?????? ?? ????” instead of Cyrillic
]]>Click in settings gives an empty page
Pdf icon is not displayed but a link “download PDF ” opening an empty window
thanks for help
In some cases link “download PDF ” provides a download I donot understand why
Hi,
Your plugin is very easy to use. But there is a bug: If I password protect the post, users can still download pdf version.
Hi,
Your plugin is awsome only missing some small things what need to be added like centerd image, thumbnail sizes etc. I add that for my project but after upload I will lost all of that and want to ask you to add that options or is there a any way to I can contribute to development and help you in progress.
Thanks!
]]>Hi there,
My site have many articles as Turkish and Arabic but plugin not supported Tukish special chars (like ?, ?, ?, ?,) and Arabic letters. I like your plugin but i can’t use it. One more, custom footer text is not shown.
Best regards.
]]>Hi, I have used wp-post to PDF enhanced plugin and generated PDF. But how to use this PDF href link in Contact Form 7 plugin? Is there any shortcodes for this plugin? How to send the PDF link to emails?
]]>Hi.
You have a good plug-in, it has many settings and well works. But I have one question to you – I have one page, one collects 10-20 posts. I want to export to one PDF file. How it can be done?
Now any post (from many) has the icon for export of PDF. When exporting in the PDF file there is only one this post.
Changed various settings, but didn’t find dependence.
Thanks
I’m using the plugin on my site with two languages: Hebrew\English.
Example page:
https://kneller.co.il/eli-haviv/?lang=en
How can I change the PDF display to RTL in Hebrew and back to LTR for English pages.
Right now I added this line under “custom css”:
* {text-align:right!important;direction:rtl!important}
The problem is on the EN version I also get RTL text…
Any advice will be appreciated.
Thanks,
Gal.
How can I add a print button near pdf button?
]]>Hello, is there any chance to print out Advanced custom fields contents in the pdf using your plugin?
]]>PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; wpptopdfenh has a deprecated constructor in /plugins/wp-post-to-pdf-enhanced/wp-post-to-pdf-enhanced.php on line 41
]]>Hi,
Your “function on_upgrade()” is performing back to front logic, which is causing a lot of PHP notices.
if ( !isset ( $this->options['footerY'] ) )
update_option( $this->options['footerY'], 260 );
This will attempt to update an option with a name that is not initialised, or null.
If “$this->options[‘footerY’]” is not defined or null, “update_option” will be passed null as an option name, and clearly that will never work.
Your code should probably be something like:
if(!array_key_exists('footerY',$this->options) update_option('footerY',260);
Hello thank you so much for your amazing plugin
I need a bit of help with the css
I want to place my logo in the bottom of the page so i wrote in footer css
footer{background-image: url”https://2halachot.org/wp-content/uploads/2016/09/bottom.jpg” no-repeat center;
min-height:200px;} but it is not showing up
also i would like to put a border around the whole page but i tried body, html but nothing shows what should i use?
Could you give a bit more information about the tags that we could use in the custom css div, html, body … thank you so so much!!!
Hello,
I’m not sure why the header logo isn’t showing up in the header. It shows up in the setting page and i have cleared all types or caches – multiple times.
Does anyone have any insight into this?
Kindest regards,
Jack
]]>It would be nice to have this updated to the TCPDF 6.2.12 version available now at https://github.com/tecnickcom/tcpdf
So that it can support document encryption up to 256 bit and digital signature certifications.
I’m specially interested in the digital signature certification as it would be a nice feature to help visitors know it is the original content from the web site and as not been tampered after being downloaded.
A new version of tcpdf (https://github.com/tecnickcom/tc-lib-pdf) will come, but may take a while, and update to the latest version 6.2.12 should be easier.
]]>I have a list with images, i.e., I use Ctrl-Enter after the list item and then add an image.
These don’t appear in my output PDF
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Problem with downloading from hebrew text it makes ?????? instead of the text
Thank you
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Hello
Please add the possibility of putting font.
and
Please Persian Language Support (RTL)
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Hello I’m using Visual Composer plugin in my wordpress site and I want to export some post to PDF with WP Post to PDF Enhanced but the exported pdf file shows the Visual Composer shortcodes. What can I do? Do you know how hide de shortcodes?
Thank you
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Hi!
I need to remove the header line and enlarge and center the logo in the header: can someone help me?
Thanks!
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>I have discovered a conflict between LearnDash and WP Post to PDF Enhanced. Interestingly, I had no problems with the original WP Post to PDF, but the Enhanced version must have the tcpdf.php written differently. Is there any way to correct the conflict? I absolutely need both plugins. Your help is much appreciated. Thx ??
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Hi,
it is possible justify text in pdf version?
I tried to add custom css (ex. body {text-align: justify;} ) but without any results.
Thank you for your support!
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>Hi!
Is there any way to exclude PDF icon from all post of a specified category?
There is an option of settings “Include/Exclude” but it seems only exclude post ID (and not a category).
Thank you!
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
]]>