Question: How To Customize Pdf Inovice

How To Customize Pdf Inovice

Hello, I have question how to customize my PDF Invoice. I want to remove blank spaces in Company and Client information. Also I would like to make table height smaller. I try to change styl

S

Stevica

Asked
Hello,

I have question how to customize my PDF Invoice. I want to remove blank spaces in Company and Client information.
Also I would like to make table height smaller.
I try to change style in template file view_inovice.php, nothing can take effect.

See image
http://prntscr.com/wtd0fs

Thank you
Stevica
  • MS

    Mian Saleem

    Answered
    Hello,

    The pdf view file is `themes/default/views/sales/view_invoice.php`

    You can add your css before `</head>` like

    ```
    <style>
    * { line-height: 1 !important; }
    td, th { padding: 4px !important; }
    </style>
    ```

    > Please be informed that we don't offer support for modifications and modified versions. You are allowed to modify item code at your own risk as per license.

    Thank you
  • Login to Reply