DOCX
JPG
PDF
XML
MPP
MPT
Javaを介してMPPをMPTに変換する
Office Automationを使用せずにネイティブJavaライブラリを使用して、MicrosoftVisioMPPをMPTにエクスポートします。
Javaを使用してMPPをMPTに変換する方法
MPPをMPTにレンダリングするために、
機能豊富で強力で使いやすいJavaプラットフォーム用の変換APIであるAPI。最新バージョンはから直接ダウンロードできます
次の構成をpom.xmlに追加して、Mavenベースのプロジェクトにインストールします。
リポジトリ
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
依存
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>version of aspose-tasks API</version>
<classifier>jdk17</classifier>
</dependency>
Javaを介してMPPをMPTに変換する手順
- ProjectクラスでMPPファイルをロードします
- Project.saveメソッドを呼び出します
- 出力ファイルパスとSaveFileFormatをパラメーターとして渡します
変換要件
-MicrosoftWindowsまたはJSP/JSFアプリケーションおよびデスクトップアプリケーション用のJavaランタイム環境と互換性のあるOS。 -Mavenから直接最新バージョンのAspose.TasksforJavaを入手します。
MPPからMPTへのJava変換ソースコード
MPPをMPTに変換する無料アプリ
Convert MPP to MPT right now by visiting our Live Demos website.The live demo has the following benefits
No need to download Aspose API.
No need to write any code.
Just upload your MPP file, it will be converted instantly to MPT.
You will get the download link.