Skip to content

Commit 101bd51

Browse files
committed
Updated latest JAR
18.5.1 version
1 parent dd7ec3d commit 101bd51

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Examples/FirstFile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<style>.st{color: green;}</style><div id=id1>Aspose.Html rendering Text in Black Color</div><div id=id2 class=''st''>Aspose.Html rendering Text in Green Color</div><div id=id3 class=''st'' style='color: blue;'>Aspose.Html rendering Text in Blue Color</div><div id=id3 class=''st'' style='color: red;'>Aspose.Html rendering Text in Red Color</div>
1+
<style>.st{color: green;}</style><div id=id1>Aspose.HTML rendering Text in Black Color</div><div id=id2 class=''st''>Aspose.HTML rendering Text in Green Color</div><div id=id3 class=''st'' style='color: blue;'>Aspose.HTML rendering Text in Blue Color</div><div id=id3 class=''st'' style='color: red;'>Aspose.HTML rendering Text in Red Color</div>

Examples/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
</repository>
2121
</repositories>
2222

23-
<dependencies>
24-
<dependency>
25-
<groupId>com.aspose</groupId>
26-
<artifactId>aspose-html</artifactId>
27-
<version>17.12</version>
28-
29-
</dependency>
23+
<dependencies>
3024
<dependency>
3125
<groupId>javax.media.jai</groupId>
3226
<artifactId>com.springsource.javax.media.jai.core</artifactId>
@@ -37,6 +31,12 @@
3731
<artifactId>ucanaccess</artifactId>
3832
<version>3.0.6</version>
3933
</dependency>
34+
<dependency>
35+
<groupId>com.aspose</groupId>
36+
<artifactId>aspose-html</artifactId>
37+
<version>18.5.1</version>
38+
<type>jar</type>
39+
</dependency>
4040
</dependencies>
4141

4242

Examples/src/main/java/com/aspose/html/examples/conversion/HtmlToXPS.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public static void main(String[] args) throws Exception
2222
"color: green;" +
2323
"}" +
2424
"</style>" +
25-
"<div id=id1>Aspose.Html rendering Text in Black Color</div>" +
26-
"<div id=id2 class=''st''>Aspose.Html rendering Text in Green Color</div>" +
27-
"<div id=id3 class=''st'' style='color: blue;'>Aspose.Html rendering Text in Blue Color</div>" +
28-
"<div id=id3 class=''st'' style='color: red;'>Aspose.Html rendering Text in Red Color</div>";
25+
"<div id=id1>Aspose.HTML rendering Text in Black Color</div>" +
26+
"<div id=id2 class=''st''>Aspose.HTML rendering Text in Green Color</div>" +
27+
"<div id=id3 class=''st'' style='color: blue;'>Aspose.HTML rendering Text in Blue Color</div>" +
28+
"<div id=id3 class=''st'' style='color: red;'>Aspose.HTML rendering Text in Red Color</div>";
2929
try
3030
{ sw.write(style.getBytes());
3131

0 commit comments

Comments
 (0)