Skip to content

Commit 31416bf

Browse files
Corrections
1 parent ca6c8bd commit 31416bf

File tree

20 files changed

+55
-55
lines changed
  • content/english/java
    • advanced-usage/html5-canvas-manipulation-using-code
    • conversion-html-to-other-formats/convert-html-to-xps
    • conversion-html-to-various-image-formats
    • converting-epub-to-pdf
    • converting-epub-to-xps
      • convert-epub-to-xps
      • convert-epub-to-xps-specify-custom-stream-provider
      • convert-epub-to-xps-specify-xps-save-options
    • converting-html-to-various-image-formats

20 files changed

+55
-55
lines changed

content/english/java/advanced-usage/html5-canvas-manipulation-using-code/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before diving into this tutorial, there are a few prerequisites you should have
1515

1616
- Java Environment: Ensure that you have Java installed on your system. You can download Java from [here](https://www.java.com/download/).
1717

18-
- Aspose.HTML for Java: Make sure you have the Aspose.HTML for Java library installed. You can download it from the official [download page](https://releases.aspose.com/html/java/).
18+
- Aspose.HTML for Java: Make sure you have the Aspose.HTML for Java library installed. You can download it from the [download page](https://releases.aspose.com/html/java/).
1919

2020
- IDE: You can use any Integrated Development Environment (IDE) of your choice. Eclipse, IntelliJ IDEA, or any other Java IDE would work fine.
2121

@@ -149,7 +149,7 @@ A2: Yes, you can download a free trial version from [here](https://releases.aspo
149149

150150
### Q3: Where can I find documentation and support for Aspose.HTML for Java?
151151

152-
A3: You can access the official documentation at [https://reference.aspose.com/html/java/](https://reference.aspose.com/html/java/). For support and discussions, visit the [Aspose forums](https://forum.aspose.com/).
152+
A3: You can access the documentation at [https://reference.aspose.com/html/java/](https://reference.aspose.com/html/java/). For support and discussions, visit the [Aspose forums](https://forum.aspose.com/).
153153

154154
### Q4: Can I use Aspose.HTML for Java with other programming languages?
155155

content/english/java/conversion-html-to-other-formats/convert-html-to-xps/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ import com.aspose.html.drawing.Color;
3434
import com.aspose.html.converters.Converter;
3535
```
3636

37-
### Step 1: Load the HTML Document
37+
## Load the HTML Document
3838

3939
To convert an HTML document to XPS, you first need to load the HTML document. This is achieved using the `HTMLDocument` class.
4040

4141
```java
4242
HTMLDocument htmlDocument = new HTMLDocument("path/to/your/input.html");
4343
```
4444

45-
### Step 2: Initialize XpsSaveOptions
45+
## Initialize XpsSaveOptions
4646

4747
Set the XPS conversion options. You can customize various settings like background color, page size, and more.
4848

@@ -51,15 +51,15 @@ XpsSaveOptions options = new XpsSaveOptions();
5151
options.setBackgroundColor(Color.getCyan());
5252
```
5353

54-
### Step 3: Define the Output File Path
54+
## Define the Output File Path
5555

5656
Specify the path where the converted XPS file will be saved.
5757

5858
```java
5959
String outputFile = "path/to/your/output.xps";
6060
```
6161

62-
### Step 4: Perform the Conversion
62+
## Perform the Conversion
6363

6464
Now, perform the conversion from HTML to XPS using Aspose.HTML's `Converter` class.
6565

content/english/java/conversion-html-to-various-image-formats/convert-html-to-bmp/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ A3: Yes, Aspose.HTML for Java supports the conversion of HTML documents to vario
9393

9494
### 4: Are there any limitations when using Aspose.HTML for Java?
9595

96-
A4: As with any software library, there might be some limitations and system requirements. It's essential to check the official documentation for specific details and updates.
96+
A4: As with any software library, there might be some limitations and system requirements. It's essential to check the documentation for specific details and updates.
9797

9898
### Q5: Where can I find more resources and documentation for Aspose.HTML for Java?
9999

100-
A5: You can find detailed documentation and additional resources on the official Aspose.HTML for Java [documentation page](https://reference.aspose.com/html/java/).
100+
A5: You can find detailed documentation and additional resources on the Aspose.HTML for Java [documentation page](https://reference.aspose.com/html/java/).

content/english/java/conversion-html-to-various-image-formats/convert-html-to-gif/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Converter.convertHTML(htmlDocument, options, outputFile);
8080

8181
In this tutorial, we've covered the step-by-step process of converting HTML to GIF using Aspose.HTML for Java. With the right prerequisites and the provided code examples, you can seamlessly integrate this functionality into your Java applications. Aspose.HTML is a powerful tool that simplifies HTML conversion tasks.
8282

83-
For more details and advanced usage, please refer to the [official documentation](https://reference.aspose.com/html/java/).
83+
For more details and advanced usage, please refer to the [documentation](https://reference.aspose.com/html/java/).
8484

8585
## FAQ's
8686

content/english/java/converting-epub-to-pdf/convert-epub-to-bmp/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In the digital age, content transformation and conversion are essential tasks fo
1616

1717
Before you get started with the EPUB to BMP conversion using Aspose.HTML for Java, make sure you have the following prerequisites in place:
1818

19-
1. Java Development Environment: Ensure that you have a Java development environment set up on your system. You can download and install the latest version of Java from [Oracle's official website](https://www.oracle.com/java/technologies/javase-downloads.html).
19+
1. Java Development Environment: Ensure that you have a Java development environment set up on your system. You can download and install the latest version of Java from [Oracle's website](https://www.oracle.com/java/technologies/javase-downloads.html).
2020

21-
2. Aspose.HTML for Java: You need to have Aspose.HTML for Java library installed. You can download it from the [official Aspose.HTML for Java download page](https://releases.aspose.com/html/java/).
21+
2. Aspose.HTML for Java: You need to have Aspose.HTML for Java library installed. You can download it from the [Aspose.HTML for Java download page](https://releases.aspose.com/html/java/).
2222

2323
3. EPUB File: Have an EPUB file that you want to convert to BMP. You can use any EPUB file, or you can download a sample EPUB file for testing.
2424

@@ -76,7 +76,7 @@ Converting EPUB to BMP format is a valuable skill when working with digital cont
7676
## Frequently Asked Questions
7777

7878
### Is Aspose.HTML for Java a free library?
79-
No, Aspose.HTML for Java is not free. You can obtain a license or a temporary license for your development needs from [Aspose's official website](https://purchase.aspose.com/buy) or [temporary license page](https://purchase.aspose.com/temporary-license/).
79+
No, Aspose.HTML for Java is not free. You can obtain a license or a temporary license for your development needs from [Aspose's website](https://purchase.aspose.com/buy) or [temporary license page](https://purchase.aspose.com/temporary-license/).
8080

8181
### Can I convert other formats to BMP using Aspose.HTML for Java?
8282
Aspose.HTML for Java primarily focuses on HTML and EPUB conversions. However, you can explore additional Aspose libraries for converting various formats.
@@ -88,5 +88,5 @@ Aspose.HTML for Java provides a reliable BMP conversion process. However, perfor
8888
If you encounter any issues or need assistance, you can visit the [Aspose support forum](https://forum.aspose.com/) for help.
8989

9090
### What other formats does Aspose.HTML for Java support for conversion?
91-
Aspose.HTML for Java supports various formats, including PDF, XPS, and many image formats. You can explore the official documentation [here](https://reference.aspose.com/html/java/) for more details.
91+
Aspose.HTML for Java supports various formats, including PDF, XPS, and many image formats. You can explore the documentation [here](https://reference.aspose.com/html/java/) for more details.
9292

content/english/java/converting-epub-to-pdf/convert-epub-to-image-specify-custom-stream-provider/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Are you ready to harness the power of Aspose.HTML for Java? This comprehensive g
1414

1515
Before we dive into using Aspose.HTML for Java, there are a few things you need to have in place:
1616

17-
1. Java Development Environment: Ensure that you have Java properly installed on your system. You can download Java from the official website.
17+
1. Java Development Environment: Ensure that you have Java properly installed on your system. You can download Java from the website.
1818

1919
2. Aspose.HTML for Java Library: You'll need to obtain the Aspose.HTML for Java library. You can find it [here](https://releases.aspose.com/html/java/).
2020

21-
3. Aspose.HTML Documentation: The official documentation for Aspose.HTML for Java can be found [here](https://reference.aspose.com/html/java/).
21+
3. Aspose.HTML Documentation: The documentation for Aspose.HTML for Java can be found [here](https://reference.aspose.com/html/java/).
2222

2323
4. IDE (Integrated Development Environment): You can choose any Java-compatible IDE like Eclipse or IntelliJ IDEA.
2424

@@ -92,9 +92,9 @@ Congratulations! You've successfully learned how to use Aspose.HTML for Java to
9292

9393
Aspose.HTML for Java is a library that allows Java developers to work with HTML, EPUB, and other web-related formats.
9494

95-
### 2. Where can I find the official documentation for Aspose.HTML for Java?
95+
### 2. Where can I find the documentation for Aspose.HTML for Java?
9696

97-
You can find the official documentation [here](https://reference.aspose.com/html/java/).
97+
You can find the documentation [here](https://reference.aspose.com/html/java/).
9898

9999
### 3. Is there a free trial available?
100100

content/english/java/converting-epub-to-pdf/convert-epub-to-image-specify-image-save-options/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Have questions or need assistance? Feel free to reach out to the [Aspose.HTML co
9191

9292
### 1. Where can I find the Aspose.HTML for Java documentation?
9393

94-
You can access the official documentation [here](https://reference.aspose.com/html/java/). It provides comprehensive information and examples to help you get started.
94+
You can access the documentation [here](https://reference.aspose.com/html/java/). It provides comprehensive information and examples to help you get started.
9595

9696
### 2. Is there a free trial version of Aspose.HTML for Java available?
9797

content/english/java/converting-epub-to-pdf/convert-epub-to-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before we dive into the conversion process, here are the prerequisites you need
1818

1919
1. Java Development Environment: You should have Java Development Kit (JDK) installed on your computer.
2020

21-
2. Aspose.HTML for Java Library: Download and install Aspose.HTML for Java from [the official website](https://releases.aspose.com/html/java/).
21+
2. Aspose.HTML for Java Library: Download and install Aspose.HTML for Java from [the website](https://releases.aspose.com/html/java/).
2222

2323
3. EPUB File: You'll need an EPUB file that you want to convert to an image. Ensure that it's accessible on your system.
2424

content/english/java/converting-epub-to-pdf/convert-epub-to-pdf-specify-custom-stream-provider/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Before we embark on our journey of converting EPUB to PDF using Aspose.HTML, the
1616

1717
### 1. Java Development Environment
1818

19-
To work with Aspose.HTML in Java, you need a functional Java development environment. Ensure you have Java Development Kit (JDK) installed on your system. You can download it from [Oracle's official website](https://www.oracle.com/java/technologies/javase-downloads.html).
19+
To work with Aspose.HTML in Java, you need a functional Java development environment. Ensure you have Java Development Kit (JDK) installed on your system. You can download it from [Oracle's website](https://www.oracle.com/java/technologies/javase-downloads.html).
2020

2121
### 2. Aspose.HTML Library
2222

23-
You must obtain the Aspose.HTML library for Java. You can download it from the official Aspose website's [download page](https://releases.aspose.com/html/java/).
23+
You must obtain the Aspose.HTML library for Java. You can download it from the Aspose website's [download page](https://releases.aspose.com/html/java/).
2424

2525
### 3. Sample EPUB File
2626

@@ -134,7 +134,7 @@ Yes, Aspose.HTML offers various licensing options, including temporary licenses.
134134
135135
### 4. Does Aspose.HTML provide documentation for further assistance?
136136
137-
Absolutely! You can find comprehensive documentation and resources for Aspose.HTML on their [official documentation page](https://reference.aspose.com/html/java/).
137+
Absolutely! You can find comprehensive documentation and resources for Aspose.HTML on their [documentation page](https://reference.aspose.com/html/java/).
138138
139139
### 5. What other document formats can Aspose.HTML handle?
140140

content/english/java/converting-epub-to-pdf/convert-epub-to-pdf-specify-pdf-save-options/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before we begin, ensure that you have the following prerequisites in place:
1818

1919
- Java Development Environment: You must have a Java development environment set up on your system.
2020

21-
- Aspose.HTML for Java: Download and install the Aspose.HTML for Java library. You can find the library and related documentation on the [official website](https://releases.aspose.com/html/java/).
21+
- Aspose.HTML for Java: Download and install the Aspose.HTML for Java library. You can find the library and related documentation on the [website](https://releases.aspose.com/html/java/).
2222

2323
- EPUB File: You'll need an EPUB file that you want to convert to PDF.
2424

@@ -98,7 +98,7 @@ In this tutorial, we've learned how to use Aspose.HTML for Java to convert EPUB
9898
## Frequently Asked Questions (FAQs)
9999

100100
### Is Aspose.HTML for Java a free library?
101-
Aspose.HTML for Java is a commercial library, but you can obtain a free trial version from their [official website](https://releases.aspose.com/).
101+
Aspose.HTML for Java is a commercial library, but you can obtain a free trial version from their [website](https://releases.aspose.com/).
102102

103103
### What EPUB formats are supported for conversion?
104104
Aspose.HTML for Java supports the conversion of various EPUB formats, ensuring compatibility with most EPUB documents.

content/english/java/converting-epub-to-pdf/convert-epub-to-pdf/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In the realm of web development, ensuring the presentation of your content is to
1515

1616
Before we dive into the technical details of converting EPUB to PDF using Aspose.HTML for Java, you need to ensure that you have the following prerequisites in place:
1717

18-
1. Java Development Environment: Make sure you have a Java development environment set up on your system. If not, you can download and install the Java Development Kit (JDK) from the official Oracle website.
18+
1. Java Development Environment: Make sure you have a Java development environment set up on your system. If not, you can download and install the Java Development Kit (JDK) from the Oracle website.
1919

2020
2. Aspose.HTML for Java: You'll need to download and install the Aspose.HTML for Java library. You can find the download link [here](https://releases.aspose.com/html/java/).
2121

content/english/java/converting-epub-to-pdf/convert-epub-to-png/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In today's digital age, the need to convert various file formats is quite common
1414

1515
Before we begin, there are a few prerequisites you need to have in place:
1616

17-
1. Java Development Environment: Ensure you have Java installed on your system. You can download and install Java from the official website: [Java Downloads](https://www.oracle.com/java/technologies/javase-downloads.html).
17+
1. Java Development Environment: Ensure you have Java installed on your system. You can download and install Java from the website: [Java Downloads](https://www.oracle.com/java/technologies/javase-downloads.html).
1818

1919
2. Aspose.HTML for Java: You must have the Aspose.HTML for Java library. You can download it from [Aspose.HTML for Java](https://releases.aspose.com/html/java/).
2020

@@ -77,7 +77,7 @@ In this guide, we've learned how to convert EPUB to PNG using Aspose.HTML for Ja
7777
Aspose.HTML for Java is not free, but you can explore a free trial version [here](https://releases.aspose.com/) to get a feel for its capabilities.
7878
7979
### Where can I find the documentation for Aspose.HTML for Java?
80-
The official documentation can be found [here](https://reference.aspose.com/html/java/). It's a valuable resource for understanding the library's features and functionality.
80+
The documentation can be found [here](https://reference.aspose.com/html/java/). It's a valuable resource for understanding the library's features and functionality.
8181
8282
### How can I obtain a temporary license for Aspose.HTML for Java?
8383
If you need a temporary license, you can visit [this link](https://purchase.aspose.com/temporary-license/) to request one.
@@ -86,4 +86,4 @@ In this guide, we've learned how to convert EPUB to PNG using Aspose.HTML for Ja
8686
The Aspose.HTML for Java community forum is a great place to seek support and guidance. You can access it [here](https://forum.aspose.com/).
8787
8888
### What other file formats can Aspose.HTML for Java handle?
89-
Aspose.HTML for Java supports a wide range of file formats for conversion and manipulation, including HTML, PDF, and more. Check the official documentation for a comprehensive list of supported formats.
89+
Aspose.HTML for Java supports a wide range of file formats for conversion and manipulation, including HTML, PDF, and more. Check the documentation for a comprehensive list of supported formats.

content/english/java/converting-epub-to-pdf/convert-epub-to-tiff/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In the realm of document conversion, the EPUB to TIFF conversion stands as a val
1616

1717
Before you embark on the journey of EPUB to TIFF conversion using Aspose.HTML for Java, you need to ensure that you have the following prerequisites in place:
1818

19-
1. Java Development Environment: You should have a working Java development environment on your system. If not, you can download and install Java Development Kit (JDK) from the official Oracle website.
19+
1. Java Development Environment: You should have a working Java development environment on your system. If not, you can download and install Java Development Kit (JDK) from the Oracle website.
2020

21-
2. Aspose.HTML for Java Library: Obtain the Aspose.HTML for Java library from the official website or through the provided download link: [Aspose.HTML for Java](https://releases.aspose.com/html/java/).
21+
2. Aspose.HTML for Java Library: Obtain the Aspose.HTML for Java library from the website or through the provided download link: [Aspose.HTML for Java](https://releases.aspose.com/html/java/).
2222

2323
3. Input EPUB File: You must have the EPUB file that you wish to convert to TIFF. Make sure it is accessible in your system.
2424

@@ -76,12 +76,12 @@ Ensure you add exception handling code to catch any errors that might occur duri
7676

7777
In this comprehensive guide, we've walked you through the process of converting EPUB to TIFF using Aspose.HTML for Java. With the right prerequisites in place and by following the step-by-step instructions, you can seamlessly transform your EPUB documents into high-quality TIFF images, opening up new possibilities for your document management needs.
7878

79-
For further assistance and to explore more features of Aspose.HTML for Java, you can refer to the [official documentation](https://reference.aspose.com/html/java/) or download the library from [here](https://releases.aspose.com/html/java/).
79+
For further assistance and to explore more features of Aspose.HTML for Java, you can refer to the [documentation](https://reference.aspose.com/html/java/) or download the library from [here](https://releases.aspose.com/html/java/).
8080

8181
## Frequently Asked Questions (FAQs)
8282

8383
### Is Aspose.HTML for Java free to use?
84-
Aspose.HTML for Java is a commercial library. You can obtain a temporary license for evaluation or purchase a full license from the official website.
84+
Aspose.HTML for Java is a commercial library. You can obtain a temporary license for evaluation or purchase a full license from the website.
8585

8686
### Can I convert multiple EPUB files to TIFF in a single run?
8787
Yes, you can batch convert EPUB files to TIFF by iterating through your files and applying the conversion process for each one.
@@ -93,5 +93,5 @@ For further assistance and to explore more features of Aspose.HTML for Java, you
9393
Yes, Aspose.HTML for Java is compatible with various Java libraries and can be integrated into your Java applications and projects.
9494

9595
### Where can I find community support for Aspose.HTML for Java?
96-
You can join the Aspose community on their [official forum](https://forum.aspose.com/) to ask questions, share your experiences, and get assistance from other users and the Aspose team.
96+
You can join the Aspose community on their [forum](https://forum.aspose.com/) to ask questions, share your experiences, and get assistance from other users and the Aspose team.
9797

0 commit comments

Comments
 (0)