Tuesday, March 31, 2015

Loading custom image lib in Netbeans Platform

http://forums.netbeans.org/ptopic34742.html

ImageIO.scanForPlugins();

CMYK Image

https://pbrajkumar.wordpress.com/2013/01/09/read-cmyk-image-in-java/

Monday, March 23, 2015

Apache POI: Microsoft Word

Source:
http://stackoverflow.com/questions/13507424/how-to-create-a-word-document-using-apache-poi

Ref
http://svn.apache.org/repos/asf/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/
http://poi.apache.org/apidocs/org/apache/poi/hwpf/HWPFDocument.html
http://poi.apache.org/apidocs/org/apache/poi/hwpf/usermodel/package-summary.html

XWPF
http://tkgospodinov.com/writing-microsoft-word-documents-in-java-with-apache-poi/