DOCX
JPG
PDF
XML
MPT
MPP
Javaを介してMPTをMPPに変換する
Office Automationを使用せずにネイティブJavaライブラリを使用して、MicrosoftVisioMPTをMPPにエクスポートします。
Javaを使用してMPTをMPPに変換する方法
MPTをMPPにレンダリングするために、
機能豊富で強力で使いやすい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を介してMPTをMPPに変換する手順
- ProjectクラスでMPTファイルをロードします
- Project.saveメソッドを呼び出します
- 出力ファイルパスとSaveFileFormatをパラメーターとして渡します
変換要件
-MicrosoftWindowsまたはJSP/JSFアプリケーションおよびデスクトップアプリケーション用のJavaランタイム環境と互換性のあるOS。 -Mavenから直接最新バージョンのAspose.TasksforJavaを入手します。
MPTからMPPへのJava変換ソースコード
MPTをMPPに変換する無料アプリ
Convert MPT to MPP 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 MPT file, it will be converted instantly to MPP.
You will get the download link.