Can we show PDF file in View app ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can we show PDF file in View app ?
Hi ! Support team.
Can we show PDF file in View app ?
I have tried include PDF file in experience by file widget.
But when I was touch button as binding to file widget in the iPad , app control switch to browser like a Safari and show PDF in browser.
Then we back to View app , tracking as lost.
So, we hope completely include PDF to experience.
For example include PDF on the popup widget like a image widget.
Regards,
Solved! Go to Solution.
- Labels:
-
Ideas and Improvements
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Similar question - "PDF View into experience": https://community.ptc.com/t5/Vuforia-Studio/PDF-View-into-experience/td-p/504419
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Similar question - "PDF View into experience": https://community.ptc.com/t5/Vuforia-Studio/PDF-View-into-experience/td-p/504419
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@VladimirN
Thank you for your information !
But that article and my query not yet resolve...
I have been confirmed good working in preview on Studio in windows OS like that article.
But view app can't see PDF on popup in view app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @T.Nakamura ,
In the Community post which was referenced (ie PDF View into experience), the end of the post includes comments from R&D which indicate that the ability to view PDF files in affected by the browser being used. If you are still concerned about this issue, can you provide information on your configuration. What hardware, Operating System, and Browser. This will allow me to investigate the issue furter.
Regards,
Pehowe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @PEHOWE
After that, I tried various things and was able to display the PDF below !
Thanks for your support!
$scope.Alert = function(){
$ionicPopup.alert({
cssClass: 'my-custom-alert',
title: "Documento parte",
template: '<iframe src="app/resources/Uploaded/document.pdf#zoom=0" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="600px" width="1300px" allowfullscreen></iframe>',
okText: "Close",
})
}
