-
21 Aug 2012 12:33 PM #11
It´s possible and I´m working on it. But it´s not ready to use by now:
https://github.com/SunboX/st2_pdf_panel
Preview:
http://sunbox.github.com/st2_pdf_panel/demo/
greetings SunnyWater is coffee with javascript turned off.
-
21 Aug 2012 8:08 PM #12
Holly cow!
It happens that I'm starting a new project which may need PDF browsing capabilities.
I will do some testing and let you know.
Keep the good work!UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
26 Aug 2012 1:01 AM #13
Ok, it´s done. A PDF Viewer Panel for the Sencha Touch 2 Framework:
http://www.sencha.com/forum/showthre...761#post877761
greetings SunnyWater is coffee with javascript turned off.
-
12 Oct 2012 5:32 AM #14
Nice job Sunbox !
This is great !
I'm wondering why http://sunbox.github.com/ext_ux_pdf_panel/demo/ does not stop loading page ? The cursor and tab icon are staying in waiting mode...
The second point is that Browser search does not work with your Panel... try CTRL-F or Menu->Search with Chrome and your words get highlighted in PDF.js demo, not in ext_ux_pdf_panel.
Is there any workaround ?
Thank you
R@ge
-
23 Oct 2012 1:57 AM #15
Hello,
I try to use your pdf viewer. I try to give him an array of byte, but I not found any exemple which show how do that.
Can you explain me how I can do?
There is my panel.pdf :
I try to feed him when I click in an tree panel.Code:var pdfPanel = Ext.create('Ext.ux.panel.PDF', { id: 'pdfFrame', title: bundle.getMsg('Central.Pdf.Title'), bodyStyle:'padding:5px 5px 5px 5px', flex: 1, loadingMessage: bundle.getMsg('Central.Pdf.Waiting') })
Thanks for your answers.
-
25 Oct 2012 12:09 PM #16
Does this only work with PDF text? Or does this also work with embedded images within the PDF as well?
-
26 Oct 2012 4:51 AM #17
Hello,
I managed to feed my PDF panel with an array of byte. But now, I have a problem with IE7 and IE8. My page don't render! there is the error in IE8:
And the errors in IE7:Code:SCRIPT5009: 'HTMLElement' is undefined compatibility.js, line 283 character 3 SCRIPT1003: Expected ':' pdf.js, line 118 character 9 SCRIPT5009: 'PDFJS' is undefined PDF.js, line 222 character 9
Have you any idea for this problem?Code:SCRIPT445: Object doesn't support this action compatibility.js, line 95 character 5 SCRIPT1003: Expected ':' pdf.js, line 118 character 9 SCRIPT5009: 'PDFJS' is undefined PDF.js, line 222 character 9
Thanks for answers!
-
20 Dec 2012 8:50 AM #18
-
3 Jan 2013 12:25 AM #19
Wonderful work, thanks again sunboX.
I'd like to ask is it possible to add print functionality to this great extension?
This will be amazing.
With regards,
T"People will never forget how you made them feel."
linkedin.com/in/talhakabakus
-
16 Jan 2013 11:06 AM #20
PDF Viewer Panel does not work with locked PDF
PDF Viewer Panel does not work with locked PDF
Hi guys,
I've been using this viewer and it's great. However, it doesn't seem to be able to display locked PDF files. Any idea on how I can overcome this limitation?
Thanks in advance.Last edited by okello; 16 Jan 2013 at 11:12 AM. Reason: spelling mistake




Reply With Quote