色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Java 在PDF中添加條形碼的兩種方法

瀏覽:72日期:2022-09-03 16:49:03

條形碼,是由寬度不等的多個黑條和空白所組成,用以表達一組信息的圖形標識符。通過給文檔添加條形碼,可以直觀,快捷地訪問和分享一些重要的信息。本文就將通過使用Java程序來演示如何在PDF文檔中添加Codebar、Code128A和Code39條形碼。除此之外,還可支持創建Code11、Code128B、Code32、Code39 Extended 、Code93和Code93 Extended條形碼。

使用工具:Free Spire.PDF for Java (免費版)

Jar文件獲取及導入:

方法1:通過E-iceblue中文官網 下載獲取jar包。解壓后將lib文件夾下的Spire.Pdf.jar文件導入Java程序。(如下圖)

Java 在PDF中添加條形碼的兩種方法

方法2:通過maven倉庫安裝導入。具體安裝教程參見 此網頁 。

代碼示例:

import com.spire.pdf.PdfDocument;import com.spire.pdf.PdfPageBase;import com.spire.pdf.barcode.*;import com.spire.pdf.graphics.*;import static com.spire.pdf.graphics.PdfFontStyle.Bold;import java.awt.*;import java.awt.geom.Point2D;import java.util.EnumSet;public class DrawBarcode { public static void main(String[] args) { //創建PdfDocument對象 PdfDocument doc = new PdfDocument(); //添加一頁 PdfPageBase page = doc.getPages().add(); //初始化y變量 double y = 15; //創建字體 PdfFont font= new PdfFont(PdfFontFamily.Helvetica, 12, EnumSet.of(Bold)); // 繪制文本“Codebar:”到PDF PdfTextWidget text = new PdfTextWidget(); text.setFont(font); text.setText('Codebar:'); PdfLayoutResult result = text.draw(page, 0, y); y =(float)(result.getBounds().getY()+ result.getBounds().getHeight() + 2); //繪制Codebar條碼到PDF PdfCodabarBarcode codebar= new PdfCodabarBarcode('00:12-3456/7890'); codebar.setBarcodeToTextGapHeight(1f); codebar.setBarHeight(50f); codebar.setEnableCheckDigit(true); codebar.setShowCheckDigit(true); codebar.setTextDisplayLocation(TextLocation.Bottom); PdfRGBColor blue = new PdfRGBColor(Color.blue); codebar.setTextColor(blue); Point2D.Float point = new Point2D.Float(); point.setLocation(0,y); codebar.draw(page,point); y = codebar.getBounds().getY()+ codebar.getBounds().getHeight() + 5; //繪制文本“Code128-A:”到PDF text.setText('Code128-A:'); result = text.draw(page, 0, y); page = result.getPage(); y =result.getBounds().getY()+ result.getBounds().getHeight() + 2; //繪制Code128A條碼到PDF PdfCode128ABarcode code128 = new PdfCode128ABarcode('HELLO 00-123'); code128.setBarcodeToTextGapHeight(1f); code128.setBarHeight(50f); code128.setTextDisplayLocation(TextLocation.Bottom); code128.setTextColor(blue); point.setLocation(point.x,y); code128.draw(page, point); y =code128.getBounds().getY()+ code128.getBounds().getHeight() + 5; //繪制文本“Code39”到PDF text.setText('Code39:'); result = text.draw(page, 0, y); page = result.getPage(); y =result.getBounds().getY()+ result.getBounds().getHeight() + 2; //繪制Code39條形碼到PDF PdfCode39Barcode code39 = new PdfCode39Barcode('16-273849'); code39.setBarcodeToTextGapHeight(1f); code39.setBarHeight(50f); code39.setTextDisplayLocation(TextLocation.Bottom); code39.setTextColor(blue); point.setLocation(point.x,y); code39.draw(page, point); //保存PDF文檔 doc.saveToFile('output/DrawBarcode.pdf'); }}

添加效果:

Java 在PDF中添加條形碼的兩種方法

總結

到此這篇關于Java 在PDF中添加條形碼的兩種方法的文章就介紹到這了,更多相關java pdf 條形碼內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Java
相關文章:
主站蜘蛛池模板: 久久精品中文字幕一区 | 亚洲网址在线观看 | 波多野结衣中文在线 | 亚洲国产成人精品91久久久 | 日本一区二区不卡视频 | 国产欧美日韩图片一区二区 | 免费一级欧美片在线观免看 | 国产免费午夜a无码v视频 | 国产精品毛片一区二区三区 | 成人欧美精品久久久久影院 | 国产三级国产精品国产国在线观看 | 国产一区二区三区四区在线观看 | 欧美有码在线观看 | 日韩成人免费在线 | 国产国模福利视频 | 91精品成人福利在线播放 | 宅女福利视频在线看免费网站 | 欧美特黄aaaaaa | 欧美韩国日本在线 | 久草视频在线免费播放 | 最新最好看免费毛片基地 | 午夜宅男在线永久免费观看网 | 国产视频软件在线 | 久久se精品一区精品二区 | 三级网站免费看 | 亚州综合网 | 岛国片欧美一级毛片 | 国产成人精品一区二区秒拍 | 久久久久久久久久久9精品视频 | 自拍三级视频 | 亚洲精品国产精品国自产 | 国产精品18久久久久久久久久 | 日韩精品一区二区三区免费观看 | 久久91精品国产91久久小草 | 一级片免费观看视频 | 手机在线国产精品 | 精品香蕉99久久久久网站 | 欧美另类孕交 | 男女午夜免费视频 | 亚洲国产激情 | 黑人一级片 |