Ticket #902 (new New Feature)

Opened 11 months ago

Last modified 2 months ago

PDF Generation

Reported by: anonymous Assigned to:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Confirmed Cc: gentleben@users.sourceforge.net

Description

There should be an option to generate the pdf of the content inside the text area.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1498485&group_id=75348&atid=543656

Change History

06/27/07 10:47:58 changed by martinkou

  • cc set to gentleben@users.sourceforge.net.
  • reporter changed from martinkou to anonymous.

This could possibly be handled on the back-end (server side). For example, using a PDF printer or PHP's PDF functions in a different page on the server to print the file and then return it to the client. I would expect it to be quite a large challenege to produce a PDF on the client side.


Moved from SF. Original poster: gentleben

02/06/08 09:32:01 changed by saul11

I recently used http://www.digitaljunkies.ca/dompdf/ which does quite a nice job. It builds the PDF out of the (X)HTML and applies CSS automatically. Note that it is slow on tables.

There's also http://www.fpdf.org/, but with this I believe you need to construct the PDF yourself by using fPDF as a library.

02/06/08 14:57:02 changed by saul11

There was an effort once, but that has been downgraded to closed source: http://www.fckeditor.net/forums/viewtopic.php?f=5&t=129&p=285

03/25/08 18:19:49 changed by fredck

  • keywords changed from SF to SF Confirmed.

At this moment, this can be achieved in the server by using third party software.