As we have known, this plugin works with custom fields as we use the [post_meta name=”custom_field_name”] shortcode.
However, it fails to print out custom fields as repeaters. All we get is an “0” which means it won’t print out arrays properly.
This is a bug that needs to be fixed. It would be great if someone points me to a direction to fix it.
I added posts, saved template but still no existing posts are in PDF.
I don’t know hot to get this solved.
I wonder that this forum is so quite abot such good plugin.
Newly I again had an issue with 303 ning failure with printing.
You don’t have a possibility to print chronologically, only alphabetically sorted.
So I did over ours from almost 300 posts a template but now after reinstalling (is printing now) i lost this template. I have a backup from old version so I could find this if I new where it is saved.
Please help me in this ??
]]>By choosing Add All I would like to filter out All Pages and All Drafts? I even don’t understand the logic why they are there…
]]>It has worked for days now I see: 403 Forbidden. I use this with direct same options on other site. This occurs only when downloading a single post as pdf…
]]>Pictures will not be printed, in this case I would also use an Auto Page Break.
My Posts are very short (Songtexts) so without Pictures I have to print without Breaks but I would like to have Table of Content which appears after 3 Posts (2 drafts and 1 regulary) I don’t know why…
It’s a great Plugin, maybe in future will be possible to print Live a newest version in Front fromm all Posts?
:o)
Hi!
Established. Everything is ok. Several times tried to adjust your plug-in that it was possible to remove posts in PDF. Already got confused. Screenshots not really help.
You can specify step by step the sequence of actions? For stupid lamers!
Thanks.
When creating a PDF of a post, all comments are included in the initial PDF. Thereafter, any PDF created from the same post does not include any new comments. Is there a fix to this problem? The goal is that at any time a PDF is made of a post, it should include ALL comments. Thank you.
]]>Hi,
I am looking for a solution like this for a project.
I have a productpage with different tabs (description, bullets, dimensions, extra), all the tabs contain information. Is it possible to generate the information of the different tabs in one pdf?
Thank you in advance,
Kevin
]]>Hi,
how can I change the font for the blog post text and the header title in the created PDF? I already read this article about TCPDF and followed the instructions. In my file tcpdf_config.php the font is set to:
‘PDF_FONT_NAME_MAIN’, ‘helvetica’
‘PDF_FONT_NAME_DATA’, ‘helvetica’
But still, in the created PDF the blog post text and the header title is shown with font “Times”.
I speak about the PDF that can be created manually in the WordPress Backend under Tools –> PDF Creation Station.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
[Moderator note: Please do not post the same topic multiple times. Your five other duplicate topics have been deleted]
]]>Is there a specific line of code that I can insert to prevent the plugin form printing a previously created page. In other words, the page we would like to print has dynamic content. The page puts the users name in the page each time it is served, however, the PDF created has the name of the first user to create a PDF.
So, I would like to create a new PDF every time, not refer to the existing file.
Great Plug in, by the way.
Any help would be appreciated.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hello there,
I have some problem with proper generation of pdf files after I publish my post.
First I attach an image. Then I put some text below it. It is important for me to obtain space of 20 pixels between image and text. That’s why I use code margin-bottom:20px
It looks like this:
<img; style=margin-bottom:20px>
Text
It looks fine on the website but unfortunately after I generate pdf the text pops out in the picture.
I fixed it when I do something like this:
<img; style=margin-bottom:20px>Text
However, in this case the problem is transferred to print preview.
The text is located on the right of the picture.
It still looks fine on website.
Please help.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hello Kaalin,
In admin, whenever I tried to generate pdf with images,it taking so much time with me an error like “Oops! That page can’t be found.” on website.
It’s working perfectly on my localhost.
I have installed multi-site type of installation.I don’t know how to setup directory structure for multi-site pdf’s store.
Please assist.
Thanks
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>How can I add “Generate PDF” in the backend precisely on the editing of each post?
Thanks
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>I keep waiting for my first pdf. My computer tells it is creating PDF files for all pages and posts. There are 6 pages and 250 posts. How long does it take to finish?
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>I would love to use it but apparently there are issues with the latest version of WP. Can we expect an update of the plugin anytime soon?
Thank you.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>I’m using eventsmanager plugin and events are stored in a sort of special pages. Unfortunately these pages are not in the list of PDF creation station.
Any chance to get that pages into the list?
I see the configuration for PDF creation station in each single event page (Create PDF of this page? …).
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>No matter how many posts I add, two or more, only the first post is created in PDF.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hello,
wenn I started to test the plugin, it was creating a 404 error everytime I wanted to down load a post as PDF.
I discovered that changing three lines of code in the kalins-pdf-creation-station.php file make it work.
line 372 from
$strHtml = $adminOptions->beforeLink .'<a href="' . get_bloginfo('wpurl') . '/wp-content/plugins/kalins-pdf-creation-station/kalins_pdf_create.php?singlepost=' .$postID .'" target="_blank" >' .$adminOptions->linkText .'</a>' .$adminOptions->afterLink;
to
$strHtml = $adminOptions->beforeLink .'<a href="' . WP_PLUGIN_URL . '/kalins-pdf-creation-station/kalins_pdf_create.php?singlepost=' .$postID .'" target="_blank" >' .$adminOptions->linkText .'</a>' .$adminOptions->afterLink;
and line 1174 from
echo $adminOptions->beforeLink .'<a href="' . get_bloginfo('wpurl') . '/wp-content/plugins/kalins-pdf-creation-station/kalins_pdf_create.php?singlepost=' .$postID .'" target="_blank" >' .$adminOptions->linkText .'</a>' .$adminOptions->afterLink;
to
echo $adminOptions->beforeLink .'<a href="' . WP_PLUGIN_URL . '/kalins-pdf-creation-station/kalins_pdf_create.php?singlepost=' .$postID .'" target="_blank" >' .$adminOptions->linkText .'</a>' .$adminOptions->afterLink;
It would be nice if you could consider that in a future update.
Best,
Stefan
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>i get some error about wp-includes/functions.php around line 3400…
something about deprecated widget function.
when i deactivate the plugin the error goes away.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Current version of this plugin doesn’t seem to retain certain styles within a page or post. ie: indentation, bulleted lists, etc. Is there a way to have this plugin retain all styles and images?
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>It will be nice feature if admin can set watermark (Image) embed in PDF file.
In setting admin can choose the image file from media (Upload or Select) & set as water mark such as __
No repeat.
Repeat on x axis.
Repeat on y axis.
2) Password protection for PDF file.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Using the backend tool in order to create a PDF document of about 20 pages, the index page appears as page number 3 (#1 is document title, and #2 is the actual first document page).
I would like the index to be at the beginning of the document, that is page #2.
Thanks for helping.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Using the plugin with my own theme, that modifies post contents with the_content
filter, but the PDF (both in frontend and using the backend tool) are created with the non-customized content.
The content filters parameter is checked, and I tried different priorities in the add_filter
to no avail.
Thanks for helping solve this issue.
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Geo Theme
sounds very promising. hope the bug can be fixed soon
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hi there,
first of all congratulations for your amazing plugin.
I would like to ask you how to configure the PDF layout (and plugin) when I print content (article) created with Visual Composer.
When generating the PDF file, the columns and row of my visual composer template they are put in each single row and they leave much space between one element and another.
I.e
Section 1: Column 1 – Column 2 – Column 3 –
Section 2: 1 Row
Column 1, 2 and 3 are printed one below the other and taking the whole page even if the content is very short.
There are some tips for proper viewing of the pdf when we use visual composer?
Thank you very much for your support,
Marco
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hi! I really like your plugin, I have it working on one site for a couple of months, but now I installed it on another WordPress website (hongosdeargentina.com.ar) and when I enter to the plugin backend page to start configuring it, I get a blank page!
Any ideas? Please help! There is no plugin that works like this one for PDF creating!
Thank you for your time!
Gonzalo
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>Hi Kalin,
I get an internal server error when I enable images in PDFs. The link I created for the function is this:
the_content is custom formatted so images are nested in divs and my guess is that this is what’s causing the issue. Heres the markup from a post with 1 image:
<article class="z_post_content z_narrow_r">
<a href=
"https://perspektiv.tdc.dk/wp-content/plugins/kalins-pdf-creation-station/kalins_pdf_create.php?singlepost=po_2320"
target="_blank">
<h1>Behandlingen rykker hjem</h1>
<h3>Er telemedicin n?glen til mere sundhed for pengene? B?de ved
kronisk sygdom, genoptr?ning og graviditet kan det reducere antallet
ture til sygehuse og sundhedscentre.</h3>
<div class="z_post_after_headers">
<p>Kronisk syge borgere st?r for en stor del af det danske
sygdomsbudget. Helt op mod 70-80 % af ressourcerne g?r til
behandling af KOL, diabetes, hjerte/karsygdomme, gigt og kr?ft. Det
svarer til 70-80 mia. kr. pr. ?r. Eksperter sk?nner, at op imod en
femtedel af dem vil kunne behandles via telemedicin.</p>
<div class="z_post_fw_link">
<p><a href=
"https://perspektiv.tdc.dk/store-fremskridt-inden-sundhed-paa-verdens-stoerste-mobilmesse/"
target="_blank">L?s ogs?: MWC: Store fremskridt inden for
sundhed p? verdens st?rste mobilmesse</p>
</div>
<p>Det samme g?lder for eksempel ved genoptr?ning efter sygdom og
operationer samt ukomplicerede graviditeter. Her kan behandling og
monitorering ogs? foreg? hjemme, s? man undg?r den tidskr?vende
transport til sundhedscentre og sygehuse.</p>
<p>Telemedicin er – kort fortalt – en direkte linje fra borgerens
eget hjem til behandlerne. Borgeren kan med passende udstyr selv
m?le for eksempel blodtryk, lungekapacitet og lignende og sende
resultaterne direkte til behandlerne, som p? den baggrund kan tage
stilling til, om behandlingen er passende eller skal ?ndres.</p>
<h2>Hvad er fordelene for borgeren?</h2>
<p>”Patienter med videostuegang har f?et bedre styr p?
blodsukkeret. Samtidig har vi f?et positive tilbagemeldinger.</p>
<p>De s?tter pris p?, at der ikke er ventetid, og at det er let at
benytte. Og s? f?ler de sig mindre sygeliggjort,” fort?ller
projektsygeplejerske Mette L?kke fra Kolding Sygehus, hvor de har
testet virtuel stuegang i borgernes eget hjem.</p>
<p>Patienterne s?tter pris p?, at der ikke er ventetid, og det
er enkelt.</p>
<p>Borgeren kan med andre ord spare meget tid ved at undg? at k?re
til unders?gelser p? sygehuse og sundhedscentre. Man undg?r
ventetid, transporttid og ?ndring af aftaler ved sygdom og
lignende. Samtidig involverer telemedicin borgeren aktivt, og
erfaringerne viser, at borgeren f?ler sig mindre sygeliggjort ved
at blive i eget hjem.</p>
<h2>Hvad er fordelene for samfundet?</h2>
<p>Telemedicin kan v?re med til at aflaste sygehuse og
sundhedscentre i kommunerne, hvor det kan tage presset af
tidsbestilling og unders?gelser. Meget rutinemonitorering kan
foreg? via internettet, og for behandlerne kan det v?re nemmere at
finde tid til validering af m?ledata, n?r det sker online. Endelig
kan det v?re en fordel i geografisk spredte omr?der.</p>
<p>Det var fx tilf?ldet p? Langeland, hvor man har pr?vet virtuel
hjemmehj?lp. ”Langt st?rstedelen er positive. Nogle synes, det er
rarere at f? et telefonopkald end at blive forstyrret af
hjemmebes?g. Et par af de ?ldste synes ogs?, det er sjovt og
moderne at kommunikere p? denne m?de,” fort?ller
udviklingskoordinator Klaus Stormgaard.</p>
<h2>Hvordan tager TDC ansvar?</h2>
<div class="wp-caption alignleft" id="attachment_2452" style=
"width: 210px">
<img alt="Peder Burgaard_TDC_2943_final" class="wp-image-2452"
height="198" src=
"https://perspektiv.tdc.dk/wp-content/uploads/2014/10/Peder-Burgaard_TDC_2943_final.jpg"
width="200">
<p class="wp-caption-text">Peder Burgaard, TDC</p>
</div>
<p>TDC har v?ret tidligt ude med telemedicin, og nu bliver
indsatsen udvidet til ogs? at omfatte selve udstyret, ligesom der
er samlet flere servicefunktioner i et center. TDC tilbyder
kommuner og regioner at overtage hele ansvaret, inklusive hardware.
Fra drift af online bestillingsportal til levering af udstyr,
ops?tning, instruktion, afhentning og support kan TDC i dag
varetage hele opgaven via Telemedicinsk Servicecenter.</p>
<p>“Det er et naturligt omr?de for os at varetage hele den tekniske
og logistiske proces,” siger Peder Burgaard, Afdelingsleder,
Offentlig Digitalisering, TDC.</p>
<p>“Husk p?, at vi i forvejen bes?ger flere tusinde danske
hjem hver dag, hvor vi er vant til at h?ndtere mange forskellige
hardwareops?tninger som spillekonsoller, Smart-TV, computere,
faldalarmer, n?dkaldsanl?g mm. Vi har kompetencerne til at st?
for hele opstillingen, og vi tager ikke af sted igen, f?r udstyret
virker, og borgeren er tryg ved at bruge det.”</p>
<p>Som n?vnt ovenfor er der allerede h?stet gode erfaringer med
telemedicin og videol?sninger, og den f?rste sunde skepsis er
erstattet med planer om mere formel implementering i
organisationerne, s? vi kommer videre fra pilotstadiet. Nu skal
l?sningerne rulles ud i st?rre skala, s? gevinsten for b?de
borgere, behandlere og samfund kan h?stes.</p>
</div>
</article>
Any idea what’s causing this issue?
Regards,
Kristian
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>This plugin could very well be the solution I was looking for in order to export future events (created as custom post type) in HTML format and use them in a MailChimp newsletter.
However, I don’t see a way to include custom fields (date/time, venue, organizer, etc. of each event). Is there any hook I can use to add some data?
Additionally, I would like to order the events by starting date. If it is not possible to use a custom field, could you consider some manual order, usind drag&drop, for example?
https://www.ads-software.com/plugins/kalins-pdf-creation-station/
]]>