This Program make PDF View Form JRXML template. This is Spring Boot Program. So, execute any where and nothing Servlet Container.
- Git Clone to STS(Spring Tools Suite)
- build it and run on STS.
- Access http://localhost:8080/
- show index.html and click link.
- show PDF.
This program include font extensions. I set Japanese font,IPAex Mincho (Serif) and IPAex Gothic (SanSerif). So, This make PDF file include Japanese Font.
For example
- japan.jrxml file add to src/main/resouces/jasperreports
- build and run
- browser access to http://localhost:8080/pdf/test
- view PDF from test.jrxml
Unn....
JRXML TemplateからPDFを表示するためのプログラム。 Spring Bootで出来てます。 サーブレットコンテナなしでどこでも実行可能です。
- STSにGit Clone
- STS上でBuild and Run.
- ブラウザーで http://localhost:8080/ にアクセス
- index.htmlが現れるのでそこのリンクをクリック。
- PDFが表示されます。
このプログラムはFont Extensionsが含まれています。 日本語フォント、IPAex明朝とIPAexゴシックをセットしております。 Font名は IPAex明朝: ipaexm IPAexゴシックは ipaexg としています。
これにより日本語のフォントを埋め込んだPDFファイルを表示作成することができます。
- src/main/resouces/jasperreportsに jrxmlファイルを作成して入れます。 例えばtest.jrxmlとしましょう。
- build and run
- http://localhost:8080/pdf/test とアクセス
- test.jrxmlをPDFとして表示してくれます。
Apache License 2.0
Sample Program なのでご自由にお使い下さい。