Page 1 of 1

PIN creation on PDF Files in mobile devices

Posted: Fri Jul 23, 2021 8:35 am
by guptaankur
Hello Team,

I am confused which solution product of gdPicture is required for viewing PDF files on mobile.
Can you please help ?

AFter loading the files for viewing on mobile device, we want to add pins and markup on PDF.

We want to do this in Xamarin app.

Can you please help?

Re: PIN creation on PDF Files in mobile devices

Posted: Wed Aug 04, 2021 5:17 pm
by Fabio
Hello,

The solution you need if you want to display documents on mobiles is DocuVieware.
DocuVieware is the web controller of GdPicture, it will allow you to display the viewer in a browser/web frame.
You will find more information here: https://www.docuvieware.com/?gclid=EAIa ... gI-EvD_BwE

For Xamarin app, you can embbed the HTML/JS part in a webframe and communicate (through RESTful API) with a Windows server that contains your DocuVieware server-side.

You can also create a custom button and develop a method server-side to add pins/markup on your PDF.
Everything is customizable in DocuVieware!

With best,
Fabio

Re: PIN creation on PDF Files in mobile devices

Posted: Thu Aug 05, 2021 4:05 pm
by guptaankur
Hello Fabio,

Thank for the response !!

I was wondering that does it always need to be connected to Server for loading and working with PDFs? If someone needs to open files offline and add pins, do you think that will not be possible?

Re: PIN creation on PDF Files in mobile devices

Posted: Tue Aug 10, 2021 3:40 pm
by Fabio
Hello,

At the moment, DocuVieware needs a server since it loads all the heavy processes to provide zero footprints on the client.
But DocuVieware does not need any internet connection, so if you use DocuVieware in an intranet network, everything will be alright! :)

With best,
Fabio