背景图片搞定了,但是中文还有问题,明天来解决
public static void main(String[] args) throws Exception {
// TODO Auto-generated method stubString TEXT = "These are the protagonists in 'Hero', a movie by Zhang Yimou:/n"
+ "/u7121/u540d (Nameless), /u6b98/u528d (Broken Sword), "
+ "/u98db/u96ea (Flying Snow), /u5982/u6708 (Moon), "
+ "/u79e6/u738b (the King), and /u9577/u7a7a (Sky)." +
"华夏公众共和国万岁劳动公众是光辉的,岁月峥嵘,百舸争流" ;
Document tDoc = new Document(PageSize.A4, 50, 50, 50, 50); //创建文档
String mFileFullPath="/home/grid/taobao/files/test1.pdf";
String mImgPath="/home/grid/taobao/files/";
PdfWriter tWriter = PdfWriter.getInstance(tDoc, new FileOutputStream(mFileFullPath.toString())); //创建写入流