文件名称:itext 支持中文 PDF417
文件大小:1.41MB
文件格式:RAR
更新时间:2017-01-30 07:01:16
itext 中文
iText 5 0 2 jar int width 200; 图片宽度 int height 50; 图片高度 支持中文 设置中文编码 pdf setText URLEncoder encode soderString "utf 8" ; 容错等级 pdf setErrorLevel 8 public static void createPdf417 throws IOException{ BarcodePDF417 pdf new BarcodePDF417 ; pdf setText URLEncoder encode soderString "utf 8" ; Image pdfImg pdf createAwtImage Color black Color white ; BufferedImage img new BufferedImage int pdfImg getWidth null int pdfImg getHeight null BufferedImage TYPE INT RGB ; Graphics g img getGraphics ; g drawImage pdfImg 0 0 width height Color white null ; OutputStream os new BufferedOutputStream new FileOutputStream "d: pdf417 bmp" ; ImageIO write img "PNG" os ; String FilePath "d: images "+codeValue+" jpg"; 注释部分可以以文件方式保存 File f new File FilePath ; ImageIO write img "jpg" response getOutputStream ;">iText 5 0 2 jar int width 200; 图片宽度 int height 50; 图片高度 支持中文 设置中文编码 pdf setText URLEncoder encode soderString "utf 8" ; 容错等级 pdf setErrorLevel 8 public static void createPdf417 throws IOException{ BarcodePDF417 pdf new BarcodePDF417 ; [更多]
【文件预览】:
itext二维码支持中文
----iText-5.0.2.jar(1.49MB)
----pdf4172.txt(2KB)