Page 1 of 1

PDF Documents

Posted: 29 Jun 2017, 04:35
by jblaser
Is it possible to show PDF documents in a folder? I have several content folders with bowling tournament photos and I need to show PDF documents with results in a seperate folder. Testing onĀ http://bowling.blasers.net

Re: PDF Documents

Posted: 29 Jun 2017, 13:52
by mjau-mjau
How did you want to show the PDF's? You can only display PDF's as pure links in the page anyway, since there is no "preview" available for PDF images. We could support PDF's so that a list of "links" was created, but that is not currently available.

For now, you would need to need to add links to your PDF's directly in content like this:
Code
<a href="{{path}}filename1.pdf">Tournament name.data.etc</a><br>
<a href="{{path}}filename2.pdf">Tournament name.data.etc</a>
* {{path}} is dynamic reference to current folder path.