examples/api-samples/views/sample9.haml in groupdocs-1.2.11 vs examples/api-samples/views/sample9.haml in groupdocs-1.3.0
- old
+ new
@@ -38,11 +38,11 @@
%input{:type => "submit", :value => "Make Request"}/
%div{:style => "padding:20px; border:1px solid black;"}
%iframe{:src => "#{(defined? v_url) ? v_url : ""}", :width=> "#{(defined? width) ? width : ""}", :height=>"#{(defined? height) ? height : ""}"}
%br/
%div{:style => "padding:10px;"}
- Choose anothe one sample:
+ Choose another one sample:
%ul
%li
%a{:href => "/sample1"} Sample1 - How to login to GroupDocs using the API
%li
%a{:href => "/sample2"} Sample2 - How to list files within GroupDocs Storage using the Storage API
@@ -57,11 +57,11 @@
%li
%a{:href => "/sample7"} Sample7 - How to create a list of thumbnails for a document
%li
%a{:href => "/sample8"} Sample8 - How to return a URL representing a single page of a Document
%li
- %a{:href => "/sample9"} Sample9 - How to generate a embedded Viewer URL for a DocumentI
+ %a{:href => "/sample9"} Sample9 - How to generate an embedded Viewer URL for a Document
%li
%a{:href => "/sample10"} Sample10 - How to share a document to other users
%li
%a{:href => "/sample11"}Sample11 - How programmatically create and post an annotation into document. How to delete the annotation
%li
@@ -76,7 +76,15 @@
%a{:href => "/sample16"}Sample16 - How to insert Assembly questionary into webpage
%li
%a{:href => "/sample17"}Sample17 - How to upload a file into the storage and compress it into zip archive
%li
%a{:href => "/sample18"}Sample18 - How to convert Doc to Docx, Docx to Doc, Docx to PDF, PPT to PDF
+ %li
+ %a{:href => "/sample19"}Sample19 - How to Compare documents using Ruby SDK
+ %li
+ %a{:href => "/sample20"}Sample20 - How to Get Compare Change list for document using Ruby SDK
+ %li
+ %a{:href => "/sample21"}Sample21 - How to Create and Upload Envelop to GroupDocs account using Ruby SDK
+ %li
+ %a{:href => "/sample22"}Sample22 - How create or update user and add him to collaborators using PHP SDK
%li
%a{:href => "/envelope-sample"}Envelope sample - How to use envelope and signature API