在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
参考:http://jingyan.baidu.com/article/e75057f2ad6481ebc81a897b.html 首先下载对应的 dll (已经上传到博客园文件) 然后就是Delphi代码了: function SetPdfConFile(confile: PChar):PChar;stdcall;external 'EnCodePdf.dll'; function EnPdfText(txtdata:PChar; outfile:PChar):PChar;stdcall; external 'EnCodePdf.dll' SetPdfConFile(PChar('MakeBarCode.ini')); //加载配置 EnPdfText(PChar('123456'),PChar('pdf417.bmp')); //将文本保存成二维码图片
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论