rullomare Posted September 3, 2015 Posted September 3, 2015 Hi , Document Viewer: simple interface unigui to view OpenOffice + Pdf documents. See : http://viewerjs.org DocViewer.zip Good fun . Regards Salvatore Marullo 5 2 Quote
lbuelvas Posted October 31, 2018 Posted October 31, 2018 Rullomare, thank you so much for uploading that demo, it was way useful Quote
alucard Posted November 4, 2018 Posted November 4, 2018 Is there any Microsoft Office? One for Word and Excel Quote
Mohammed Nasman Posted November 26, 2018 Posted November 26, 2018 Thanks, it worked fine, but if I want to use it with TUniUrlFrame on same form (not open close new form for each doucment), it only show the first document and didn't refresh when assign new document to it. For example on your project, use show insead of show model and try to select another file from dropdown, it will stay on first document and will not use other. I'm not sure how to refresh it? Quote
Mohammed Nasman Posted November 26, 2018 Posted November 26, 2018 Sorry, ignore my last comment. It solved by assign URL to "about:blank" before assign the actual url as: uniurlframe1.URL := 'about:blank'; uniurlframe1.URL := '/ViewerJS/index.html' + '#/docs/' + Filename ; Thanks Quote
Mohammed Nasman Posted December 3, 2018 Posted December 3, 2018 I have another problem, Tuniurlframe1 doesn't has "Refresh" property, so viewerjs sometimes load PDF plugins and when I assign ODS file to it, it will not load, it needs to refresh to load the new plugins to view the file. I need to keep TUniURLframe with files list next to each others, because it's file viewer, I don't want to view the files on another form. Any clue? Quote
Stemon63 Posted December 4, 2018 Posted December 4, 2018 HI, for pdf files, anyone have experience about form filler pdf in Unigui? There is a, external javascript component? I am looking for a pdf viewer wiith form filler capability (I need to fill from dataset and capture every field modified form user for realtime calculation)... All for avoid complex Delphi forms using pdf instead.... Thanks in advance! Stefano Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.