itext 支持中文 PDF417

时间:2017-01-30 07:01:16
【文件属性】:

文件名称: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)

网友评论

  • 没法直接用,我用的是C#
  • 看下思路,谢谢分享
  • 思路很好,通过转码的方式解决中文问题
  • 没法直接用,我用的是C#
  • 可用用 比zxing好用多了
  • 可以看思路,代码没办法直接使用
  • 没法直接用,试试看吧,正在修改
  • java代码没办法直接使用,修改中,具体情况不清楚