Title: PDF InvoiceX &#8211; PDF Invoice for WooCommerce
Author: Vishwas R
Published: <strong>مئی 30, 2025</strong>
Last modified: جون 26, 2025

---

پلگ انز تلاش کریں

![](https://ps.w.org/pdf-invoicex/assets/banner-772x250.png?rev=3303408)

![](https://ps.w.org/pdf-invoicex/assets/icon-256x256.png?rev=3303403)

# PDF InvoiceX – PDF Invoice for WooCommerce

 منجانب [Vishwas R](https://profiles.wordpress.org/vishwasr/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/pdf-invoicex.1.0.0.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/pdf-invoicex/#description)
 * [جائزے](https://ur.wordpress.org/plugins/pdf-invoicex/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/pdf-invoicex/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/pdf-invoicex/#developers)

 [معاونت](https://wordpress.org/support/plugin/pdf-invoicex/)

## تفصیل

PDF InvoiceX is a lightweight plugin that enables store owners to generate professional
PDF invoices for paid WooCommerce orders. With an intuitive settings interface, 
customizable templates, and seamless integration with WooCommerce, this plugin enhances
your store’s billing process.

### Key Features

 * **Automatic PDF Generation**: Create PDF invoices for paid orders with a single
   click.
 * **Admin & Frontend Downloads**: Download invoices from the admin orders page 
   or customer’s My Account area.
 * **Email Attachments**: Attach PDF invoices to selected WooCommerce emails (e.
   g., Completed Order).
 * **Bulk PDF Generation**: Generate ZIP files containing multiple invoices from
   the admin orders list.
 * **Customizable Settings**:
    - Upload a store logo (recommended: 200x100px).
    - Set store address, invoice number prefix/suffix, and footer text.
    - Choose invoice templates.
    - Select which emails include PDF attachments.
 * **Sequential Invoice Numbers**: Automatically assign unique invoice numbers with
   customizable prefixes (e.g., INV-) and suffixes.
 * **Secure & Extensible**: Built with WordPress security standards, including nonces,
   sanitization, and capability checks.
 * **WooCommerce Integration**: Matches WooCommerce’s design and workflow, ensuring
   a seamless user experience.

Perfect for store owners who need professional invoicing without complexity. The
plugin uses mPDF for reliable PDF generation and is optimized for performance and
compatibility.

### License

This plugin is licensed under the GPLv2 or later. See the `LICENSE` file for details.

## اسکرین شاٹس

 * [[
 * **Settings Page**: General Tab to configure logo & address.
 * [[
 * **Settings Page**: Template Tab to select PDF template.
 * [[
 * **Settings Page**: Emails Tab to select which WooCommerce emails should PDF Invoice
   be included.
 * [[
 * **Order Details Meta Box**: Access invoices from the order edit page.
 * [[
 * **Admin Orders Page**: Download PDF invoices in bulk directly from the orders
   list.
 * [[
 * **Frontend My Account**: Customers can download invoices from their order history.
 * [[
 * **Frontend Individual Order**: Customers can download invoices from individual
   orders.

## انسٹالیشن

 1.  **Upload the Plugin**:
 2.   * Download the plugin ZIP file.
      * In your WordPress admin, go to Plugins > Add New > Upload Plugin.
      * Upload the ZIP file and click "Install Now.”
 3.  **Activate the Plugin**:
 4.   * After installation, click "Activate Plugin.”
 5.  **Install Dependencies**:
 6.   * mPDF is already included in the plugin.
      * Run `composer install` in the plugin directory (`wp-content/plugins/pdf-invoicex`)
        to install `vendor/autoload.php`.
      * Alternatively, manually download mPDF and place it in the plugin’s `vendor`
        folder.
 7.  **Configure Settings**:
 8.   * Go to WooCommerce > PDF InvoiceX in the admin menu.
      * Set up General (logo, address, invoice numbers), Template, and Email settings.
      * Save changes to start generating invoices.
 9.  **Verify Permissions**:
 10.  * Ensure `wp-content/uploads/pdf-invoicex-invoices/` and your system’s temporary
        directory (e.g., `/tmp/`) are writable.

**Note**: Requires WooCommerce 3.5 or higher. PHP 7.4+ is recommended for mPDF compatibility.

## عمومی سوالات

### Why am I seeing "Failed to generate PDF”?

This error may occur if:
 – mPDF is not installed. Run `composer install` in the
plugin directory. – The `wp-content/uploads/pdf-invoicex-invoices/` directory or
system temp directory is not writable. Check server permissions (e.g., `chmod 775`).–
The template file (`templates/default.php`) is missing or corrupted. Ensure it exists
in the plugin’s `templates` folder. Enable `WP_DEBUG` in `wp-config.php` and check`
wp-content/debug.log` for detailed errors.

### How do I customize the invoice template?

The default template is in `templates/default.php`. To create a custom template:

1. Copy `default.php` to your theme’s `pdf-invoicex` folder (e.g., `wp-content/themes/
your-theme/pdf-invoicex/custom.php`). 2. Modify the HTML/CSS as needed. 3. Use the`
pdfinvx_templates` filter to register your template: `php add_filter('pdfinvx_templates',
function($templates) { $templates['custom'] = [ 'name' => __('Custom Template', '
pdf-invoicex'), 'image' => get_theme_file_uri('/pdf-invoicex/custom.jpg'), // Path
to preview image 'description' => __('A custom invoice template tailored for your
brand.', 'pdf-invoicex') ]; return $templates; }); 4. Select your template in WooCommerce
> PDF Invoice > Template.

### Can I attach invoices to specific emails?

Yes! In WooCommerce > PDF Invoice > Emails, select which WooCommerce emails (e.g.,“
Completed Order”) should include the PDF invoice as an attachment.

### Why is the logo upload not working?

Ensure the WordPress media library is enabled. If you see “Media library failed 
to load,” check:
 – JavaScript errors in the browser console (DevTools). – WordPress
permissions for media uploads. – Plugin conflicts with other media-related plugins.

### How do I generate invoices in bulk?

In the WooCommerce > Orders list:
 1. Select multiple paid orders. 2. Choose “Generate
PDF Invoices” from the Bulk Actions dropdown. 3. Click “Apply” to download a ZIP
file containing all invoices.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“PDF InvoiceX – PDF Invoice for WooCommerce” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل 
لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ Vishwas R ](https://profiles.wordpress.org/vishwasr/)

[“PDF InvoiceX – PDF Invoice for WooCommerce” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/pdf-invoicex)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/pdf-invoicex/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/pdf-invoicex/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/pdf-invoicex/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/pdf-invoicex/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.0

 * Initial release with PDF generation, admin/frontend downloads, email attachments,
   bulk generation, and customizable settings.

## میٹا

 *  Version **1.0.0**
 *  Last updated **10 مہینے پہلے**
 *  Active installations **60+**
 *  WordPress version ** 6.0 یا اس سے جدید **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pdf-invoicex/)
 * Tags
 * [Billing](https://ur.wordpress.org/plugins/tags/billing/)[e-commerce](https://ur.wordpress.org/plugins/tags/e-commerce/)
   [invoice](https://ur.wordpress.org/plugins/tags/invoice/)[pdf](https://ur.wordpress.org/plugins/tags/pdf/)
   [woocommerce](https://ur.wordpress.org/plugins/tags/woocommerce/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/pdf-invoicex/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pdf-invoicex/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pdf-invoicex/reviews/)

## شراکت دار

 *   [ Vishwas R ](https://profiles.wordpress.org/vishwasr/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/pdf-invoicex/)