Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 4,237 total)
  • Author
    Posts
  • in reply to: enableImgSplit(false) breaks header?
    #29042

    Could you please send a sample PDF, generated in your environment, to support pd4ml com?

    in reply to: enableImgSplit(false) breaks header?
    #29043

    @PD4ML wrote:

    Could you please send a sample PDF, generated in your environment, to support pd4ml com?

    Thanks for the replies. I have sent a package with details.

    in reply to: Anybody had problems with PD4ML on Lion for Mac?
    #28967

    I 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
    #29009

    Any chance of a reply to this?

    in reply to: Extended arabic char not rendering correctly
    #29007

    Has 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
    #29008

    Unfortunately 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
    #29010

    Just fixed in the development build.
    To be beta-released in few days.

    in reply to: enableImgSplit(false) breaks header?
    #29044

    Please confirm receipt of the email.
    Thank you.

    in reply to: enableImgSplit(false) breaks header?
    #29045

    Yes, we got it.
    I’ll let you know the status later today.

    in reply to: enableImgSplit(false) breaks header?
    #29046

    @PD4ML wrote:

    Yes, we got it.
    I’ll let you know the status later today.

    Thanks again!

    in reply to: Anybody had problems with PD4ML on Lion for Mac?
    #28968

    The 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
    #26745

    Hi 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?
    #29047

    We 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
    #28987

    Sorry 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?
    #28969

    We’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)

Viewing 15 posts - 1,951 through 1,965 (of 4,237 total)