Hello
I have idea:
1. FCKeditor have button to select PDF file form local hard disk
(just like images or flash file)
2. FCKeditor uploud selected PDF file to server
3. FCKeditor create pdf icon with link to uplouded PDF file.
Links is created in page content, examples:
some text, some text, <link to pdf file>, some text
Is it possible to do this ?
I have idea:
1. FCKeditor have button to select PDF file form local hard disk
(just like images or flash file)
2. FCKeditor uploud selected PDF file to server
3. FCKeditor create pdf icon with link to uplouded PDF file.
Links is created in page content, examples:
some text, some text, <link to pdf file>, some text
Is it possible to do this ?
Re: IDEA: Insert PDF file by fckeditor
Unless your talking about the ability to have text displayed above and below the actual pdf file which is possible if you insert an iframe that loads the pdf, you would have to insert the iframe tags yourself and then upload the pdf as a link and then that would be your src for the iframe add your text and viola!!
Re: IDEA: Insert PDF file by fckeditor