Ticket #902 (new New Feature)

Opened 3 years ago

Last modified 2 years ago

PDF Generation

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Confirmed Cc: gentleben@…

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

Changed 3 years ago by martinkou

  • cc gentleben@… added
  • 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

Changed 2 years ago 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.

Changed 2 years ago 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

Changed 2 years ago by fredck

  • keywords Confirmed added

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

Note: See TracTickets for help on using tickets.