Click here to Skip to main content
15,894,343 members

Comments by Member 10711974 (Top 6 by date)

Member 10711974 23-Jun-14 2:06am View    
Hi Sumit Rastogi, How you fixed this? I would like to implement pdf display on web page by converting pdf to html.. Please help me if you have any advice. Thanks
Member 10711974 20-May-14 2:35am View    
Deleted
Thanks for your help and detailed explanation. <br>
Member 10711974 19-May-14 1:40am View    
Thanks for reply.. I am using HTML to view the PDF's using Iframe. I have bunch of PDf's on my server at a particular path. I am displaying those pdf's on iframe if each anchor tag clicks it targets iframe with respetcive pdf. Until this no issues. But How can i control the pdf's page up and down with external button/anchor. Is there any open source viewers that i can get this functionality?
Member 10711974 16-May-14 7:57am View    
and even I am disabling toolbar of pdf while loading in Ifram to prevent from clicking Save/Print options. Please suggest what way I can achieve my requirement, is that I should only display pdf file part of the webpage and toolbar should be disabled and I should have the link buttons outside of frame for Page up/down. Thanks!
Member 10711974 16-May-14 6:08am View    
Users will be using my app on tabs and other touch screens. So, when they are viewing from tab/touch screens the scroll bar of pdf is not working. Hence, I thought of implementing it with buttons outside of it.. Where Iframe loads only the pdf but we can't control the pages of pdf inside frame. So, you are suggesting me to use PDF viewer plug-in? Is it have my requirements?