hypdf4j
インデックスに戻る
概要
HerokuアドオンのHyPDF APIラッパーです。
使い方
String username; String password; File outputFile; String contentUrl = "http://......"; HyPDF hypdf = new HyPDF(username, password); PdfReference res = hypdf.htmlToPdf(contentUrl); res.writeTo(outputFile);
最新版
ダウンロード - 0.9
Maven
<repositories> <repository> <id>jp.co.flect</id> <name>FLECT maven repository</name> <url>http://flect.github.io/maven-repo/</url> </repository> </repositories> <dependencies> <dependency> <groupId>jp.co.flect</groupId> <artifactId>hypdf4j</artifactId> <version>0.9</version> </dependency> </dependencies>
ライセンス
MIT