mhinspeya/pdfbuilder

Extends Magezon Page Builder with a PDF component that enables uploading PDF files from the Magento backend and displaying them on pages.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

pkg:composer/mhinspeya/pdfbuilder

1.0.0 2026-01-30 10:08 UTC

This package is not auto-updated.

Last update: 2026-01-31 08:17:10 UTC


README

Module: MHinspeya_PdfBuilder Version: 1.0.0 License: OSL-3.0 Author: MHinspeya

Overview

MHinspeya_PdfBuilder is a Magento 2 module that adds a PDF upload component to Magezon Page Builder. It allows administrators to upload PDF files from the backend and embed them directly into pages using Magezon Page Builder.

This module overrides the Magezon Page Builder PDF plugin to provide backend upload functionality and lets admins customize the folder directory where PDFs are stored.

Features

  • Upload PDF files from the Magento backend
  • Embed uploaded PDFs into pages via Magezon Page Builder
  • Configure the storage folder path for PDFs in the admin panel
  • Fully compatible with Magezon Page Builder (overrides the default PDF plugin)

Requirements

  • Magento 2.4.x or later
  • Magezon Page Builder installed and enabled
  • PHP 7.4 or later

Installation

Option 1: Install via Composer (recommended)

composer require mhinspeya/pdfbuilder
bin/magento module:enable MHinspeya_PdfBuilder
bin/magento setup:upgrade
bin/magento cache:flush

Ensure mhinspeya/backend-mod is installed, as it is a dependency:

composer require mhinspeya/backend-mod:^1.0

Option 2: Manual installation via app/code

  1. Download the module and place it in your Magento project at: app/code/MHinspeya/PdfBuilder
  2. Enable the module:
bin/magento module:enable MHinspeya_PdfBuilder
bin/magento setup:upgrade
bin/magento cache:flush

The module works the same whether installed via Composer or manually.

Configuration

  1. Log in to the Magento Admin Panel
  2. Navigate to Stores > Configuration > MHinspeya Extensions > PDF Upload
  3. Set the PDF Storage Folder (e.g., pub/media/pdf_uploads)
  4. Save the configuration

The module will store all uploaded PDFs in the specified folder. You can change this folder at any time via admin.

Usage in Magezon Page Builder

  1. Go to Content > Pages (or Blocks) and edit a page using Magezon Page Builder
  2. Add the PDF Upload Component (provided by MHinspeya_PdfBuilder)
  3. Use the backend uploader to select or upload a PDF file
  4. The PDF will be embedded into the page for front-end display

The module overrides the Magezon PDF plugin, so it integrates seamlessly into the existing Magezon workflow.

Notes

  • This plugin does not generate PDFs, it only uploads and embeds them
  • Make sure the storage folder has proper write permissions (chmod 775 recommended)
  • Compatible with custom Magezon Page Builder themes

Support

For questions or issues, please visit MHinspeya