Title: Custom PDF
Last modified: August 20, 2016

---

# Custom PDF

 *  [vitaly0001](https://wordpress.org/support/users/vitaly0001/)
 * (@vitaly0001)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-pdf/)
 * How to make my own template of PDF file?
    I need to add the other details like
   bank bill and so on… PDF show “?????” instead of Russian letters, how to correct
   it?
 * [http://wordpress.org/extend/plugins/eshop-invoice/](http://wordpress.org/extend/plugins/eshop-invoice/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [thomaslcq](https://wordpress.org/support/users/thomaslcq/)
 * (@thomaslcq)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-pdf/#post-3497508)
 * Vitaly,
 * Hummmm.. I forced the PDF to be using “fr”ench language, so you need to duplicate
   the template, create your own, and edit invoice.php. Look at the end of the code,
   there is a line instanciating the HTML2PDF class, and the “fr” is passed as argument.
   You might need to check Html2PDF documentation to know which charset to input.
 * let me know how it goes
 * Thomas
 *  [Karsonito](https://wordpress.org/support/users/karsonito/)
 * (@karsonito)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-pdf/#post-3497509)
 * > PDF show “?????” instead of Russian letters, how to correct it?
 * vitaly0001, it seams You save file in incorrect encoding. It should be UTF-8.
 *  Plugin Author [thomaslcq](https://wordpress.org/support/users/thomaslcq/)
 * (@thomaslcq)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-pdf/#post-3497510)
 * indeed, you can try, in invoice.php
 * Line125: $html2pdf = new HTML2PDF(‘P’, ‘A4’, ‘fr’);
 * replace by:
 * Line125: $html2pdf = new HTML2PDF(‘P’, ‘A4’, ‘fr’,true,’UTF-8′);
 * maybe also change “fr” to Russian… and check that some Cyrillic font is present
   in the html2pdf.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom PDF’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eshop-invoice.svg)
 * [eShop-invoice](https://wordpress.org/plugins/eshop-invoice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eshop-invoice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eshop-invoice/)
 * [Active Topics](https://wordpress.org/support/plugin/eshop-invoice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eshop-invoice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eshop-invoice/reviews/)

## Tags

 * [Custom PDF](https://wordpress.org/support/topic-tag/custom-pdf/)

 * 3 replies
 * 3 participants
 * Last reply from: [thomaslcq](https://wordpress.org/support/users/thomaslcq/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/custom-pdf/#post-3497510)
 * Status: not resolved