I would like to use this editor in an ASP.net application.
In my application i need to print to a pdf document.
Now, i am using Crystal Report but it does not support many options(like bulleting, tables...).
I would like to know if there is an option using FCKEditor to send the print to a PDF document.
In my application i need to print to a pdf document.
Now, i am using Crystal Report but it does not support many options(like bulleting, tables...).
I would like to know if there is an option using FCKEditor to send the print to a PDF document.
RE: print options
You need to handle this yourself on the server side, after FCK has edited the document.
I have successfully used this product to do this before:
http://www.websupergoo.com/abcpdf-1.htm
It basically converts HTML into a PDF, so it's independent of where the HTML came from.
To see where I used it, go here:
http://raisingchildren.net.au/articles/ ... ontext/255
And click the SAVE PDF button. The PDF is dynamically generated from the HTML content (using a different stylesheet). You could however make this a part of the editing process and store the PDF somewhere.