We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f41f5 commit 429c26aCopy full SHA for 429c26a
src/Converter.php
@@ -88,7 +88,7 @@ public function thumbnail(string $extension = 'jpg')
88
89
public function text()
90
{
91
- return trim($this->content('txt'));
+ return trim($this->content('txt'), "\t\n\r\0\x0B\u{FEFF}");
92
}
93
94
public function save(string $path, string $extension = null): bool
0 commit comments