Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions java-file-formats/word-library/Installation/Installation-errors.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: post
title: Installation Errors in FileFormats - Syncfusion
description: Learn here about the common installation errors and solution to those errors in Syncfusion FileFormats Components installation.
description: Learn here about the common installation errors and solutions to those errors in Syncfusion FileFormats Components installation.
platform: java-file-formats
control: Installation and Deployment
documentation: ug
documentation: UG

---

Expand Down Expand Up @@ -33,7 +33,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer.

### Suggested solution

Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article.
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://www.syncfusion.com/kb/2326) article.


## License has expired
Expand Down Expand Up @@ -77,9 +77,9 @@ You can choose from the options listed below.

The following are possible causes of this error:

* When your trial period expired
* When you don't have a license or an active trial
* You are not the license holder of your license
* Your trial period has expired.
* You do not have a license or an active trial.
* You are not the license holder for your organization's license.
* Your account administrator has not yet assigned you a license.

### Suggested solution
Expand All @@ -88,8 +88,8 @@ You can choose from the options listed below.

1. You can get a new license [here](https://www.syncfusion.com/sales/products).
2. Contact your account administrator.
3. Send an email to <clientrelations@syncfusion.com> to request a license.
4. You can reach out to our sales team by emailing <salessupport@syncfusion.com>.
3. Send an email to <clientrelations@syncfusion.com> to request a license.
4. You can reach out to our sales team by emailing <salessupport@syncfusion.com>.

## Unable to install because of another installation

Expand All @@ -105,7 +105,7 @@ You are trying to install when another installation is already running in your m

### Suggested solution

Open and kill the msiexec process in the task manager and then continue to install Syncfusion<sup style="font-size:70%">&reg;</sup>. If the problem is still present, restart the computer and try Syncfusion<sup style="font-size:70%">&reg;</sup> installer.
Open the Task Manager and end the msiexec process, then continue to install Syncfusion<sup style="font-size:70%">&reg;</sup>. If the problem is still present, restart the computer and try the Syncfusion<sup style="font-size:70%">&reg;</sup> installer again.

1. Open the Windows Task Manager.

Expand Down Expand Up @@ -141,7 +141,7 @@ You have enabled controlled folder access settings on your computer.

1. We will ship our demos in the public documents folder by default.
2. You have controlled folder access enabled on your machine, so our demos cannot be installed in the documents folder. If you need to install our demos in the Documents folder, follow the steps in this [link](https://support.microsoft.com/en-us/windows/allow-an-app-to-access-controlled-folders-b5b6627a-b008-2ca2-7931-7e51e912b034) and disable the controlled folder access.
3. You can enable this option after the installing our Syncfusion<sup style="font-size:70%">&reg;</sup> setup.
3. You can enable this option after installing our Syncfusion<sup style="font-size:70%">&reg;</sup> setup.

**Suggestion 2:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: UG

# Available Syncfusion<sup style="font-size:70%">&reg;</sup> Java packages

Below are the Java packages available in syncfusion<sup style="font-size:70%">&reg;</sup>.
Below are the Java packages available in Syncfusion<sup style="font-size:70%">&reg;</sup>.

<table>
<thead>
Expand All @@ -25,10 +25,10 @@ This jar contains the core features needed for creating, reading, and editing a
<tr>
<td>
syncfusion-javahelper<br/><br/></td><td>
This jar contains common functionalities required for the syncfusion<sup style="font-size:70%">&reg;</sup> file format libraries.<br/><br/></td></tr>
This jar contains common functionalities required for the Syncfusion<sup style="font-size:70%">&reg;</sup> file format libraries.<br/><br/></td></tr>
<tr>
<td>
syncfusion-ej2-wordprocessor<br/><br/></td><td>
This jar used for converting Word documents into Syncfusion<sup style="font-size:70%">&reg;</sup> Document Text (*.SFDT) format documents.<br/><br/></td></tr>
This jar is used for converting Word documents into Syncfusion<sup style="font-size:70%">&reg;</sup> Document Text (*.SFDT) format documents.<br/><br/></td></tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: UG

You can easily download the Syncfusion<sup style="font-size:70%">&reg;</sup> packages for Java using the [maven repository](https://jars.syncfusion.com/).

The following command shows how to mention the repository in Apache Maven.
The following snippet shows how to add the repository in the `pom.xml` of your Apache Maven project.

{% tabs %}

Expand All @@ -23,7 +23,7 @@ The following command shows how to mention the repository in Apache Maven.

{% endtabs %}

The following command shows how to refer to the Syncfusion<sup style="font-size:70%">&reg;</sup> package, which needs to be used in your project as the dependency.
The following snippet shows how to add the Syncfusion<sup style="font-size:70%">&reg;</sup> package, which needs to be used in your project as the dependency in the `pom.xml` file.

{% tabs %}

Expand All @@ -36,3 +36,5 @@ The following command shows how to refer to the Syncfusion<sup style="font-size:
{% endhighlight %}

{% endtabs %}

N> The version `18.4.0.30` shown above is for illustration only. Replace it with the [latest Syncfusion<sup style="font-size:70%">&reg;</sup> Java package version](https://jars.syncfusion.com/) available for your license.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ platform: java-file-formats
control: general
documentation: UG
---
# Configure Gradle to download Syncfusion<sup>&reg;</sup> Java packages
# Configure to download Syncfusion<sup style="font-size:70%">&reg;</sup> Java packages from Gradle

You can easily download the Syncfusion<sup style="font-size:70%">&reg;</sup> packages for Java using the [maven repository](https://jars.syncfusion.com/).

The following command shows how to mention the repository in Gradle.
The following snippet shows how to add the repository in the `build.gradle` file of your Gradle project.

{% tabs %}
{% highlight groovy tabtitle="Gradle" %}
Expand All @@ -22,7 +22,7 @@ repositories {
{% endhighlight %}
{% endtabs %}

The following command shows how to refer to the Syncfusion<sup style="font-size:70%">&reg;</sup> package in Gradle, which needs to be used in your project as the dependency.
The following snippet shows how to add the Syncfusion<sup style="font-size:70%">&reg;</sup> package in the `build.gradle` file, which needs to be used in your project as the dependency.

{% tabs %}
{% highlight groovy tabtitle="Gradle" %}
Expand All @@ -31,3 +31,5 @@ dependencies {
}
{% endhighlight %}
{% endtabs %}

N> The version `18.4.0.30` shown above is for illustration only. Replace it with the [latest Syncfusion<sup style="font-size:70%">&reg;</sup> Java package version](https://jars.syncfusion.com/) available for your license.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Downloading Syncfusion FileFormats offline installer - Syncfusion
description: Learn here about how to download the Syncfusion FileFormats offline installer from our Syncfusion website with license.
platform: java-file-formats
control: Installation and Deployment
documentation: ug
documentation: UG

---

Expand All @@ -15,6 +15,8 @@ documentation: ug
- Trial Installer
- Licensed Installer

The following sections describe how to download each of these.


## Download the Trial Version

Expand All @@ -25,14 +27,14 @@ Our 30-day trial can be downloaded in two ways.

### Download Free Trial Setup

1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the FileFormats platform.
2. After completing the required form or logging in with your registered Syncfusion<sup style="font-size:70%">&reg;</sup> account, you can download the FileFormats trial installer from the confirmation page. (as shown in below screenshot.)
1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and selecting the FileFormats platform.
2. After completing the required form or logging in with your registered Syncfusion<sup style="font-size:70%">&reg;</sup> account, you can download the FileFormats trial installer from the confirmation page (as shown in the screenshot below).

![Trial and downloads of Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup>](images/trial-confirmation.png)

3. With a trial license, only the latest version’s trial installer can be downloaded.
4. After downloading, the Syncfusion<sup style="font-size:70%">&reg;</sup> FileFormats trial installer can be unlocked using either the trial unlock key or the Syncfusion<sup style="font-size:70%">&reg;</sup> registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
5. Before the trial expires, you can download the trial installer at any time from your registered accounts [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
5. Before the trial expires, you can download the trial installer at any time from your registered account's [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in the screenshot below).

![Trial and downloads of Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup>](images/trial-download.png)

Expand All @@ -46,12 +48,12 @@ Our 30-day trial can be downloaded in two ways.

![Trial and downloads of Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup>](images/start-trial-download.png)

2. To access this page, you must sign up\log in with your Syncfusion<sup style="font-size:70%">&reg;</sup> account.
2. To access this page, you must sign up/log in with your Syncfusion<sup style="font-size:70%">&reg;</sup> account.
3. Begin your trial by selecting the FileFormats product.

N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.

4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/document-processing/licensing/how-to-generate) here at any time before the trial period expires. (as shown in below screenshot.)
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/document-processing/licensing/how-to-generate) here at any time before the trial period expires (as shown in the screenshot below).

![License and downloads of Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup>](images/start-trial-download-installer.png)

Expand All @@ -65,7 +67,7 @@ Our 30-day trial can be downloaded in two ways.
3. Click the Download (element 1 in the screenshot below) button to download the respective product’s installer.
4. The most recent version of the installer will be downloaded from this page.
5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/downloads/studio) (element 2 in the screenshot below).
6. You can download other platform\add-on installers by going to More Downloads Options (element 3 in the screenshot below).
6. You can download other platform/add-on installers by going to More Downloads Options (element 3 in the screenshot below).

![License and downloads of Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup>](images/license-download.png)

Expand Down
Loading