I want to add link to PDF file in web content.
and If i click on that PDF image link it will open up pop up same as document and media.
How to achieve this ?
Thanks
I want to add link to PDF file in web content.
and If i click on that PDF image link it will open up pop up same as document and media.
How to achieve this ?
Thanks
You are looking for something similar to this ?
http://www.liferay.com/community/wiki/-/wiki/Main/Preview+Generation .
Requires imagemagick to be enabled & configured properly. You could check document and media portlet view_file_entry.jsp to check how it generating preview logic & URL and use same to include for your popup.
Hope this helps !