Forum Replies Created
-
AuthorPosts
-
in reply to: enableImgSplit(false) breaks header? June 20, 2012 at 17:17#29042
Could you please send a sample PDF, generated in your environment, to support pd4ml com?
in reply to: enableImgSplit(false) breaks header? June 20, 2012 at 18:48in reply to: Anybody had problems with PD4ML on Lion for Mac? June 20, 2012 at 21:36#28967I have tried your test servlet in a brand new web app, with only log4j log libraries and sl4j, and it just blocked, exactly as in all the other circumstances. So it’s not a library issue.
It’s unlikely that the issue is related to libraries because it all works on linux with the same libraries.
We have Tomcat 6 by the way, not 7. Don’t know if that makes any difference but it might.
in reply to: CSS overflow:hidden being ignored June 21, 2012 at 08:28#29009Any chance of a reply to this?
in reply to: Extended arabic char not rendering correctly June 21, 2012 at 17:13#29007Has there been any update on the said ligaturizer? I wouldn’t mind having a look at it if you guys allow me too. Just as long as it solve the issue here…
in reply to: Extended arabic char not rendering correctly June 21, 2012 at 20:34#29008Unfortunately we have no solution for the time being.
In the meantime we estimated a possibility to port Fribidi library to Java, which should be able to work with extended arabic. However the first working prototype just worked wrongly with our tests.It seems the only possible solution is to patch our current ligaturizer, as a porting of Fribidi appears as a new bunch of problems. If you’d like to contribute, please contact support pd4ml com. We’ll send you the classes and some our comments what needs to be done. It looks like a table with isolated, final, initial and medial glyph shape references needs to be extended with new chars. Without a knowledge of Arabic scripting it does not seem to be an easy task.
in reply to: CSS overflow:hidden being ignored June 22, 2012 at 11:50#29010Just fixed in the development build.
To be beta-released in few days.in reply to: enableImgSplit(false) breaks header? June 22, 2012 at 12:42#29044Please confirm receipt of the email.
Thank you.in reply to: enableImgSplit(false) breaks header? June 22, 2012 at 12:52#29045Yes, we got it.
I’ll let you know the status later today.in reply to: enableImgSplit(false) breaks header? June 22, 2012 at 12:55in reply to: Anybody had problems with PD4ML on Lion for Mac? June 22, 2012 at 15:50#28968The only suspicious classes may interfere with Tomcat belong to org.w3c package in ss_css2.jar. Try to temporarily remove ss_css2.jar. Does it block or throw an exception in the case?
Another point is that PD4ML uses AWT classes (for example, fonts). In server-side scenarios it requires headless mode of JVM. Make sure Tomcat runs with -Djava.awt.headless=true JVM parameter.
in reply to: General questions / FAQ June 22, 2012 at 21:21#26745Hi we are using PD4ML in jsp file for generating .pdf file on Window 7 OS.
we used Tahoma.ttf which is in window folder and made pd4ml.property file.
But some junk value display instead of ₹(INR) in .pdf file.in reply to: enableImgSplit(false) breaks header? June 22, 2012 at 23:13#29047We spent quite a lot of time on the issue, but were not able to reproduce it. Probably the current development state implicitly solves the problem.
We are going to release new beta on Monday. Please give a try to it and let us know if it changes anything.
in reply to: Spaces being stripped in final PDF June 22, 2012 at 23:15#28987Sorry for the delay with the reply. The forthcoming beta version addresses the issue. We plan to release it on Monday.
in reply to: Anybody had problems with PD4ML on Lion for Mac? June 25, 2012 at 08:48#28969We’ve had Tomcat headless for years, and we’ve been using PD4ML for years so that can be excluded.
Removing ss_css2.jar throws an exception:
java.lang.ClassNotFoundException: org.w3c.css.sac.CSSException
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1484)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329)
org.zefer.html.doc.PD4MLHtmlParser.o00000(Unknown Source)
org.zefer.html.doc.PD4MLHtmlParser.(Unknown Source)
org.zefer.pd4ml.PD4ML.o00000(Unknown Source)
org.zefer.pd4ml.PD4ML.render(Unknown Source)
org.zefer.pd4ml.PD4ML.render(Unknown Source)
org.zefer.pd4ml.PD4ML.render(Unknown Source)
org.zefer.pd4ml.taglib.PD4MLTransformerTag.render(Unknown Source)
org.zefer.pd4ml.taglib.PD4MLTransformerTag.doEndTag(Unknown Source)
org.apache.jsp.includedocs.houseInclude.PrintPdf_jsp._jspService(PrintPdf_jsp.java:294)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
org.apache.jasper.servlet.JspServlet._serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381) -
AuthorPosts