Skip to content

Releases: FriendsOfREDAXO/pdfout

7.0.0 Happy new PDF

03 Jan 00:03
0655df4
Compare
Choose a tag to compare

Vollständig überarbeitete Version.
Neu: Setting-Methoden zur einfacheren Konfiguration
Neu: Der REDAXO-Outputfilter kann direkt ausgeführt werden
Neu: Gleichzeitige Ausgabe und Speicherung der PDF möglich
Neu: DPI kann eingestellt werden
Neu: Readme überarbeitet

Deprecated: sendPdf(), die Methode wird mit 8.0.0 entfernt. Daher bitte schon jetzt auf die neue Schreibweise umstellen.

6.2.1

04 Oct 15:14
6db8123
Compare
Choose a tag to compare

Vendor: Security fix: dompdf/dompdf#2994

Vendor: Change highlights since 2.0.0

Improved font-face declaration parsing and handling
Improved layout of images with percentage-based dimensions

6.2.0

08 Sep 14:08
448b713
Compare
Choose a tag to compare

Update: pdf.js v2.16.105

6.1.0

30 Jun 12:48
8b80124
Compare
Choose a tag to compare

PDF.js Vendor Update
Full Changelog: 6.0.0...6.1.0

6.0.0

28 Jun 11:15
bf9f1a4
Compare
Choose a tag to compare

What's Changed

Thanks to @staabm & REXStan it's also a bit better in code

Full Changelog: 5.2.0...6.0.0

Updated to version 2 of @dompdf - thanks

Change highlights since 1.2.x

  • Addresses multiple security vulnerabilities (see below)
  • Modifies callback and page_script/page_text handling (breaking change, see below)
  • Switches the HTML5 parser to Masterminds/HTML5
  • Improves CSS property parsing and representation
  • Improves border, outline, and background rendering for inline elements
  • Switches installed fonts and font metrics cache file format to JSON
  • Adds support for the inset CSS shorthand property and the legacy break-word keyword for word-break
  • Adds "end_document" callback event
Vulnerability References Type Severity
Improper Restriction of XML External Entity Reference #2564 Information Disclosure TBD
Deserialization of Untrusted Data #2564 Remote Code Execution Critical
External Control of File Name or Path #2564 Information Disclosure TBD
Server-Side Request Forgery #2564 Information Disclosure TBD

and much more

More Information https://github.com/dompdf/dompdf/releases/tag/v2.0.0

Version 6-beta1, Vendor 2.0

27 Jun 15:00
202110d
Compare
Choose a tag to compare
Pre-release

Updated to version 2 of @dompdf - thanks

Change highlights since 1.2.x

  • Addresses multiple security vulnerabilities (see below)
  • Modifies callback and page_script/page_text handling (breaking change, see below)
  • Switches the HTML5 parser to Masterminds/HTML5
  • Improves CSS property parsing and representation
  • Improves border, outline, and background rendering for inline elements
  • Switches installed fonts and font metrics cache file format to JSON
  • Adds support for the inset CSS shorthand property and the legacy break-word keyword for word-break
  • Adds "end_document" callback event
Vulnerability References Type Severity
Improper Restriction of XML External Entity Reference #2564 Information Disclosure TBD
Deserialization of Untrusted Data #2564 Remote Code Execution Critical
External Control of File Name or Path #2564 Information Disclosure TBD
Server-Side Request Forgery #2564 Information Disclosure TBD

and much more

More Information https://github.com/dompdf/dompdf/releases/tag/v2.0.0

5.2.0

02 May 06:53
d53e18e
Compare
Choose a tag to compare
  • PDF auf dem Server speichern

Mit dem Parameter "$saveToPath" kann man einen Pfad definieren, auf welchem die generierte PDF auf dem Server gespeichert wird.

#49
@danspringer

Vendor 1.2.2
@skerbis

5.1.0

13 Apr 10:00
f04db18
Compare
Choose a tag to compare

Menüpunkt entfernt.
Die Readme ist weiterhin in AddOns erreichbar.

5.0.3

08 Apr 10:12
8bdddf9
Compare
Choose a tag to compare

5.0.2

18 Feb 20:44
7de3280
Compare
Choose a tag to compare

Dpi wieder auf 100
@olien