I am using the QuickLook framework to display PDFs in my app. The pdfs are downloaded and stored in my apps sandbox, in the Application_Support directory.
Basically, I open the PDF in my app, no problems and then close my app.
Now if I open the Adobe App on my device, the pdf I was viewing with my app is available in
the Adobe app.
Is there any way of preventing this sharing of my pdf between my app and the Adobe App
Any help will be much appreciated
j
One solution would be to hide the right navigation button on the Quick Look Viewer nav bar.
Related
I am looking at a website template with themewagon. There is a modal feature using magnific-popup that works on the live web version to display a video in a modal.
https://themewagon.github.io/videograph/
However, when I download the template and open the index file from my browser, the video modals do not function properly.
Can anyone explain why this may be the case?
I used the theme online, but when I downloaded it, the functionality was not there.
I need to download pdf from the site I opened with webView. When I try this the application closes. Is there any way to do this? Do I need to add permission.
I am using expo. What I do is connect to a site with the webView. When you press the download button on the site it downloads base64 as pdf. I can do this on the Internet. I did it in Chrome. However, I could not do it in the mobile application. How can I do that. When I click the button, the application closes. I’m getting this warning on the console Can’t open url: data:application/pdf;base64,JVBERi0xLjQKJeLjz9MKNCAwIG9iag… I can view but not download
I need a 'Download PDF' feature for my SAPUI5 app which contains Viz charts (SVG's) as well as other more standard HTML elements.
I've already looked into jsPDF, html2canvas etc.
What is the recommended method?
It needs to work both as a Web app and also as a packaged Cordova app.
This has been somewhat answered here: Save Web page directly to PDF using JS
This method should work both in web app and as a Cordova app.
As mentioned there the best choice would still be to popup the "print to PDF" window (just as pressing ctrl+p in most browsers) and letting the user save it.
Cheers.
Is it possible to embed an office document in a Metro app without having to parse it manually?
I'm thinking about a preview or even a the possibility to make small changes to it. I'm not asking about starting it externally but using it directly in a Metro app.
You cannot embed directly into a Metro style app. It may be possible to do something with the Skydrive API and embedding documents, but more research would be required. Here is an example on using the Live SDK from a Metro style app.
I would just use webview controller and open the document from Skydrive with it.
That way you can open the document as editable or just show it.
I'm trying to make a app which is able to display PDFs. It should be possible to click web links within the document and dynamically load new PDFs into the app.
The file download and REST/JSON communication shouldn't be a problem but the PDF part looks kinda hard. Is there a way to display PDFs via the Appcelerator Titanium SDK?
This is app is targeting the iPad and iPhone.
You can show pdf files using Titanium.UI.WebView