File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545// Advanced usage Examples
4646
4747AddAreaAnnotation::Run ();
48- // AddArrowAnnotation::Run();
49- // AddDistanceAnnotation::Run();
48+ AddArrowAnnotation::Run ();
49+ AddDistanceAnnotation::Run ();
5050AddMultipleAnnotations::Run ();
51- // AddPointAnnotation::Run();
52- // AddPolylineAnnotation::Run();
53- // AddTextFieldAnnotation::Run();
54- // AddTextRedactionAnnotation::Run();
55- // AddTextReplacementAnnotation::Run();
56- // AddTextStrikeoutAnnotation::Run();
57- // AddTextUnderlineAnnotation::Run();
58- // AddWatermarkAnnotation::Run();
51+ AddPointAnnotation::Run ();
52+ AddPolylineAnnotation::Run ();
53+ AddTextFieldAnnotation::Run ();
54+ AddTextRedactionAnnotation::Run ();
55+ AddTextReplacementAnnotation::Run ();
56+ AddTextStrikeoutAnnotation::Run ();
57+ AddTextUnderlineAnnotation::Run ();
58+ AddWatermarkAnnotation::Run ();
5959
6060AddAnnotationDirect::Run ();
6161ExtractAnnotations::Run ();
Original file line number Diff line number Diff line change 44class Utils {
55
66 // TODO: Get your ClientId and ClientSecret at https://dashboard.groupdocs.cloud (free registration is required)
7- static $ ClientId = 'annotation.cloud ' ;
8- static $ ClientSecret = 'annotation.cloud ' ;
7+ static $ ClientId = 'XXXX-XXXX-XXXX-XXXX ' ;
8+ static $ ClientSecret = 'XXXXXXXXXXXXXXXX ' ;
99
1010 static $ ApiBaseUrl = 'https://api.groupdocs.cloud ' ;
1111 static $ MyStorage = 'First Storage ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " groupdocscloud/groupdocs-annotation-cloud-php-examples" ,
33 "description" : " GroupDocs.Annotation Cloud SDK for PHP Examples" ,
4- "license" : " MIT" ,
5- "repositories" : [
6- {
7- "type" : " path" ,
8- "url" : " ../../../GitLab/PhpSdk/src"
9- }
10- ],
4+ "license" : " MIT" ,
115 "require" : {
12- "groupdocscloud/groupdocs-annotation-cloud" : " 21.2 "
6+ "groupdocscloud/groupdocs-annotation-cloud" : " 21.6 "
137 }
148}
You can’t perform that action at this time.
0 commit comments