1 (edited by toygate 2017-08-28 03:04:53)

Topic: Pdf Files with Showkase.

I would like to include some catalogue pages in PDF format.  Is this possible with Showkase?

Re: Pdf Files with Showkase.

It's not possible to include .pdf files within any Showkase gallery type (ListViewer, Juicebox or SimpleViewer) as the Showkase upload module supports only images.
You'd need to upload your .pdf files to your web server via FTP (outside Showkase) and then either link to them from within your Showkase pages or embed them into your Showkase pages using techniques such as those discussed in this forum thread:
https://stackoverflow.com/questions/291 … df-in-html

Any code you want to include in a Showkase page (for example a link using an <a> tag or an <embed> or <object> tag) can be entered into the Showkase page's editor in 'Source' mode: click the 'Source' button on the editor's toolbar.

I hope this points you in the right direction.

Re: Pdf Files with Showkase.

Thank you, that helps.

Re: Pdf Files with Showkase.

You're welcome.