DOCX JPG PDF XML MPP
  Product Family
SVG

Javaを介してMPPをSVGに変換する

Office Automationを使用せずにネイティブJavaライブラリを使用して、MicrosoftVisioMPPをSVGにエクスポートします。

Javaを使用してMPPをSVGに変換する方法

MPPをSVGにレンダリングするために、

Aspose.Tasks for Java

機能豊富で強力で使いやすいJavaプラットフォーム用の変換APIであるAPI。最新バージョンはから直接ダウンロードできます

Maven

次の構成を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をSVGに変換する手順

  1. ProjectクラスでMPPファイルをロードします
  2. Project.saveメソッドを呼び出します
  3. 出力ファイルパスとSaveFileFormatをパラメーターとして渡します

変換要件

-MicrosoftWindowsまたはJSP/JSFアプリケーションおよびデスクトップアプリケーション用のJavaランタイム環境と互換性のあるOS。 -Mavenから直接最新バージョンのAspose.TasksforJavaを入手します。

 

MPPからSVGへのJava変換ソースコード

 

MPPをSVGに変換する無料アプリ

Convert MPP to SVG 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 SVG.
  You will get the download link.