Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Уверете се, че машината ви отговаря на Системни изисквания Преди да започнеш.
Тази статия обяснява как да инсталирате Aspose.Words вместо Java на компютъра ти.
Домакин на всичко Java APIре Maven хранилище на данни. Можете лесно да използвате Aspose.Words вместо Java API директно в Maven Проекти с прости конфигурации:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://releases.aspose.com/java/repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.11</version>
<classifier>jdk17</classifier>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.11</version>
<classifier>javadoc</classifier>
</dependency>
</dependencies>
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.