Plugins
#WordPress to PDF
Create print-ready PDFs from your WordPress content with the help of PrintCSS and the Magazine plugin.
Magazine Plugin Version 0.1.3 (ZIP, 477.10 KB)
#Learn More
- Magazine the WordPress Plugin for PrintCSS
- Automatisierte Print-Layouts direkt aus WordPress (German)
- Von WordPress direkt ins druckbare Magazin-PDF (German)
#Changelog
- 0.1.3
- Avoid storing PDFs in the Media Section, instead directly downloading them
- Added an Option to show buttons in the page/post editors directly
- Support ACF Group Fields
- add methods magazineModifyHtml, magazineModifyCss, and magazineModifyJavascript The functions can be defined in the functions.php of your WordPress installation, you will get passed an string of the code which you can modify before the PDF gets rendered.
- 0.1.2
- Add Rest Endpoint (POST /wp-json/magazine/v1/pdf, Body {"ids": [265, 123], "theme": "Events"})
- Add Support for Custom Post Types
- 0.1.1
- Add new Placeholders for Posts and Pages ({{categories}}, {{category_slugs}})
- Add Placeholders for Prefix and Postfix HTML ({{toc_list}})
- Add ACF Conditional Placeholders for Prefix and Postfix HTML (example: {{post.ACF_fieldName=fieldValue.title}})
- Update Help Text with new Placeholders
- Add Placeholder Buttons next to the Theme Editors
- add magazineSortAndFilterPosts for functions.php (The function magazineSortAndFilterPosts can be defined in the functions.php of your WordPress installation. You will get passed an array with the post ids, which you can filter or sort. You will need to return an array with the post ids in your method.)
- 0.1.0
- Add Shortcode
- Fix broken Placeholder Help Text
- Add PDFreactor sample to Help Text
- Change Layout of Options and Theme Page
- Update Demo Theme with Front and Back Cover (only updates if you have no Theme available)
- 0.0.9
- Add DocRaptor and Typeset.sh APIs and allow local command to render.
- 0.0.8
- Add Download Theme as ZIP Option
- Add Upload Theme ZIP File Option
- Add Help Tabs for Options and Themes Page
- 0.0.7
- Update Theme and Options Page Layout
- Fix Activation Hook to create Demo Theme
- 0.0.6
- Added Themes and Theme Editor
- 0.0.5
- Add Widget to show render link on the website
- Placeholder replacement in the CSS and JS files
- Added ACF_ as a prefix for the ACF Placeholders
- Added Placeholder for the page/post slug
- 0.0.4
- Added Feature Image and ACF Field Placeholders
- 0.0.3
- First Release
#Older Versions
Magazine Plugin Version 0.1.2 (ZIP, 474.52 KB)