I want to Load pdf from url and after filling user can download, send email or print document - xamarin

I want to Load pdf from URL and after filling required fields the user can download, send email or print document from the mobile browser.
I am using Xamarin forms and need a solution for PCL
following is a link that needs to be renders in web view
http://paylesscremation.com/wp-content/uploads/2018/04/4.-PC-Embalming-NEW.pdf

Related

How to get uploaded image from zoho creator form and post it to external API

I am trying too integrate Zoho Creator with my backend and I have created several forms. One of the form gets the image input from user. Once the user uploads the image, it gets saved to zoho creator db. I want to share the input data with image to my 3rd party api also. kindly suggest how to proceed with that.
I am received image in below format:
I want just the url. How to acheive that or if there is any other way to acheive it.

How to open a Teams card action URL in a collaborative view instead of new browser window?

I have a bot that ultimately returns a hero card to a chat message box. This card has an action button that is currently configured to use openUrl, which spawns a new browser window upon click. We now have a requirement to display the same Url in a collaborative view within Teams (i.e. along-side a chat conversation).
I've seen similar functionality when sharing a document via a chat conversation, but can't seem to find any code samples that take this approach for a Url.
Is something like this possible and if so, any ideas how to best implement this approach?
When you use open URL action it will redirect to browser. This is by Design. But you open open the URL with in the task module when you click on the button, The page need to be publicly available and it should be IFrame. Also you need to add the URL domain to the valid domain, so that you can view the Page inside taskmodule without redirecting to browser. Please check this docs for more info

Where can I store a user accessible Google Slides template?

I'm currently working on a website which allows reports to be generated and saved as a Google Slide via the Google Slides API. The reports are generated using a template slide which contains placeholder shapes which are then populated with graphs and text.
My problem is that the template Google Slides file needs to be accessible to any user who decides to generate a report. But...
Google Drive can only be authorized via oAuth. Users coming to the site will not be able to authenticate any drive which does not belong to them
The template cannot be stored in the codebase as the slides API is only able to interact with files stored in the cloud AND it is not possible to download a file in 'Google Slides format'
It could be possible to store the template on Google Cloud Storage, but it is not possible to import a Slides file without converting it to another format. Attempting to convert the file once it has been uploaded does not produce a new slides file within the cloud storage
Is there anywhere I could store my Google Slides template and have it accessible to my application at all times so that it may generate reports based on that template?

Javascript Origins for Embedded Feeds in Mobile Webview

I have developed an app which loads a html document from the mobile app storage that contain Yammer Embedded Feed javascript.
Recently, our company's Yammer admin received a message from yammer, telling that all Yammer Embedded Feed javascript will not work unless the domains have been specified in the "Javascript Origins" section.
However, since we are loading the html page directly from mobile, it is just like opening a html page in web browser with "file://" as domain. Can I add "file://" in the "Javascript Origins"? I have tried to "alert" the "window.location" and it returns "about:blank" on the mobile browser.
Thanks!
I answered this question over on the O365 Network, but let me add the answer here too in case someone has a similar question in the future.
The recent push to update your Yammer app's JavaScript Origins (documented/instructions here http://naomimoneypenny.com/2015/02/11/yammer-apps-javascript-origins-update/) affects only those using the JS SDK (specifically https://c64.assets-yammer.com/assets/platform_js_sdk.js).
It does not affect those using the Embed feed (specifically https://c64.assets-yammer.com/assets/platform_embed.js)

How to grab instagram content without browser request

There is a plenty of documentation on how to authenticate a user with some redirects, however if I just want to pull the content from Instagram, and display it in my application, how would I do that?
It looks like it's required only browser user redirection to pull the content
If you just want to display instagram content as feeds in your web application you can just use
the javascript plugin ( jquery ) called instafeed to display feeds
http://instafeedjs.com/
If you want to enable instagram OAuth in your application you can use instagram ruby gem in the server side .
https://github.com/Instagram/instagram-ruby-gem

Resources