examples/api-samples/views/sample9.haml in groupdocs-1.2.8 vs examples/api-samples/views/sample9.haml in groupdocs-1.2.9
- old
+ new
@@ -2,11 +2,14 @@
%a{:href => "/"} GroupDocs Ruby SDK Samples
\- Sample9
.samplecontent{:style => "padding:10px;"}
%i This sample will show how to generate an embedded Viewer URL for particular Document in the GroupDocs account using Ruby SDK
%br/
+ %i You can find documentation for this sample
+ %a{:href => "/docs/sample9.html"} here
%br/
+ %br/
%p
You entered:
%p
File GUID = #{(defined? guid) ? guid : ""}
%p
@@ -57,5 +60,23 @@
%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
%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
+ %a{:href => "/sample12"}Sample12 - How to list all annotations from document
+ %li
+ %a{:href => "/sample13"}Sample13 - How to add collaborator to doc with annotations
+ %li
+ %a{:href => "/sample14"}Sample14 - How to check the list of shares for a folder
+ %li
+ %a{:href => "/sample15"}Sample15 - How to check the number of document's views
+ %li
+ %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 => "/envelope-sample"}Envelope sample - How to use envelope and signature API