examples/api-samples/views/sample2.haml in groupdocs-1.2.11 vs examples/api-samples/views/sample2.haml in groupdocs-1.3.0
- old
+ new
@@ -36,11 +36,11 @@
%th Value
%tr
%td Files list
%td #{(defined? filelist) ? filelist : ""}
%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
@@ -74,7 +74,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