Title: [Plugin: PDF24 Article To PDF] Image conversion Problem
Last modified: August 20, 2016

---

# [Plugin: PDF24 Article To PDF] Image conversion Problem

 *  Resolved [doiches](https://wordpress.org/support/users/doiches/)
 * (@doiches)
 * [14 years ago](https://wordpress.org/support/topic/plugin-pdf24-article-to-pdf-image-conversion-problem/)
 * Hi, after testing this fabulous plugin i realized images are not been converted
   when posts are saved as pdf, getting an empty square. Also custom fileds i have
   in each posts are not been writen in the pdf.
    Any idea why does it happen or
   how could it be fixed in order to have the posts whith its images (added in the
   editor via insert multimedia) as pdf? thanks in advanced
 * [http://wordpress.org/extend/plugins/pdf24-post-to-pdf/](http://wordpress.org/extend/plugins/pdf24-post-to-pdf/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [pdf24](https://wordpress.org/support/users/pdf24/)
 * (@pdf24)
 * [14 years ago](https://wordpress.org/support/topic/plugin-pdf24-article-to-pdf-image-conversion-problem/#post-2752763)
 * Do you have a link to your blog with enabled plugin?
 * Custom fields require some special considerations because they often are not 
   part of the post content itself. You have to mark the area in a template file
   which part is your content. This can include custom fields.
 * Please read the installation part of the plugin. There is the part “Custom Fields
   Support”. Look at [http://wordpress.org/extend/plugins/pdf24-post-to-pdf/installation/](http://wordpress.org/extend/plugins/pdf24-post-to-pdf/installation/)
   and also look at the FAQ section [http://wordpress.org/extend/plugins/pdf24-post-to-pdf/faq/](http://wordpress.org/extend/plugins/pdf24-post-to-pdf/faq/)
   which contains some more information about custom fields support.
 * Generally custom fields must be enclosed by codes so that pdf24 knows which parts
   to add to the PDF file. This is done by the following code:
 *     ```
       <?php pdf24Plugin_begin(); ?>
       <?php the_content(); ?>
       ... Your custom fields code ...
       <?php pdf24Plugin_end(); ?>
       <?php pdf24Plugin_post(); ?>
       ```
   
 *  Plugin Author [pdf24](https://wordpress.org/support/users/pdf24/)
 * (@pdf24)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdf24-article-to-pdf-image-conversion-problem/#post-2752859)
 * The image problem exists if one of the following is true:
 * You use a plugin like lazy load which modifies you images so that the images 
   are not visible to the PDF converter.
 * Your images are not visible to the converter which is an internet service. That
   can be if you develop on localhost and that host is not visible to the converter.
   If you use the plugin on a host which is visible to the converter then images
   will be part of the PDF file.
 *  [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdf24-article-to-pdf-image-conversion-problem/#post-2752861)
 * Does anyone know of a fix for the lazyload problem?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: PDF24 Article To PDF] Image conversion Problem’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pdf24-post-to-pdf_9accf8.svg)
 * [PDF24 Article To PDF](https://wordpress.org/plugins/pdf24-post-to-pdf/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pdf24-post-to-pdf/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pdf24-post-to-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/pdf24-post-to-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pdf24-post-to-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pdf24-post-to-pdf/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdf24-article-to-pdf-image-conversion-problem/#post-2752861)
 * Status: resolved