Is there a way to display pdf.documents on as say...custom action mod or...?
Id like users to be able to read and dload pdf files in my website.
Is there anyone could take a whack at this and create a mod?
Probably wouldn't be that difficult to do assuming you're just talking about displaying them and not actually generating them with PHP.
Something like this: http://www.vortechsuperchargers.com/pdf/guides/streetfile.pdf
found here:
http://www.vortechsuperchargers.com/support.php?support_section=Owner%20Manuals
Id like to upload it somewhere in my site. Either articles,custom action or using iframe so users can read it and dload it.
I think using iframe is my best bet.
I think this should do. Im using Iframe. It would be badass if a mod can be created to upload files for exposure.
http://www.midwestavalancheclub.com/index.php?action=avcalendar
well i see you use TinyPortal so you can add it embedded in any article page like that with some simple code... did this a long time ago
<embed height="166" src="document.pdf" type="application/pdf" width="216">