SS PDF Box
This is a simple plugin for generate pdf for any post type and download in by clicking a button in the post single page.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ormahbub/ss-pdf-box/archive/refs/heads/main.zipA simple, lightweight WordPress plugin to generate and download PDFs from any public post type.
Features
- Custom Template: Create your own PDF structure using shortcodes.
- Support: Works with Core data, Custom Fields (Post Meta), Taxonomies, and ACF.
- Styling: Easily inject custom CSS for the download button.
- Secure: Uses Nonce-based security for protected downloads.
How to Use
1. Settings
- After installing this plugin, go to SS PDF Box in your WordPress admin menu.
- Select Post Type: Choose the post type you want to enable PDF downloads for.
- PDF Template: Use the provided placeholders (e.g.,
[post_title],[post_content]) to build your PDF layout. - Button CSS: Customize the appearance of your download button using the CSS editor.
2. Implementation
Place the following shortcode anywhere in your post content or template files:
[sspb_pdf_download_button text="Download this Article"]