redcocker
Forum Replies Created
-
Hi wussyib san
You can edit
post2pdf-converter-pdf-maker.php
to remove author name form header.Line 413
$pdf->SetHeaderData($logo_file, $logo_width, $header_title, "by " .$author. " - ". $permalink);
->
$pdf->SetHeaderData($logo_file, $logo_width, $header_title, $permalink);
Line 415
$pdf->SetHeaderData('', 0, $header_title, "by " .$author. " - ". $permalink);
->
$pdf->SetHeaderData('', 0, $header_title, $permalink);
Hi, raj san
I have created two column layout using POST2PDF Converter but there is an issue.
This plugin can’t handle float property correctly.
This may cause your issue.https://www.ads-software.com/support/topic/plugin-post2pdf-converter-image-problems?replies=4
Hi, Greg san
When all plugins is disabled except this plugin, How does it work?
Hi, Greg san
Your HTML source has no pronlem.
<pre class="brush: javascript;"> // SyntaxHighlighter makes your code snippets beautiful without tiring your servers. // https://alexgorbatchev.com var setArray = function(elems) { this.length = 0; push.apply(this, elems); return this; } </pre>
At least, PHPs outputs HTML successfully.
This issue may be caused by javascripts.
Do you get any errors in your browser?Hi, raj san
This plugin doesn’t have any templates.
It generates PDF files according to HTML tags in post content.You can find
$content
variable inpost2pdf-converter-pdf-maker.php
.
This variable has post content data from database.Hi cuibel san
I tested using your images but I got both images in generated PDF.
If you can, please send your post source in HTML editor to me.
https://www.near-mint.com/blog/contact
Note: I may yet fail to give you an answer soon. Because I must relocate on this weekends.
Forum: Plugins
In reply to: [POST2PDF Converter] [Plugin: POST2PDF Converter] Image problemsHi, PJC1981 san
Im assuming that this means we can not have a picture beside a picture if it does not recognize “float”, or is there another way of achieving this?
That’s right.
It is biggest disadvantage.I think, That isn’t a good way, but you can use
<table>
tag.
There may be more than one way…Forum: Plugins
In reply to: [POST2PDF Converter] [Plugin: POST2PDF Converter] Image problemsHi, PJC1981 san
Firstly, images i host never seem to comply with the alignment i set within the post.
Sorry, currently, It can’t handle
<img>
tag with align(or float) property correctly.However, as below, you can wrap
<img>
with<p>
to place images on the right, left side or center.<p style="text-align: right;"><img src="xxxx"></p>
Secondly, when I embed external images in the post they appear in the created pdf but they are tiny…
Please try to add height and width attributes to your
<img>
tag.Wnen you put the image locally, don’t you reproduct same issue?
Hi, Coksnuss san
I made it to support qTranslate.
If you need, please re-install Development Version.
Development Version: https://downloads.www.ads-software.com/plugin/post2pdf-converter.zipHi, Coksnuss san
Thank you for your info.
Could you please implement this feature?
Yes.
Should I add following code into post2pdf-converter-pdf-maker.php?
// For qTranslate if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) { $content = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($content); }
Forum: Plugins
In reply to: [POST2PDF Converter] [Plugin: POST2PDF Converter] TCPDF Error with imagesHi, lucile san
Sorry I have no definitive answer.
we modified /etc/hosts on our server by adding the IP and the name of the site, and it works perfectly!
I think you can try to add your domain name to following line in hosts.
127.0.0.1 localhost xxxxx.xxxx.xx
* xxxxx.xxxx.xx = YOUR_DOMAINIf you have added server’s global IP and your domain name, try to delete them.
Forum: Plugins
In reply to: [POST2PDF Converter] [Plugin: POST2PDF Converter] TCPDF Error with imagesHi, lucile san
Do you confirm that the pdfs are generated locally and that no data are sent outside?
Only when “Cache” option is enable or using “4.PDF Converter” in the setting panel, PDF is generated in the server disk.
This plugin doesn’t sent any data outside.
But I don’t know whether TCPDF sents data outside or not
I believe that TCPDF is not such a PHP class.
Because TCPDF is widely used.Forum: Plugins
In reply to: [POST2PDF Converter] [Plugin: POST2PDF Converter] TCPDF Error with imagesHi, lucile san
getimagesize() [function.getimagesize]: php_network_getaddresses: getaddrinfo failed: Name or service not known in
Maybe, your server can’t resolve the own domain name to IP address and fail to open image files.
You may need to modify hosts on the serevr to resolve this issue.
You had better consult with the server administrator.
Forum: Plugins
In reply to: [WP-Stats-Dashboard] [Plugin: WP-Stats-Dashboard] Wrong regular expressionsThank you, daveligthart!
Sorry, I misunderstood it.
After I read your sourcecode, I figured out that HTTP requests are less than anticipated.
You can ignore my request.