Title: Page options
Last modified: August 31, 2016

---

# Page options

 *  Resolved [canaleschiko](https://wordpress.org/support/users/canaleschiko/)
 * (@canaleschiko)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-options/)
 * i have adding this in my function.php
 *     ```
       function custom_bewpi_mpdf_options( $options ) {
           $options['mode'] = '';
           $options['format'] = 'A5';
           $options['default_font_size'] = 0;
           $options['default_font'] = 'opensans';
           $options['margin_left'] = 14;
           $options['margin_right'] = 14;
           $options['margin_top'] = 14;
           $options['margin_bottom'] = 0;
           $options['margin_header'] = 14;
           $options['margin_footer'] = 6;
           $options['orientation'] = 'P';
           return $options;
        }
       ```
   
 * But i still don´t get the params ‘orientation’.
    What are the option available?
 * i just want a invoice with landscape orientation and i already tried the change
   $options[‘orientation’] = ‘P’; to $options[‘orientation’] = ‘L’; but this doesn
   ´t work
 * [https://wordpress.org/plugins/woocommerce-pdf-invoices/](https://wordpress.org/plugins/woocommerce-pdf-invoices/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bas Elbers](https://wordpress.org/support/users/baaaaas/)
 * (@baaaaas)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/page-options/#post-6955416)
 * You could try to force landscape mode by adding “-L” to the format option like
   `
   $options['format'] = 'A5-L';` Let me know if it works. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Page options’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices/assets/icon-128x128.png?rev=1128583)
 * [Invoices for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bas Elbers](https://wordpress.org/support/users/baaaaas/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/page-options/#post-6955416)
 * Status: resolved