Forum Replies Created
-
AuthorPosts
-
in reply to: fonts.jar not working in Linux system February 8, 2018 at 11:38#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 February 8, 2018 at 11:40#30126For the time being the feature is not supported.
in reply to: HTML/CSS rendering issues February 11, 2018 at 19:09#27174Hi 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
Sarinin reply to: Enable hyperlinks only for few sections February 12, 2018 at 09:42#30120Hi 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
Sarinin reply to: HTML/CSS rendering issues February 20, 2018 at 15:14#27181Hello,
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,
Christophin reply to: Embedded SVG-Images cause issues for following content February 22, 2018 at 10:22#30129PD4ML 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 February 26, 2018 at 12:32#30130Thank you!
in reply to: Embedded SVG-Images cause issues for following content February 27, 2018 at 15:50#30131The issue has been already fixed in the DEV build.
Please contact support pd4ml com if you would like to test.
in reply to: HTML/CSS rendering issues March 9, 2018 at 15:07#27182Hello, 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 (-) March 12, 2018 at 12:24#30132I 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 April 8, 2018 at 20:03#27183Hi 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
Sarinin reply to: Issue with dotted border on Image page break April 12, 2018 at 11:46#30133Hi PD4ML team,
could you please provide an update on this issue. thank you.Thanks & Regards
Sarinin reply to: Issue with dotted border on Image page break April 24, 2018 at 09:28#30134Hi 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
Sarinin reply to: HTML/CSS rendering issues May 15, 2018 at 14:39#27184Since 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 May 16, 2018 at 12:56#30135Hmm… 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.
-
AuthorPosts