国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

pdf添加滿頁水印 itext給pdf文件添加居中水???

itext給pdf文件添加居中水印?public class StampStationery{public static final String filename=“F://演示.pdf“publi

itext給pdf文件添加居中水印?

public class StampStationery{

public static final String filename=“F://演示.pdf“

public static void main(String[]args)拋出IOException,

DocumentException{

Document Document=new Document(new Rectangle(400,400))

PdfWriter writer=PdfWriter.getInstance實例(文檔,新建)FileOutputStream(文件名))文檔.打開()

PdfContentByte cb=writer.getDirectContent文件()

String content=“你好!"

cb.beginText公司()

font f=new font()

f.setsize(18)

phase P=new phase(content,f)]//(100200)是X,y坐標,45是偏移角度字體的演示ColumnText.ShowText對齊(cb,0,p,100,200,45)cb.endText文本()

文檔.關(guān)閉()

}

}