Hi Ajthekid,
Can you post here an URL where I can see it? thanks.
Best.
Thank you dniamiko,
a post example is http://iwannarentit.com/listing-id-208774751/
I am using a plug in called bamboo columns to create the column layout in the post.
You can see the PDF button at the bottom left. I am trying to keep the pdf to one page.
Thanks again.
Hi Ajtheki,
the first thing I recommend you is decrease the size of the image in the page, actually you’ve a 4000+ pixels wide image, this is causing that the creation the PDF becomes very long.
DK PDF uses the_content() WordPress function for getting the content ‘as is’, so there is no way until you do a customization of the template, more info here:
http://wp.dinamiko.com/demos/dkpdf/doc/how-to-use-dk-pdf-templates-in-your-theme/
You can do it by yourself, once you’ve copied dkpdf-index.php in your theme (or child theme) you can get the content you want from the database (custom fields… ). Right now the part of code responsible of getting the content is in line 109: the_content().
I’m offering a paid customization service if you’re interested, you can write to me at [email protected]
Best.
Another thing that you can do for getting only one page is decrease the PDF font size,
more info here: http://wp.dinamiko.com/demos/dkpdf/doc/pdf-setup-settings/
Best.