Skip to content

Add the trade mark symbol in essential studio and syncfusion term #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
10 changes: 5 additions & 5 deletions java-file-formats/Installation/Installation-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This article describes the most common installation errors, as well as the cause

### Problem

**Error Message:** Sorry, the provided unlock key is a trial unlock key and cannot be used to unlock the licensed version of our Essential Studio for FileFormats installer.
**Error Message:** Sorry, the provided unlock key is a trial unlock key and cannot be used to unlock the licensed version of our Essential Studio<sup style="font-size:70%">&reg;</sup> for FileFormats installer.

![Alert Message](Errors/Installation_Errors_img1.png)

Expand All @@ -40,7 +40,7 @@ Only a licensed unlock key can unlock a licensed installer. So, to unlock the Li

### Problem

**Error Message:** Your license for Syncfusion Essential Studio for FileFormats has been expired since {date}. Please renew your subscription and try again.
**Error Message:** Your license for Syncfusion<sup style="font-size:70%">&reg;</sup> Essential Studio<sup style="font-size:70%">&reg;</sup> for FileFormats has been expired since {date}. Please renew your subscription and try again.

**Online Installer**

Expand All @@ -63,7 +63,7 @@ You can choose from the options listed below.

### Problem

**Error Message:** Sorry, we are unable to find a valid license or trial for Essential Studio for FileFormats under your account.
**Error Message:** Sorry, we are unable to find a valid license or trial for Essential Studio<sup style="font-size:70%">&reg;</sup> for FileFormats under your account.

<em>**Offline installer**</em>

Expand Down Expand Up @@ -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. If the problem is still present, restart the computer and try Syncfusion installer.
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.

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 setup.
3. You can enable this option after the 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 @@ -6,9 +6,9 @@ control: general
documentation: UG
---

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

Below are the Java packages available in syncfusion.
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 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 Document Text (*.SFDT) format documents.<br/><br/></td></tr>
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>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ platform: java-file-formats
control: general
documentation: UG
---
# Configure to download Syncfusion Java packages from Apache Maven
# Configure to download Syncfusion<sup style="font-size:70%">&reg;</sup> Java packages from Apache Maven

You can easily download the Syncfusion packages for Java using the [maven repository](https://jars.syncfusion.com/).
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.

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 package, which needs to be used in your project as the dependency.
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.

{% tabs %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ platform: java-file-formats
control: general
documentation: UG
---
# Configure to download Syncfusion Java packages from Gradle
# Configure to download Syncfusion<sup style="font-size:70%">&reg;</sup> Java packages from Gradle

You can easily download the Syncfusion packages for Java using the [maven repository](https://jars.syncfusion.com/).
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.

Expand All @@ -16,15 +16,15 @@ The following command shows how to mention the repository in Gradle.
<td>
repositories&nbsp;{<br />
&nbsp;&nbsp;&nbsp;maven&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:green;font-size:13px;font-style:italic">&nbsp;&nbsp;//Syncfusion maven repository to download the artifacts</span>.<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:green;font-size:13px;font-style:italic">&nbsp;&nbsp;//Syncfusion<sup style="font-size:70%">&reg;</sup> maven repository to download the artifacts</span>.<br />
&nbsp;&nbsp;&nbsp;&nbsp;url "https://jars.syncfusion.com/repository/maven-public/"<br />
}<br />
}
</td>
</tr>
</table>

The following command shows how to refer to the Syncfusion package in Gradle, which needs to be used in your project as the dependency.
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.

<table>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ documentation: ug

---

# Downloading Syncfusion FileFormats offline installer
# Downloading Syncfusion<sup style="font-size:70%">&reg;</sup> FileFormats offline installer

[DocIO](https://www.syncfusion.com/word-framework/net),[PDF](https://www.syncfusion.com/pdf-framework/net),[Presentation](https://www.syncfusion.com/powerpoint-framework/net), and [XlsIO](https://www.syncfusion.com/excel-framework/net) controls will be included in the Syncfusion FileFormats installer. You can either download the licensed installer or try our trial installer depending on your license.
[DocIO](https://www.syncfusion.com/word-framework/net),[PDF](https://www.syncfusion.com/pdf-framework/net),[Presentation](https://www.syncfusion.com/powerpoint-framework/net), and [XlsIO](https://www.syncfusion.com/excel-framework/net) controls will be included in the Syncfusion<sup style="font-size:70%">&reg;</sup> FileFormats installer. You can either download the licensed installer or try our trial installer depending on your license.

- Trial Installer
- Licensed Installer
Expand All @@ -26,17 +26,17 @@ 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 account, you can download the FileFormats trial installer from the confirmation page. (as shown in below screenshot.)
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.)

![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png)

3. With a trial license, only the latest version’s trial installer can be downloaded.
4. After downloading, the Syncfusion FileFormats trial installer can be unlocked using either the trial unlock key or the Syncfusion 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.
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 account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)

![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png)

6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio FileFormats Offline trial installer which is available in EXE and ZIP format.
6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio<sup style="font-size:70%">&reg;</sup> FileFormats Offline trial installer which is available in EXE and ZIP format.

![License and downloads of Syncfusion Essential Studio](images/start-trial-download-offline-installer.png)

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

![Trial and downloads of Syncfusion Essential Studio](images/start-trial-download.png)

2. To access this page, you must sign up\log in with your Syncfusion 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.
Expand All @@ -60,7 +60,7 @@ Our 30-day trial can be downloaded in two ways.

## Download the License Version

1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
1. Syncfusion<sup style="font-size:70%">&reg;</sup> licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion<sup style="font-size:70%">&reg;</sup> account.
2. You can view all the licenses (both active and expired) associated with your account.
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.
Expand Down
Loading