Adeptol On Demand CloudConnect


No Documents Uploading. Simply link to view documents in viewer

 

 

Adeptol On Demand CloudConnect API

 

Get the FREE Key

Get the key for for CloudConnectTM Free, just fill in the form below to get the key emailed to you:

Email:

 
Website/Domain:

 

    I agree to the Terms & Privacy Policy.             


Personalize your experience and add your own brand while still cloud connecting to our servers.
Purchase the Personal License of CloudConnect.



 

Link it or Embed it in your application

Link it from your website for FREE using CloudConnect

No need for any installation or set up. Simply link your documents to our server and you are on your way.

To use CloudConnect point your browser to following link

http://connect.ajaxdocumentviewer.com?key=<key>&document=<document_link>&viewerheight=<viewer_height>&viewerwidth=<viewer_width>

<key> is the key provided by Adeptol obtained by filling the form above.
<document_link> is the location of the document file. The document must be accessible from internet for this to work.
<viewer_height> is the display height of the viewer. You can choose any +ve number for this.
<viewer_width> is the display width of the viewer. You can choose any +ve number for this.
<cache>
beta is the parameter which will cache the file on Adeptol Servers for quick viewing for your users (Default: cache=no)
(?)
<translation>beta is the parameter which will allow users to real time translate a document content to more than 40 languages (Read more about translation)

Link Code

http://connect.ajaxdocumentviewer.com?key=document=<document_link>&viewerheight=<viewer_height>&viewerwidth<viewer_width>


Example
(Without Caching, Document is never retained on Adeptol Servers):

http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=800


The above link code would look like this (Click to see behavior)
http://connect.ajaxdocumentviewer.com/?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=500&viewerwidth=800

Example (Translation option turned on and caching off):

http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=800&cache=no&translation=yes


The above link code would look like this (Click to see behavior)
http://connect.ajaxdocumentviewer.com/?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=500&viewerwidth=700&translation=yes


Example (With Caching, Document is cached on Adeptol Servers):

http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=800&cache=yes


The above link code would look like this (Click to see behavior)
http://connect.ajaxdocumentviewer.com/?key=03232898832&document=http://labs.google.com/papers/gfs-sosp2003.pdf&viewerheight=600&viewerwidth=800&cache=yes

 

Get the Key for FREE

Personalize your experience and add your own brand while still cloud connecting to our servers.
Purchase the Personal License of CloudConnect.

 




Embed it within your website for FREE using CloudConnect

Simply copy and paste the following code in your application and replace <document link> with the location of the document file. The document must be accessible from internet for this to work.
 

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=<key>&document=<document_link>&viewerheight=<viewer_height>&viewerwidth=<viewer_width>" border="0"
height="<viewer_height>" width="<viewer_width>" scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>

<key> is the key  provided by Adeptol obtained by filling the form above.
<document_link> is the location of the document file. The document must be accessible from internet for this to work.
<viewer_height> is the display height of the viewer. You can choose any +ve number for this.
<viewer_width> is the display width of the viewer. You can choose any +ve number for this.
<cache>
beta is the parameter which will cache the file on Adeptol Servers for quick viewing for your users (Default: cache=no)
(?)
<translation>beta is the parameter which will allow users to real time translate a document content to more than 40 languages (Read more about translation)

Embed Code :

 

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=<key>&document=<document_link>&viewerheight=<viewer_height>&viewerwidth=<viewer_width>" border="0" height="<viewer_height>" width="<viewer_width>" scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>



Example
(Without Caching, Document is never retained on Adeptol Servers):

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=700" border="0" height="600" width="500" scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>

Example (With Caching, Document is cached on Adeptol Servers):

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=700&cache=yes" border="0" height="600" width="500" scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>

 

Example (With translation option turned on and caching off):

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=03232898832&document=http://www.irs.gov/pub/irs-pdf/fw4.pdf&viewerheight=600&viewerwidth=800&cache=no&translation=yes" border="0" height="600" width="800" scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>

 

 

 

Get the Key for FREE

Personalize your experience and add your own brand while still cloud connecting to our servers.
Purchase the Personal License of CloudConnect.

 

 

 

Additional Extended API (Requires Personal License of CloudConnect)

<startPage> is the first page of document to load in viewer (Values: Numeric) (Default: 1)
<saveButton> is the ability to switch save document button on and off (Values: Yes/No) (Default: Yes)
<printButton> is the ability to switch print document button on and off (Values: Yes/No) (Default: Yes)
<copytextButton> is the ability to switch copying of text to Clipboard on and off  (Values: Yes/No) (Default: Yes) (Default Copying of Text is allowed)<pdfPassword> is a parameter that can be passed for secured PDF documents (Value: pdf password) (Example: pdfPassword=hjsdh6d)
<logoimage> is the logo of your company that will appear when viewer is loading (Default: AJAXDocumentViewer Logo)
<quality> is the fidelity of the document being loaded. You can control the quality and resolution of document loaded in viewer. (Value: high/medium/low) (Default: medium). A medium quality is recommended for optimized load times and better resolution. A higher quality would mean more rendering time but higher resolution. Quality value if not passed defaults to medium.
<ssl> is the ability to load the viewer in secure SSL encryption mode. Document will be downloaded from location in secure mode also and all communication will be in secure mode. (Values: Yes/No) (Default: No)

Note- For SSL Encryption to work properly, <document_link> and <logoimage> should be available under secure links also otherwise users will see security popups.
 

Link Code  (Requires Personal License of CloudConnect)

http://connect.ajaxdocumentviewer.com?key=<personalkey>&document=<document_link>&viewerheight=<viewer_height>&viewerwidth=<viewer_width>
&startPage=1&saveButton=No&printButton=No&logoimage=http://www.yourcompany.com/logo.gif&quality=medium


 


Link Code Examples
Not using SSL

http://connect.ajaxdocumentviewer.com?key=testkey&document=http://www.adeptol.com/test.pdf&viewerheight=500
&viewerwidth=600&startPage=1&saveButton=No&printButton=No&logoimage=http://www.adeptol.com/logo.gif&quality=high


Using SSL

https://connect.ajaxdocumentviewer.com?key=testkey&document=https://www.ajaxdocumentviewer.com/test.pdf&viewerheight=500
&viewerwidth=600&startPage=1&saveButton=No&printButton=No&logoimage=https://www.ajaxdocumentviewer.com/logo.gif
&quality=medium&ssl=yes

 

 

Embed Code

<iframe name="ajaxdocumentviewer" src="http://www.ajaxdocumentviewer.com/embed.asp?key=<key>&document=<document_link>&viewerheight=<viewer_height>&viewerwidth=<viewer_width>&startPage=1
&saveButton=No&printButton=No&logoimage=http://www.yourcompany.com/logo.gif
&quality=medium" border="0" height="<viewer_height>" width="<viewer_width"  scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>


 

Embed Code Examples
Not Using SSL

<iframe name="ajaxdocumentviewer" src="http://connect.ajaxdocumentviewer.com?key=testkey&
document=http://www.adeptol.com/test.pdf&viewerheight=500&viewerwidth=600&startPage=1&saveButton=No&
printButton=No&logoimage=http://www.adeptol.com/logo.gif&quality=low" border="0" height="500" width="600"  scrolling="no" align="left"
frameborder="0" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>

 

Using SSL

<iframe name="ajaxdocumentviewer" src="https://connect.ajaxdocumentviewer.com?key=testkey&document=https://www.ajaxdocumentviewer.com/test.pdf&viewerheight=500&viewerwidth=600
&startPage=1&saveButton=No&printButton=No&logoimage=https://www.ajaxdocumentviewer.com/logo.gif
&quality=medium&ssl=yes" border="0" height="500" width="600"  scrolling="no" align="left" frameborder="0" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>

 

 

 

 


 

 

 

 
© Adeptol LLC. All Rights Reserved.       Copyright Statement and Terms of Use | Privacy Policy | Sitemap