@@ -15609,12 +15609,12 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
1560915609 /**
1561015610 * Build call for getMhtInStorageToPdf
1561115611 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
15612- * @param height Page height (required )
15613- * @param width Page width (required )
15614- * @param marginLeft Page margin left (required )
15615- * @param marginBottom Page margin bottom (required )
15616- * @param marginRight Page margin right (required )
15617- * @param marginTop Page margin top (required )
15612+ * @param height Page height (optional )
15613+ * @param width Page width (optional )
15614+ * @param marginLeft Page margin left (optional )
15615+ * @param marginBottom Page margin bottom (optional )
15616+ * @param marginRight Page margin right (optional )
15617+ * @param marginTop Page margin top (optional )
1561815618 * @param storage The document storage. (optional)
1561915619 * @param progressListener Progress listener
1562015620 * @param progressRequestListener Progress request listener
@@ -15686,36 +15686,6 @@ private com.squareup.okhttp.Call getMhtInStorageToPdfValidateBeforeCall(String s
1568615686 throw new ApiException("Missing the required parameter 'srcPath' when calling getMhtInStorageToPdf(Async)");
1568715687 }
1568815688
15689- // verify the required parameter 'height' is set
15690- if (height == null) {
15691- throw new ApiException("Missing the required parameter 'height' when calling getMhtInStorageToPdf(Async)");
15692- }
15693-
15694- // verify the required parameter 'width' is set
15695- if (width == null) {
15696- throw new ApiException("Missing the required parameter 'width' when calling getMhtInStorageToPdf(Async)");
15697- }
15698-
15699- // verify the required parameter 'marginLeft' is set
15700- if (marginLeft == null) {
15701- throw new ApiException("Missing the required parameter 'marginLeft' when calling getMhtInStorageToPdf(Async)");
15702- }
15703-
15704- // verify the required parameter 'marginBottom' is set
15705- if (marginBottom == null) {
15706- throw new ApiException("Missing the required parameter 'marginBottom' when calling getMhtInStorageToPdf(Async)");
15707- }
15708-
15709- // verify the required parameter 'marginRight' is set
15710- if (marginRight == null) {
15711- throw new ApiException("Missing the required parameter 'marginRight' when calling getMhtInStorageToPdf(Async)");
15712- }
15713-
15714- // verify the required parameter 'marginTop' is set
15715- if (marginTop == null) {
15716- throw new ApiException("Missing the required parameter 'marginTop' when calling getMhtInStorageToPdf(Async)");
15717- }
15718-
1571915689
1572015690 com.squareup.okhttp.Call call = getMhtInStorageToPdfCall(srcPath, height, width, marginLeft, marginBottom, marginRight, marginTop, storage, progressListener, progressRequestListener);
1572115691 return call;
@@ -15726,12 +15696,12 @@ private com.squareup.okhttp.Call getMhtInStorageToPdfValidateBeforeCall(String s
1572615696 * Convert MHT file (located on storage) to PDF format and return resulting file in response.
1572715697 *
1572815698 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
15729- * @param height Page height (required )
15730- * @param width Page width (required )
15731- * @param marginLeft Page margin left (required )
15732- * @param marginBottom Page margin bottom (required )
15733- * @param marginRight Page margin right (required )
15734- * @param marginTop Page margin top (required )
15699+ * @param height Page height (optional )
15700+ * @param width Page width (optional )
15701+ * @param marginLeft Page margin left (optional )
15702+ * @param marginBottom Page margin bottom (optional )
15703+ * @param marginRight Page margin right (optional )
15704+ * @param marginTop Page margin top (optional )
1573515705 * @param storage The document storage. (optional)
1573615706 * @return File
1573715707 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -15758,12 +15728,12 @@ public File getMhtInStorageToPdf(String srcPath, Double height, Double width, Do
1575815728 * Convert MHT file (located on storage) to PDF format and return resulting file in response.
1575915729 *
1576015730 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
15761- * @param height Page height (required )
15762- * @param width Page width (required )
15763- * @param marginLeft Page margin left (required )
15764- * @param marginBottom Page margin bottom (required )
15765- * @param marginRight Page margin right (required )
15766- * @param marginTop Page margin top (required )
15731+ * @param height Page height (optional )
15732+ * @param width Page width (optional )
15733+ * @param marginLeft Page margin left (optional )
15734+ * @param marginBottom Page margin bottom (optional )
15735+ * @param marginRight Page margin right (optional )
15736+ * @param marginTop Page margin top (optional )
1576715737 * @param storage The document storage. (optional)
1576815738 * @return ApiResponse<File>
1576915739 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -15778,12 +15748,12 @@ public ApiResponse<File> getMhtInStorageToPdfWithHttpInfo(String srcPath, Double
1577815748 * Convert MHT file (located on storage) to PDF format and return resulting file in response. (asynchronously)
1577915749 *
1578015750 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
15781- * @param height Page height (required )
15782- * @param width Page width (required )
15783- * @param marginLeft Page margin left (required )
15784- * @param marginBottom Page margin bottom (required )
15785- * @param marginRight Page margin right (required )
15786- * @param marginTop Page margin top (required )
15751+ * @param height Page height (optional )
15752+ * @param width Page width (optional )
15753+ * @param marginLeft Page margin left (optional )
15754+ * @param marginBottom Page margin bottom (optional )
15755+ * @param marginRight Page margin right (optional )
15756+ * @param marginTop Page margin top (optional )
1578715757 * @param storage The document storage. (optional)
1578815758 * @param callback The callback to be executed when the API call finishes
1578915759 * @return The request call
@@ -49139,12 +49109,12 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
4913949109 * Build call for putMhtInStorageToPdf
4914049110 * @param name The document name. (required)
4914149111 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
49142- * @param height Page height (required )
49143- * @param width Page width (required )
49144- * @param marginLeft Page margin left (required )
49145- * @param marginBottom Page margin bottom (required )
49146- * @param marginRight Page margin right (required )
49147- * @param marginTop Page margin top (required )
49112+ * @param height Page height (optional )
49113+ * @param width Page width (optional )
49114+ * @param marginLeft Page margin left (optional )
49115+ * @param marginBottom Page margin bottom (optional )
49116+ * @param marginRight Page margin right (optional )
49117+ * @param marginTop Page margin top (optional )
4914849118 * @param dstFolder The destination document folder. (optional)
4914949119 * @param storage The document storage. (optional)
4915049120 * @param progressListener Progress listener
@@ -49225,36 +49195,6 @@ private com.squareup.okhttp.Call putMhtInStorageToPdfValidateBeforeCall(String n
4922549195 throw new ApiException("Missing the required parameter 'srcPath' when calling putMhtInStorageToPdf(Async)");
4922649196 }
4922749197
49228- // verify the required parameter 'height' is set
49229- if (height == null) {
49230- throw new ApiException("Missing the required parameter 'height' when calling putMhtInStorageToPdf(Async)");
49231- }
49232-
49233- // verify the required parameter 'width' is set
49234- if (width == null) {
49235- throw new ApiException("Missing the required parameter 'width' when calling putMhtInStorageToPdf(Async)");
49236- }
49237-
49238- // verify the required parameter 'marginLeft' is set
49239- if (marginLeft == null) {
49240- throw new ApiException("Missing the required parameter 'marginLeft' when calling putMhtInStorageToPdf(Async)");
49241- }
49242-
49243- // verify the required parameter 'marginBottom' is set
49244- if (marginBottom == null) {
49245- throw new ApiException("Missing the required parameter 'marginBottom' when calling putMhtInStorageToPdf(Async)");
49246- }
49247-
49248- // verify the required parameter 'marginRight' is set
49249- if (marginRight == null) {
49250- throw new ApiException("Missing the required parameter 'marginRight' when calling putMhtInStorageToPdf(Async)");
49251- }
49252-
49253- // verify the required parameter 'marginTop' is set
49254- if (marginTop == null) {
49255- throw new ApiException("Missing the required parameter 'marginTop' when calling putMhtInStorageToPdf(Async)");
49256- }
49257-
4925849198
4925949199 com.squareup.okhttp.Call call = putMhtInStorageToPdfCall(name, srcPath, height, width, marginLeft, marginBottom, marginRight, marginTop, dstFolder, storage, progressListener, progressRequestListener);
4926049200 return call;
@@ -49266,12 +49206,12 @@ private com.squareup.okhttp.Call putMhtInStorageToPdfValidateBeforeCall(String n
4926649206 *
4926749207 * @param name The document name. (required)
4926849208 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
49269- * @param height Page height (required )
49270- * @param width Page width (required )
49271- * @param marginLeft Page margin left (required )
49272- * @param marginBottom Page margin bottom (required )
49273- * @param marginRight Page margin right (required )
49274- * @param marginTop Page margin top (required )
49209+ * @param height Page height (optional )
49210+ * @param width Page width (optional )
49211+ * @param marginLeft Page margin left (optional )
49212+ * @param marginBottom Page margin bottom (optional )
49213+ * @param marginRight Page margin right (optional )
49214+ * @param marginTop Page margin top (optional )
4927549215 * @param dstFolder The destination document folder. (optional)
4927649216 * @param storage The document storage. (optional)
4927749217 * @return AsposeResponse
@@ -49300,12 +49240,12 @@ public AsposeResponse putMhtInStorageToPdf(String name, String srcPath, Double h
4930049240 *
4930149241 * @param name The document name. (required)
4930249242 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
49303- * @param height Page height (required )
49304- * @param width Page width (required )
49305- * @param marginLeft Page margin left (required )
49306- * @param marginBottom Page margin bottom (required )
49307- * @param marginRight Page margin right (required )
49308- * @param marginTop Page margin top (required )
49243+ * @param height Page height (optional )
49244+ * @param width Page width (optional )
49245+ * @param marginLeft Page margin left (optional )
49246+ * @param marginBottom Page margin bottom (optional )
49247+ * @param marginRight Page margin right (optional )
49248+ * @param marginTop Page margin top (optional )
4930949249 * @param dstFolder The destination document folder. (optional)
4931049250 * @param storage The document storage. (optional)
4931149251 * @return ApiResponse<AsposeResponse>
@@ -49322,12 +49262,12 @@ public ApiResponse<AsposeResponse> putMhtInStorageToPdfWithHttpInfo(String name,
4932249262 *
4932349263 * @param name The document name. (required)
4932449264 * @param srcPath Full source filename (ex. /folder1/folder2/template.mht) (required)
49325- * @param height Page height (required )
49326- * @param width Page width (required )
49327- * @param marginLeft Page margin left (required )
49328- * @param marginBottom Page margin bottom (required )
49329- * @param marginRight Page margin right (required )
49330- * @param marginTop Page margin top (required )
49265+ * @param height Page height (optional )
49266+ * @param width Page width (optional )
49267+ * @param marginLeft Page margin left (optional )
49268+ * @param marginBottom Page margin bottom (optional )
49269+ * @param marginRight Page margin right (optional )
49270+ * @param marginTop Page margin top (optional )
4933149271 * @param dstFolder The destination document folder. (optional)
4933249272 * @param storage The document storage. (optional)
4933349273 * @param callback The callback to be executed when the API call finishes
0 commit comments