current location: Home > Download > Tool download > php development editor > mPDF
mPDF
Classify: Tool download / php development editor | Release time: 2023-08-15 | visits: 3390 |
Download: 13 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 How can I integrate Spring Dependency Injection into my JavaFX application?
- 2 dgprpsetup.exe - What is dgprpsetup.exe?
- 3 A useState performance tip you may not have known
- 4 dl70are.dll - What is dl70are.dll?
- 5 Tinyint(2) vs Tinyint(1) in MySQL: What\'s the Difference in Display Width?
- 6 How to Import CSS Files into LESS Files?
- 7 How Can You Initialize an Array in Go Efficiently Without Loops?
- 8 How to Replace Values in a DataFrame Column Based on a Condition?
- 9 When to Use a Pointer vs. Value Reference for Embedded Fields in Go?
- 10 How to Filter an Array of Objects Based on a Nested Value Array?
- 11 dkres32.dll - What is dkres32.dll?
- 12 How Does std::shared_ptr Ensure Proper Destructor Calls During Cleanup?
- 13 How to Merge JavaScript Objects in an Array with Shared Keys?
- 14 dismcore.dll - What is dismcore.dll?
- 15 When to Use tinyint, smallint, mediumint, bigint, and int in MySQL?
Latest Tutorials
-
- Go language practical GraphQL
- 1928 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3345 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1753 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2565 2024-03-29
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV), including margins, borders, padding, line height, background color, etc. Supports right-to-left languages and automatically detects RTL characters in documents. Transpose tables, lists, text alignment and table cell alignment, as well as full-text inversion of RTL characters. Non-RTL characters are automatically detected and displayed in their original order.