Title: pdf capability
Last modified: November 27, 2020

---

# pdf capability

 *  [potterleung](https://wordpress.org/support/users/potterleung/)
 * (@potterleung)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/pdf-capability/)
 * I added product description in invoice.php, but my description is long that the
   words can’t cross over a page in pdf. How can I solve this problem? Cause my 
   item need a long desciption
 * <?php
    if (!empty($item[‘product’])) { $_product = $item[‘product’]->is_type(‘
   variation’ ) ? wc_get_product( $item[‘product’]->get_parent_id() ) : $item[‘product’];
   if ( method_exists( $_product, ‘get_description’ ) ) { echo $_product->get_description();}}?
   >
 * I added this coding in <table class=”order-details”>
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpdf-capability%2Fpage%2F2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/pdf-capability/?output_format=md) [1](https://wordpress.org/support/topic/pdf-capability/?output_format=md)
2

 *  Plugin Contributor [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * (@alexmigf)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/pdf-capability/page/2/#post-13745840)
 * Hi [@potterleung](https://wordpress.org/support/users/potterleung/)
 * I believe you need our [Premium Templates extension](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/)
   to show the payment method on totals. To show the instructions in the totals 
   might require a functions from the same extension and a custom snippet (we provide
   that to paying customers).

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/pdf-capability/?output_format=md) [1](https://wordpress.org/support/topic/pdf-capability/?output_format=md)
2

The topic ‘pdf capability’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [product description](https://wordpress.org/support/topic-tag/product-description/)

 * 16 replies
 * 2 participants
 * Last reply from: [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/pdf-capability/page/2/#post-13745840)
 * Status: not resolved