Search found 5 matches
- Sat Apr 09, 2016 1:58 am
- Forum: PHP - Code
- Topic: Adding a PDF viewer to a PHP document manager
- Replies: 9
- Views: 3225
Re: Adding a PDF viewer to a PHP document manager
Another note; I may be totally off mark on this on but: In its original setup, since the intent WAS to download the files, there is routine included which runs GZIP to compact the file before downloading. The location of the GZIP executable is part of the ini file for the site. But, as this is not L...
- Sat Apr 09, 2016 1:29 am
- Forum: PHP - Code
- Topic: Adding a PDF viewer to a PHP document manager
- Replies: 9
- Views: 3225
Re: Adding a PDF viewer to a PHP document manager
PDF.JS is the one I have bee working with (or trying to) as it is open source and comes pre-loaded with all the necessary components and is Open Source enough that I could probably modify the control to remove the download option if i could get it to work at all. After a lot of trying to follow the ...
- Fri Apr 08, 2016 10:03 pm
- Forum: PHP - Code
- Topic: Adding a PDF viewer to a PHP document manager
- Replies: 9
- Views: 3225
Re: Adding a PDF viewer to a PHP document manager
Thanks but the file already goes to the browser.
I need to intercept all document files and send them to a site-side viewer instead to prevent
>>OR at least TRY to prevent
downloading of every document opened
I need to intercept all document files and send them to a site-side viewer instead to prevent
>>OR at least TRY to prevent
downloading of every document opened
- Fri Apr 08, 2016 4:58 pm
- Forum: PHP - Code
- Topic: Adding a PDF viewer to a PHP document manager
- Replies: 9
- Views: 3225
Re: Adding a PDF viewer to a PHP document manager
I believe you may be correct. :| Actually I am pretty sure you are as I have spoken to the nice people there who pointed me toward their desktop convertor. Which unfortuately isn what is needed either. I do have a working viewer now but i am a little stuck at the php call to insert the selected file...
- Wed Apr 06, 2016 1:01 am
- Forum: PHP - Code
- Topic: Adding a PDF viewer to a PHP document manager
- Replies: 9
- Views: 3225
Adding a PDF viewer to a PHP document manager
This is not something I have any skills at all with. Flex-paper is the PDF viewer that I think might best suit my needs but I cannot get their product to interface with the download.php module properly. I was not sure where to look for any guidance on this and located this Forum almost by accident. ...