Forum Replies Created

Viewing 15 posts - 3,556 through 3,570 (of 4,234 total)
  • Author
    Posts
  • in reply to: fonts.jar not working in Linux system
    #30122

    Did you try to explicitly include pd4ml.jar and fonts.jar to the classpath?
    (not just place them to a shared lib/ folder etc)

    in reply to: PDF generation with html with css3
    #30126

    For the time being the feature is not supported.

    in reply to: HTML/CSS rendering issues
    #27174

    Hi All,
    We have disabled the hyperlinks using the pd4ml disableHyperlinks method. This is given as a common thing across the entire PDF. Could you please let us know, is there any way to override this behaviour in few sections or only for specific contents.

    Thank you in advance.

    Regards
    Sarin

    in reply to: Enable hyperlinks only for few sections
    #30120

    Hi Team,
    Can you please respond to this sooner as this is an urgent requirement for the client who has enterprise licence and we require suggestions from PD4ML. we are using v397. Please let us know if you require additional information.

    Thank you in advance.

    Regards
    Sarin

    in reply to: HTML/CSS rendering issues
    #27181

    Hello,

    we have a problem when we try to convert html code which contains SVG images. For some images (apparently those that use a clip-path), the following content is rendered incorrectly (seems to be mirrored vertically). One example that causes the headline to be rendered incorrectly is the following html code:

    <br /> <html><br /> <body><br /> <svg<br /> xmlns="http://www.w3.org/2000/svg"<br /> xmlns:xlink="http://www.w3.org/1999/xlink"<br /> version="1.1"<br /> width="59.4"<br /> viewBox="0 0 59.4 57.9"<br /> height="57.9"<br /> ><br /> <g><br /> <clipPath<br /> id="SVGID_10_"><br /> <path<br /> d="M.6 29.4h58.1v26.9H.6z" /><br /> </clipPath><br /> <path<br /> clip-path="url(#SVGID_10_)"<br /> d="M10.4 30s-9.3 0-9.3 9.3v7.3s0 9.3 9.3 9.3h38.5s9.3 0 9.3-9.3v-7.3s0-9.3-9.3-9.3H10.4z" /><br /> </g><br /> </svg><br /> <br /> <h1>Headline</h1><br /> </body><br /> </html><br /> <br />

    This looks like a bug in pd4ml. Please let me know if there is something else you need from us.

    Thank you and regards,
    Christoph

    in reply to: Embedded SVG-Images cause issues for following content
    #30129

    PD4ML implements SVG support with some limitations. However your sample seems to be quite basic. We’ll address the issue this week.

    in reply to: Embedded SVG-Images cause issues for following content
    #30130

    Thank you!

    in reply to: Embedded SVG-Images cause issues for following content
    #30131

    The issue has been already fixed in the DEV build.

    Please contact support pd4ml com if you would like to test.

    mva
      in reply to: HTML/CSS rendering issues
      #27182

      Hello, everybody!

      I have problem with breaking of long words in PDF output. In case where sentence does not fit into one line, word breaking occurs. Is it possible in PD4ML to specify to use hyphen (-) in such break? (afaik CSS property “hyphens:” is not supported)

      I cannot use CSS property “word-wrap: normal;” to disable breaking at all, because then, the text is not properly justified.

      Thank you very much for yours suggestions.

      in reply to: Word break with hyphen (-)
      #30132

      I am afraid for the current version v3.10.x the only workaround is to mark preferable places for a wordbreak with ­ entity.

      in reply to: HTML/CSS rendering issues
      #27183

      Hi Team,
      We are facing an issue with border on image page break. We are using dotted border on a table. The table includes image and text. If the image comes to the bottom of the page and if it does not have enough space, then the image move to the next page which is the expected behaviour. But at this time, the dotted border not appearing for some part where image moved in the next page. We have attached an image for this. the border is defined using css
      border:1px dotted rgb(190,190,190);

      Could you please let us know a workaround for this. We are using v397. Thank you.

      Regards
      Sarin

      in reply to: Issue with dotted border on Image page break
      #30133

      Hi PD4ML team,
      could you please provide an update on this issue. thank you.

      Thanks & Regards
      Sarin

      in reply to: Issue with dotted border on Image page break
      #30134

      Hi Team,
      I didnt get an update on this issue and this is for a customer who already using this product for more than 3 years. thank you.

      Thanks & Regards
      Sarin

      in reply to: HTML/CSS rendering issues
      #27184

      Since upgrading to v3.106 from 3.96, certain css selectors are no longer working:

      td:nth-child(odd) {text-align:right;width:50%}

      Also the shortened background notation is not honoring the positioning:

      background:#fff url(http://....../title_background.jpg) no-repeat -875px -700px;

      I need to add background-position in order for the coordinates to position properly.

      There are other issues I am currently identifying.

      Is there something I am missing with the upgrade?

      in reply to: nth-child(odd) and background: not rendering properly
      #30135

      Hmm… v396 is based on old limited CSS runtime, v3106 uses an improved CSS cascading engine. We’ll address the issue this week. Probably we’ll request you for some additional information.

    Viewing 15 posts - 3,556 through 3,570 (of 4,234 total)