Skip to content

Commit 3e25b79

Browse files
add epub & svg tests, correct docs
1 parent d84edbe commit 3e25b79

File tree

132 files changed

+4935
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+4935
-317
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ All URIs are relative to *https://api.aspose.cloud/v1.1*
121121

122122

123123
## ConversionApi
124+
- Input format (html, epub, svg)
125+
- Output format for images (jpeg, png, bmp, tiff)
124126

125127
Method | HTTP request | Description
126128
------------- | ------------- | -------------

doc/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:04:08 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:38 EEST 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

doc/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:04:08 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:38 EEST 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

doc/com/aspose/html/api/ConversionApi.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<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 -->
66
<title>ConversionApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>
@@ -739,8 +739,8 @@ <h4>GetConvertDocumentToImage</h4>
739739
<div class="block">Convert the HTML document from the storage by its name to the specified image format.</div>
740740
<dl>
741741
<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>
744744
<dd><code>width</code> - Resulting image width. (optional)</dd>
745745
<dd><code>height</code> - Resulting image height. (optional)</dd>
746746
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -781,8 +781,8 @@ <h4>GetConvertDocumentToImageAsync</h4>
781781
<div class="block">Convert the HTML document from the storage by its name to the specified image format. (asynchronously)</div>
782782
<dl>
783783
<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>
786786
<dd><code>width</code> - Resulting image width. (optional)</dd>
787787
<dd><code>height</code> - Resulting image height. (optional)</dd>
788788
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -824,7 +824,7 @@ <h4>GetConvertDocumentToImageByUrl</h4>
824824
<dl>
825825
<dt><span class="paramLabel">Parameters:</span></dt>
826826
<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>
828828
<dd><code>width</code> - Resulting image width. (optional)</dd>
829829
<dd><code>height</code> - Resulting image height. (optional)</dd>
830830
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -866,7 +866,7 @@ <h4>GetConvertDocumentToImageByUrlAsync</h4>
866866
<dl>
867867
<dt><span class="paramLabel">Parameters:</span></dt>
868868
<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>
870870
<dd><code>width</code> - Resulting image width. (optional)</dd>
871871
<dd><code>height</code> - Resulting image height. (optional)</dd>
872872
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -904,7 +904,7 @@ <h4>GetConvertDocumentToPdf</h4>
904904
<div class="block">Convert the HTML document from the storage by its name to PDF.</div>
905905
<dl>
906906
<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>
908908
<dd><code>width</code> - Resulting image width. (optional)</dd>
909909
<dd><code>height</code> - Resulting image height. (optional)</dd>
910910
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -940,7 +940,7 @@ <h4>GetConvertDocumentToPdfAsync</h4>
940940
<div class="block">Convert the HTML document from the storage by its name to PDF. (asynchronously)</div>
941941
<dl>
942942
<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>
944944
<dd><code>width</code> - Resulting image width. (optional)</dd>
945945
<dd><code>height</code> - Resulting image height. (optional)</dd>
946946
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -1048,7 +1048,7 @@ <h4>GetConvertDocumentToXps</h4>
10481048
<div class="block">Convert the HTML document from the storage by its name to XPS.</div>
10491049
<dl>
10501050
<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>
10521052
<dd><code>width</code> - Resulting image width. (optional)</dd>
10531053
<dd><code>height</code> - Resulting image height. (optional)</dd>
10541054
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -1084,7 +1084,7 @@ <h4>GetConvertDocumentToXpsAsync</h4>
10841084
<div class="block">Convert the HTML document from the storage by its name to XPS. (asynchronously)</div>
10851085
<dl>
10861086
<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>
10881088
<dd><code>width</code> - Resulting image width. (optional)</dd>
10891089
<dd><code>height</code> - Resulting image height. (optional)</dd>
10901090
<dd><code>leftMargin</code> - Left resulting image margin. (optional)</dd>
@@ -1194,8 +1194,8 @@ <h4>PutConvertDocumentInRequestToImage</h4>
11941194
<dl>
11951195
<dt><span class="paramLabel">Parameters:</span></dt>
11961196
<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>
11991199
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
12001200
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
12011201
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1232,8 +1232,8 @@ <h4>PutConvertDocumentInRequestToImageAsync</h4>
12321232
<dl>
12331233
<dt><span class="paramLabel">Parameters:</span></dt>
12341234
<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>
12371237
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
12381238
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
12391239
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1268,7 +1268,7 @@ <h4>PutConvertDocumentInRequestToPdf</h4>
12681268
<dl>
12691269
<dt><span class="paramLabel">Parameters:</span></dt>
12701270
<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>
12721272
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
12731273
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
12741274
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1302,7 +1302,7 @@ <h4>PutConvertDocumentInRequestToPdfAsync</h4>
13021302
<dl>
13031303
<dt><span class="paramLabel">Parameters:</span></dt>
13041304
<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>
13061306
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
13071307
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
13081308
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1336,7 +1336,7 @@ <h4>PutConvertDocumentInRequestToXps</h4>
13361336
<dl>
13371337
<dt><span class="paramLabel">Parameters:</span></dt>
13381338
<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>
13401340
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
13411341
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
13421342
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1370,7 +1370,7 @@ <h4>PutConvertDocumentInRequestToXpsAsync</h4>
13701370
<dl>
13711371
<dt><span class="paramLabel">Parameters:</span></dt>
13721372
<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>
13741374
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
13751375
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
13761376
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1407,9 +1407,9 @@ <h4>PutConvertDocumentToImage</h4>
14071407
<div class="block">Converts the HTML document (located on storage) to the specified image format and uploads resulting file to storage.</div>
14081408
<dl>
14091409
<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>
14111411
<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>
14131413
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
14141414
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
14151415
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1449,9 +1449,9 @@ <h4>PutConvertDocumentToImageAsync</h4>
14491449
<div class="block">Converts the HTML document (located on storage) to the specified image format and uploads resulting file to storage. (asynchronously)</div>
14501450
<dl>
14511451
<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>
14531453
<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>
14551455
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
14561456
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
14571457
<dd><code>leftMargin</code> - Left resulting document page margin in points (1/96 inch). (optional)</dd>
@@ -1489,7 +1489,7 @@ <h4>PutConvertDocumentToPdf</h4>
14891489
<div class="block">Converts the HTML document (located on storage) to PDF and uploads resulting file to storage.</div>
14901490
<dl>
14911491
<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>
14931493
<dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd>
14941494
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
14951495
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
@@ -1527,7 +1527,7 @@ <h4>PutConvertDocumentToPdfAsync</h4>
15271527
<div class="block">Converts the HTML document (located on storage) to PDF and uploads resulting file to storage. (asynchronously)</div>
15281528
<dl>
15291529
<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>
15311531
<dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.pdf) (required)</dd>
15321532
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
15331533
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
@@ -1565,7 +1565,7 @@ <h4>PutConvertDocumentToXps</h4>
15651565
<div class="block">Converts the HTML document (located on storage) to XPS and uploads resulting file to storage.</div>
15661566
<dl>
15671567
<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>
15691569
<dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd>
15701570
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
15711571
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>
@@ -1603,7 +1603,7 @@ <h4>PutConvertDocumentToXpsAsync</h4>
16031603
<div class="block">Converts the HTML document (located on storage) to XPS and uploads resulting file to storage. (asynchronously)</div>
16041604
<dl>
16051605
<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>
16071607
<dd><code>outPath</code> - Full resulting filename (ex. /folder1/folder2/result.xps) (required)</dd>
16081608
<dd><code>width</code> - Resulting document page width in points (1/96 inch). (optional)</dd>
16091609
<dd><code>height</code> - Resulting document page height in points (1/96 inch). (optional)</dd>

doc/com/aspose/html/api/DocumentApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:54 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 -->
66
<title>DocumentApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

doc/com/aspose/html/api/OcrApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:54 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 -->
66
<title>OcrApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

doc/com/aspose/html/api/SummarizationApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:54 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 -->
66
<title>SummarizationApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

doc/com/aspose/html/api/TemplateMergeApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:54 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 -->
66
<title>TemplateMergeApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

doc/com/aspose/html/api/TranslationApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:03:54 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:30 EEST 2019 -->
66
<title>TranslationApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

doc/com/aspose/html/api/class-use/ConversionApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="ru">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 18:04:02 EET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_191) on Tue Apr 16 16:02:35 EEST 2019 -->
66
<title>Uses of Class com.aspose.html.api.ConversionApi</title>
7-
<meta name="date" content="2019-01-31">
7+
<meta name="date" content="2019-04-16">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)