developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 9 years ago
#596 closed new feature (wontfix)
HTML to PDF (response)
Reported by: | samtahRam | Owned by: | samtahRam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | jelix:core response | Version: | 1.0.3 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
PDF Response based on DOMPDF dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes.
Change History (3)
comment:1 Changed 13 years ago by samtahRam
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 13 years ago by laurentj
- Priority changed from normal to low
- Resolution invalid deleted
- review review? deleted
- Severity changed from normal to minor
- Status changed from closed to reopened
comment:3 Changed 9 years ago by laurentj
- Resolution set to wontfix
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
Why not... We need to study DOMPDF. We should see if fonts can be shared with FPDF and other PDF backend existing in jelix, to avoid to have a big package.
And there is a little issue : it seems that this project is not maintened since 2 years...