-2

我正在为 OSX 开发一个项目,我正在使用 xcode 4.6.3。我需要使用编码 128 生成条形码图像,并将其插入 pdf 文件中。我一直在研究,我不知道我该怎么做。我尝试使用cocoabarcode,我解决了 ARC 错误,但仍然有一些错误尝试替换

sAttr = [[NSMutableAttributedString allocWithZone:[self zone]] initWithString:leftCaption attributes:[NSDictionary dictionaryWithObjectsAndKeys:font,NSFontAttributeName,leftAligmentStyle,NSParagraphStyleAttributeName,[NSNumber numberWithFloat:kerning],NSKernAttributeName,nil]];

(错误:区域不可用:在自动引用计数模式下不可用),以及其他警告不推荐使用的方法,

我想知道是否有人在使用这个库,它是否可以正常工作,或者是否有其他类似这个用于 iphone 的库,但我需要 OSX,或者关于我应该研究哪些类或库的任何其他建议。

先感谢您!

4

1 回答 1

0

愿 spire.barcode 能帮到你,它支持Code 128 Barcode

于 2013-08-28T08:05:09.393 回答