Code Monkey home page Code Monkey logo

ofdbox's People

Contributors

dltech21 avatar qaqtutu avatar tianjx98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ofdbox's Issues

图片电子签章

请问下,当前转换为图片之后,电子签章是会消失的么?

ofd转换图片时提示线宽为空

XPageAnnot(annots=[NAnnot(id=ST_ID(id=114), type=Stamp, creator=null, lastModDate=null, visible=null, subtype=SignatureInFile, print=null, noZoom=null, noRotate=null, readOnly=null, remark=null, parameters=NParameters(list=null), appearance=CT_PageBlock(content=null))])
2021-02-25 09:27:43.215 ERROR 3224 --- [nio-9988-exec-5] com.ofdbox.convertor.img.Ofd2Img : LineWidth为空
XPageAnnot(annots=[NAnnot(id=ST_ID(id=114), type=Stamp, creator=null, lastModDate=null, visible=null, subtype=SignatureInFile, print=null, noZoom=null, noRotate=null, readOnly=null, remark=null, parameters=NParameters(list=null), appearance=CT_PageBlock(content=null))])
2021-02-25 09:27:50.698 ERROR 3224 --- [nio-9988-exec-4] com.ofdbox.convertor.img.Ofd2Img : LineWidth为空
XPageAnnot(annots=[NAnnot(id=ST_ID(id=114), type=Stamp, creator=null, lastModDate=null, visible=null, subtype=SignatureInFile, print=null, noZoom=null, noRotate=null, readOnly=null, remark=null, parameters=NParameters(list=null), appearance=CT_PageBlock(content=null))])
2021-02-25 09:27:55.330 ERROR 3224 --- [nio-9988-exec-7] com.ofdbox.convertor.img.Ofd2Img : LineWidth为空
XPageAnnot(annots=[NAnnot(id=ST_ID(id=114), type=Stamp, creator=null, lastModDate=null, visible=null, subtype=SignatureInFile, print=null, noZoom=null, noRotate=null, readOnly=null, remark=null, parameters=NParameters(list=null), appearance=CT_PageBlock(content=null))])
2021-02-25 09:28:51.126 ERROR 3224 --- [nio-9988-exec-9] com.ofdbox.convertor.img.Ofd2Img : LineWidth为空

关于OFDReader.class 中第97行xRes.getBaseLoc()为null的文件无法解析

for (ST_Loc resLoc : xDocument.getCommonData().getDocumentRes()) {
resLoc.setParent(docRoot);
XRes xRes = OfdXmlUtils.toObject(fileManager.read(resLoc.getFullLoc()), XRes.class);
valid(xRes);
xRes.getBaseLoc().setParent(resLoc);
document.getRes().add(xRes);
if (!xRes.getBaseLoc().getLoc().endsWith("/")) {
xRes.getBaseLoc().setLoc(xRes.getBaseLoc().getLoc() + "/");
}
}
大神您好,我读取的ofd文件,在执行到xRes.getBaseLoc()的时候,我判断了下,读取到的为null。这种文件怎么转图片,请帮帮忙,非常感谢!

getString() and getOctets() method is not existed

hi, after I git clone from this repository, this line code has a error,
picType = ses_signature.getToSign().getEseal().getESealInfo().getPicture().getType().getString(); picData = ses_signature.getToSign().getEseal().getESealInfo().getPicture().getData().getOctets();
this is no method getString() and getOctets(), please help me, THX! :)

近期实现功能

  • 绘制参数支持

  • 颜色空间支持

  • RGB十六进制支持

  • 复合对象支持

  • 渐变色支持

  • CT_Clip支持

  • 转pdf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.