You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/05/04 10:03:12 UTC

[jira] [Commented] (OFBIZ-7034) Showing QRCodes in PDF

    [ https://issues.apache.org/jira/browse/OFBIZ-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270286#comment-15270286 ] 

Pierre Smits commented on OFBIZ-7034:
-------------------------------------

Currently we have the following in the classpath of OFBiz:
{code}
framework/base/lib/barcode4j-2.1-barcode4j-fop-ext-complete.jar
{code}

According to http://barcode4j.sourceforge.net/2.1/index.html this doesn't support qr codes.


> Showing QRCodes in PDF
> ----------------------
>
>                 Key: OFBIZ-7034
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7034
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/example
>    Affects Versions: Trunk, Release Branch 15.12
>            Reporter: Murugeswari
>
> Hi Folks,
>       I have to generate a pdf which should have Barcode as well as QRCode so I followed this one https://issues.apache.org/jira/browse/OFBIZ-4154. 
> 	In trunk version, I run with demo data and tried to create a PDF with QRCode by using this link https://localhost:8443/example/control/ExampleReportPdfBarcode?exampleId=EX01. 
> 	But it fails to render QRCode but BarCodes are rendered successfully. In console I get following error.
> 	
> {quote}
>      [java] 2016-05-04 12:29:34,677 |http-nio-8080-exec-5 |ControlServlet                |T| [[[qrcode(Domain:http://localhost)] Request Done- total:0.245,since last([qrcode(Domain:ht...):0.245]]
>      [java] 2016-05-04 12:29:34,686 |ttp-nio-8443-exec-17 |FOUserAgent                   |E| Image not available. URI: /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201&format=bmp&encoding=UTF-8&verifyOutput=true&logoImageMaxWidth=20&logoImageMaxHeight=20. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201&format=bmp&encoding=UTF-8&verifyOutput=true&logoImageMaxWidth=20&logoImageMaxHeight=20 (See position 43:308)
>      [java] org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201&format=bmp&encoding=UTF-8&verifyOutput=true&logoImageMaxWidth=20&logoImageMaxHeight=20
>      [java] 	at org.apache.xmlgraphics.image.loader.ImageManager.preloadImage(ImageManager.java:181) ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>      [java] 	at org.apache.xmlgraphics.image.loader.cache.ImageCache.needImageInfo(ImageCache.java:128) ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>      [java] 	at org.apache.xmlgraphics.image.loader.ImageManager.getImageInfo(ImageManager.java:123) ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>      [java] 	at org.apache.fop.fo.flow.ExternalGraphic.bind(ExternalGraphic.java:81) [fop-2.0.jar:?]
>      [java] 	at org.apache.fop.fo.FObj.processNode(FObj.java:129) [fop-2.0.jar:?]
>      [java] 	at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:291) [fop-2.0.jar:?]
>      [java] 	at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:179) [fop-2.0.jar:?] 
> {quote}
> Same thing tested with Release15.12 here also it fails to render QRCode and same exception was caught .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)