examples/api-samples/views/index.haml in groupdocs-1.5.7 vs examples/api-samples/views/index.haml in groupdocs-1.5.8
- old
+ new
@@ -1,26 +1,26 @@
%h1{:style => 'text-align:center;'} GroupDocs Ruby SDK Samples
%div{:style => 'padding:10px;'}
%ul
%li
- %a{:href => '/sample1'} Sample1 - How to login to GroupDocs using the API
+ %a{:href => '/sample01'} Sample01 - How to login to GroupDocs using the API
%li
- %a{:href => '/sample2'} Sample2 - How to list files within GroupDocs Storage using the Storage API
+ %a{:href => '/sample02'} Sample02 - How to list files within GroupDocs Storage using the Storage API
%li
- %a{:href => '/sample3'} Sample3 - How to upload a file to GroupDocs using the Storage API
+ %a{:href => '/sample03'} Sample03 - How to upload a file to GroupDocs using the Storage API
%li
- %a{:href => '/sample4'} Sample4 - How to download a file from GroupDocs Storage using the Storage API
+ %a{:href => '/sample04'} Sample04 - How to download a file from GroupDocs Storage using the Storage API
%li
- %a{:href => '/sample5'} Sample5 - How to copy / move a file using the GroupDocs Storage API
+ %a{:href => '/sample05'} Sample05 - How to copy / move a file using the GroupDocs Storage API
%li
- %a{:href => '/sample6'} Sample6 - How to add a Signature to a document in GroupDocs Signature
+ %a{:href => '/sample06'} Sample06 - How to add a Signature to a document in GroupDocs Signature
%li
- %a{:href => '/sample7'} Sample7 - How to create a list of thumbnails for a document
+ %a{:href => '/sample07'} Sample07 - 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
+ %a{:href => '/sample08'} Sample08 - How to return a URL representing a single page of a Document
%li
- %a{:href => '/sample9'} Sample9 - How to generate an embedded Viewer URL for a Document
+ %a{:href => '/sample09'} Sample09 - 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 to programmatically create and post an annotation into document. How to delete the annotation
%li
@@ -66,8 +66,20 @@
%li
%a{:href => '/sample32'} Sample32 - How to create signature form, publish it and configure notification via callback
%li
%a{:href => '/sample33'} Sample33 - How to convert and merge/combine several HTML documents into one PDF Document
%li
- %a{:href => '/annotation-sample'} Annotation sample
+ %a{:href => '/sample34'} Sample34 - How to create folder in the GroupDocs account
%li
- %a{:href => '/envelope-sample'} Envelop sample
+ %a{:href => '/sample35'} Sample35 - How to get fields and their data from PDF file
+ %li
+ %a{:href => '/sample36'} Sample36 - How to download signed documents when envelope was signed using Ruby SDK
+ %li
+ %a{:href => '/sample37'} Sample37 - How to create envelop and download signed document when envelop was signed using callback
+ %li
+ %a{:href => '/sample38'} Sample38 - How to create new user and add him as collaborator to doc with annotations
+ %li
+ %a{:href => '/sample39'} Sample39 - How to add a Signature to a document and re-direct after signing with GroupDocs widget
+ %li
+ %a{:href => '/sample41'} Sample41 - How to add numeration in the doc file using GroupDocs Ruby SDK
+ %li
+ %a{:href => '/sample42'} Sample42 - How to download document with annotations using GroupDocs Ruby SDK