=== Quick Embed PDF === Contributors: devbook Tags: pdf, pdf embed, pdf viewer, PDF Embedder, pdf download Requires at least: 5.0 Tested up to: 6.7.1 Requires PHP: 7.2 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Quickly embed and display (viewer) PDF files in WordPress posts and pages using a simple shortcode. == Description == Quick Embed PDF is a lightweight WordPress plugin that allows you to embed PDF files directly into your posts and pages using a simple shortcode. This plugin uses the PDF.js library to render PDF files and provides an easy-to-use admin interface for customizing the display. == Features == * Embed PDF files using the `[qepw_pdf_viewer file="..."]` shortcode. * Customizable PDF viewer width through the admin settings. * Supports media library integration for automatic shortcode insertion. * Includes navigation controls (Previous/Next Page). * Optional download button for users to download the PDF file. * Lightweight and responsive design. * Using [Mozilla's PDF.js](https://mozilla.github.io/pdf.js/) == Installation == 1. Upload the `quick-embed-pdf` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to the settings page under 'Settings > Quick Embed PDF' to configure options. 4. Use the `[qepw_pdf_viewer file="URL"]` shortcode to embed a PDF in your posts or pages. == Frequently Asked Questions == = How do I use the plugin? = Use the `[pdf_viewer file="URL"]` shortcode in your post or page content, replacing `URL` with the URL of the PDF file you want to embed. = Can I customize the PDF viewer's width? = Yes, you can set a custom width for the viewer on the plugin's settings page. = Does the plugin support multi-page PDFs? = Yes, the plugin provides navigation buttons for browsing multi-page PDFs. = Can I hide the download button? = Yes, the download button can be disabled in the plugin's settings. == Screenshots == 1. Admin page Quick Embed PDF 2. Example on the page == Changelog == = 1.0.0 = * Initial release. * Added shortcode functionality to embed PDF files. * Integrated PDF.js for rendering PDF files. * Provided admin settings for customizing viewer width. * Automatic shortcode insertion for PDFs added through the media library.