|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="ru"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:53 EET 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 --> |
6 | 6 | <title>ConversionApi</title> |
7 | | -<meta name="date" content="2019-01-31"> |
| 7 | +<meta name="date" content="2019-04-16"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="../../../../script.js"></script> |
10 | 10 | </head> |
@@ -739,8 +739,8 @@ <h4>GetConvertDocumentToImage</h4> |
739 | 739 | <div class="block">Convert the HTML document from the storage by its name to the specified image format.</div> |
740 | 740 | <dl> |
741 | 741 | <dt><span class="paramLabel">Parameters:</span></dt> |
742 | | -<dd><code>name</code> - Document name. (required)</dd> |
743 | | -<dd><code>outFormat</code> - Resulting image format. (required)</dd> |
| 742 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
| 743 | +<dd><code>outFormat</code> - Resulting image format (jpeg, bmp, png, tiff). (required)</dd> |
744 | 744 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
745 | 745 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
746 | 746 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -781,8 +781,8 @@ <h4>GetConvertDocumentToImageAsync</h4> |
781 | 781 | <div class="block">Convert the HTML document from the storage by its name to the specified image format. (asynchronously)</div> |
782 | 782 | <dl> |
783 | 783 | <dt><span class="paramLabel">Parameters:</span></dt> |
784 | | -<dd><code>name</code> - Document name. (required)</dd> |
785 | | -<dd><code>outFormat</code> - Resulting image format. (required)</dd> |
| 784 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
| 785 | +<dd><code>outFormat</code> - Resulting image format (jpeg, bmp, png, tiff). (required)</dd> |
786 | 786 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
787 | 787 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
788 | 788 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -824,7 +824,7 @@ <h4>GetConvertDocumentToImageByUrl</h4> |
824 | 824 | <dl> |
825 | 825 | <dt><span class="paramLabel">Parameters:</span></dt> |
826 | 826 | <dd><code>sourceUrl</code> - Source page URL. (required)</dd> |
827 | | -<dd><code>outFormat</code> - Resulting image format. (required)</dd> |
| 827 | +<dd><code>outFormat</code> - Resulting image format (jpeg, bmp, png, tiff). (required)</dd> |
828 | 828 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
829 | 829 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
830 | 830 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -866,7 +866,7 @@ <h4>GetConvertDocumentToImageByUrlAsync</h4> |
866 | 866 | <dl> |
867 | 867 | <dt><span class="paramLabel">Parameters:</span></dt> |
868 | 868 | <dd><code>sourceUrl</code> - Source page URL. (required)</dd> |
869 | | -<dd><code>outFormat</code> - Resulting image format. (required)</dd> |
| 869 | +<dd><code>outFormat</code> - Resulting image format (jpeg, bmp, png, tiff). (required)</dd> |
870 | 870 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
871 | 871 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
872 | 872 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -904,7 +904,7 @@ <h4>GetConvertDocumentToPdf</h4> |
904 | 904 | <div class="block">Convert the HTML document from the storage by its name to PDF.</div> |
905 | 905 | <dl> |
906 | 906 | <dt><span class="paramLabel">Parameters:</span></dt> |
907 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 907 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
908 | 908 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
909 | 909 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
910 | 910 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -940,7 +940,7 @@ <h4>GetConvertDocumentToPdfAsync</h4> |
940 | 940 | <div class="block">Convert the HTML document from the storage by its name to PDF. (asynchronously)</div> |
941 | 941 | <dl> |
942 | 942 | <dt><span class="paramLabel">Parameters:</span></dt> |
943 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 943 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
944 | 944 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
945 | 945 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
946 | 946 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -1048,7 +1048,7 @@ <h4>GetConvertDocumentToXps</h4> |
1048 | 1048 | <div class="block">Convert the HTML document from the storage by its name to XPS.</div> |
1049 | 1049 | <dl> |
1050 | 1050 | <dt><span class="paramLabel">Parameters:</span></dt> |
1051 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1051 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1052 | 1052 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
1053 | 1053 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
1054 | 1054 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -1084,7 +1084,7 @@ <h4>GetConvertDocumentToXpsAsync</h4> |
1084 | 1084 | <div class="block">Convert the HTML document from the storage by its name to XPS. (asynchronously)</div> |
1085 | 1085 | <dl> |
1086 | 1086 | <dt><span class="paramLabel">Parameters:</span></dt> |
1087 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1087 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1088 | 1088 | <dd><code>width</code> - Resulting image width. (optional)</dd> |
1089 | 1089 | <dd><code>height</code> - Resulting image height. (optional)</dd> |
1090 | 1090 | <dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd> |
@@ -1194,8 +1194,8 @@ <h4>PutConvertDocumentInRequestToImage</h4> |
1194 | 1194 | <dl> |
1195 | 1195 | <dt><span class="paramLabel">Parameters:</span></dt> |
1196 | 1196 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.jpg) (required)</dd> |
1197 | | -<dd><code>outFormat</code> - (required)</dd> |
1198 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1197 | +<dd><code>outFormat</code> - jpeg, png, bmp, tiff (required)</dd> |
| 1198 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1199 | 1199 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1200 | 1200 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1201 | 1201 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1232,8 +1232,8 @@ <h4>PutConvertDocumentInRequestToImageAsync</h4> |
1232 | 1232 | <dl> |
1233 | 1233 | <dt><span class="paramLabel">Parameters:</span></dt> |
1234 | 1234 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.jpg) (required)</dd> |
1235 | | -<dd><code>outFormat</code> - (required)</dd> |
1236 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1235 | +<dd><code>outFormat</code> - jpeg, png, bmp, tiff (required)</dd> |
| 1236 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1237 | 1237 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1238 | 1238 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1239 | 1239 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1268,7 +1268,7 @@ <h4>PutConvertDocumentInRequestToPdf</h4> |
1268 | 1268 | <dl> |
1269 | 1269 | <dt><span class="paramLabel">Parameters:</span></dt> |
1270 | 1270 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd> |
1271 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1271 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1272 | 1272 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1273 | 1273 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1274 | 1274 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1302,7 +1302,7 @@ <h4>PutConvertDocumentInRequestToPdfAsync</h4> |
1302 | 1302 | <dl> |
1303 | 1303 | <dt><span class="paramLabel">Parameters:</span></dt> |
1304 | 1304 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd> |
1305 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1305 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1306 | 1306 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1307 | 1307 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1308 | 1308 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1336,7 +1336,7 @@ <h4>PutConvertDocumentInRequestToXps</h4> |
1336 | 1336 | <dl> |
1337 | 1337 | <dt><span class="paramLabel">Parameters:</span></dt> |
1338 | 1338 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd> |
1339 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1339 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1340 | 1340 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1341 | 1341 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1342 | 1342 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1370,7 +1370,7 @@ <h4>PutConvertDocumentInRequestToXpsAsync</h4> |
1370 | 1370 | <dl> |
1371 | 1371 | <dt><span class="paramLabel">Parameters:</span></dt> |
1372 | 1372 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd> |
1373 | | -<dd><code>file</code> - A file to be converted. (required)</dd> |
| 1373 | +<dd><code>file</code> - A file to be converted (html, epub, svg). (required)</dd> |
1374 | 1374 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1375 | 1375 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1376 | 1376 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1407,9 +1407,9 @@ <h4>PutConvertDocumentToImage</h4> |
1407 | 1407 | <div class="block">Converts the HTML document (located on storage) to the specified image format and uploads resulting file to storage.</div> |
1408 | 1408 | <dl> |
1409 | 1409 | <dt><span class="paramLabel">Parameters:</span></dt> |
1410 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1410 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1411 | 1411 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.jpg) (required)</dd> |
1412 | | -<dd><code>outFormat</code> - (required)</dd> |
| 1412 | +<dd><code>outFormat</code> - jpeg, png, bmp, tiff (required)</dd> |
1413 | 1413 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1414 | 1414 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1415 | 1415 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1449,9 +1449,9 @@ <h4>PutConvertDocumentToImageAsync</h4> |
1449 | 1449 | <div class="block">Converts the HTML document (located on storage) to the specified image format and uploads resulting file to storage. (asynchronously)</div> |
1450 | 1450 | <dl> |
1451 | 1451 | <dt><span class="paramLabel">Parameters:</span></dt> |
1452 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1452 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1453 | 1453 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.jpg) (required)</dd> |
1454 | | -<dd><code>outFormat</code> - (required)</dd> |
| 1454 | +<dd><code>outFormat</code> - jpeg, png, bmp, tiff (required)</dd> |
1455 | 1455 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1456 | 1456 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
1457 | 1457 | <dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd> |
@@ -1489,7 +1489,7 @@ <h4>PutConvertDocumentToPdf</h4> |
1489 | 1489 | <div class="block">Converts the HTML document (located on storage) to PDF and uploads resulting file to storage.</div> |
1490 | 1490 | <dl> |
1491 | 1491 | <dt><span class="paramLabel">Parameters:</span></dt> |
1492 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1492 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1493 | 1493 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd> |
1494 | 1494 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1495 | 1495 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
@@ -1527,7 +1527,7 @@ <h4>PutConvertDocumentToPdfAsync</h4> |
1527 | 1527 | <div class="block">Converts the HTML document (located on storage) to PDF and uploads resulting file to storage. (asynchronously)</div> |
1528 | 1528 | <dl> |
1529 | 1529 | <dt><span class="paramLabel">Parameters:</span></dt> |
1530 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1530 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1531 | 1531 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd> |
1532 | 1532 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1533 | 1533 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
@@ -1565,7 +1565,7 @@ <h4>PutConvertDocumentToXps</h4> |
1565 | 1565 | <div class="block">Converts the HTML document (located on storage) to XPS and uploads resulting file to storage.</div> |
1566 | 1566 | <dl> |
1567 | 1567 | <dt><span class="paramLabel">Parameters:</span></dt> |
1568 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1568 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1569 | 1569 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd> |
1570 | 1570 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1571 | 1571 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
@@ -1603,7 +1603,7 @@ <h4>PutConvertDocumentToXpsAsync</h4> |
1603 | 1603 | <div class="block">Converts the HTML document (located on storage) to XPS and uploads resulting file to storage. (asynchronously)</div> |
1604 | 1604 | <dl> |
1605 | 1605 | <dt><span class="paramLabel">Parameters:</span></dt> |
1606 | | -<dd><code>name</code> - Document name. (required)</dd> |
| 1606 | +<dd><code>name</code> - Document name (html, epub, svg). (required)</dd> |
1607 | 1607 | <dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd> |
1608 | 1608 | <dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd> |
1609 | 1609 | <dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd> |
|
0 commit comments