|
3 | 3 | from Common_Utilities.Utils import Common_Utilities |
4 | 4 |
|
5 | 5 | # Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required). |
6 | | -Common_Utilities.host_url = "http://api.groupdocs.cloud" # Put your Host URL here |
7 | | -Common_Utilities.app_sid = "XXXXX-XX" |
8 | | -Common_Utilities.app_key = "XXXXXX" |
9 | | -Common_Utilities.myStorage = "XXX" |
| 6 | +Common_Utilities.host_url = "https://api.groupdocs.cloud" # Put your Host URL here |
| 7 | +Common_Utilities.app_sid = "XXXXX-XXXXX-XXXXX" |
| 8 | +Common_Utilities.app_key = "XXXXXXXXXX" |
| 9 | +Common_Utilities.myStorage = "XXXXX" |
10 | 10 |
|
11 | | -# ######################################### |
12 | | -# print("Executing Upload Test Files...") |
13 | | -# Common_Utilities.Upload_Test_Files() |
14 | | -# ######################################### |
| 11 | +######################################### |
| 12 | +print("Executing Upload Test Files...") |
| 13 | +Common_Utilities.Upload_Test_Files() |
| 14 | +######################################### |
15 | 15 |
|
16 | 16 | ########################################### |
17 | 17 | #******* Execute Examples ******* |
|
99 | 99 | print("*** Executing Working_With_Document_Information...") |
100 | 100 | ############################################################ |
101 | 101 |
|
102 | | -print("* Executing Viewer_Python_Get_Info_With_Minimal_ViewOptions...") |
103 | | -from Working_With_Document_Information.Viewer_Python_Get_Info_With_Minimal_ViewOptions import Viewer_Python_Get_Info_With_Minimal_ViewOptions |
104 | | -Viewer_Python_Get_Info_With_Minimal_ViewOptions.Run() |
| 102 | +# print("* Executing Viewer_Python_Get_Info_With_Minimal_ViewOptions...") |
| 103 | +# from Working_With_Document_Information.Viewer_Python_Get_Info_With_Minimal_ViewOptions import Viewer_Python_Get_Info_With_Minimal_ViewOptions |
| 104 | +# Viewer_Python_Get_Info_With_Minimal_ViewOptions.Run() |
105 | 105 |
|
106 | 106 | # print("* Executing Viewer_Python_Get_Info_With_CAD_Options...") |
107 | 107 | # from Working_With_Document_Information.Viewer_Python_Get_Info_With_CAD_Options import Viewer_Python_Get_Info_With_CAD_Options |
|
186 | 186 | # print("* Executing Viewer_Python_Delete_View_With_Default_ViewFormat...") |
187 | 187 | # from Working_With_View.Viewer_Python_Delete_View_With_Default_ViewFormat import Viewer_Python_Delete_View_With_Default_ViewFormat |
188 | 188 | # Viewer_Python_Delete_View_With_Default_ViewFormat.Run() |
| 189 | + |
| 190 | +print("* Executing Viewer_Python_Create_View_With_Responsive_HTML...") |
| 191 | +from Working_With_View.Viewer_Python_Create_View_With_Responsive_HTML import Viewer_Python_Create_View_With_Responsive_HTML |
| 192 | +Viewer_Python_Create_View_With_Responsive_HTML.Run() |
| 193 | + |
| 194 | +print("* Executing Viewer_Python_Create_View_With_OutputPath...") |
| 195 | +from Working_With_View.Viewer_Python_Create_View_With_OutputPath import Viewer_Python_Create_View_With_OutputPath |
| 196 | +Viewer_Python_Create_View_With_OutputPath.Run() |
0 commit comments