Forum Replies Created
-
AuthorPosts
-
in reply to: Support of java: protocol for other resources than images November 17, 2016 at 16:38#29952
The issue has been fixed in the DEV build. An updated maintenance version is to be available till the end of the month.
in reply to: EmptyStackException in 399 fx2 on floated online-blocks November 17, 2016 at 16:41#29956The issue is not reproducible anymore with the current DEV build.
An updated maintenance version is to be available till the end of the month.
in reply to: Merge multiple PDFs? November 17, 2016 at 16:44#29955Currently you cannot merge more than two PDFs at once. You need to merge two and save to a file (or to a byte array), after that read the resulting PDF and to merge with third doc and so on.
in reply to: Unable to see some of Romanian characters in pdf November 17, 2016 at 16:45#29948You need to utilize TTF embedding features if the chars do not belong to Latin-1 charset.
See
http://pd4ml.com/reference.htm#7.1
pd4ml-html-css-pdf-tips-tricks-f7/ttf-embedding-t42.html
http://pd4ml.com/cookbook/pd4ml_pdf_true_type_fonts.htmin reply to: EmptyStackException in 399 fx2 on floated online-blocks November 18, 2016 at 11:49#29957Is there a chance to have a preview build earlier so that we can verify which of the issues we were experiencing have disappeared, and maybe isolate the remaining issues based on the current code state?
in reply to: EmptyStackException in 399 fx2 on floated online-blocks November 21, 2016 at 11:39#29958Apparently I wasn’t logged in last time. Is there any chance on a preview build so we can see how it behaves in our bug cases?
Thank you!
in reply to: EmptyStackException in 399 fx2 on floated online-blocks November 21, 2016 at 13:57#29959Yes. We’ll build a test version for you later today.
I’ll contact you by email.in reply to: General questions / FAQ November 22, 2016 at 09:35#27111I am trying to add a footnote without any number in my PDF, but as soon as I add the tag noref the footnote is not displayed. Am I doing something wrong?
Heres my code:
<pd4ml:footnote noref="true" style="display:none; pd4ml-display:bloock; pd4ml-visibility:visible"><br /> <div style="height:120px"> </div><br /> </pd4ml:footnote>
in reply to: Issue with Horizontal Scrolling November 22, 2016 at 10:36#29965I have sent an email to support@pd4ml.com on 18th Nov. Didn’t get any reply yet.
Does it take time to get response from Support? Can someone please let me know if there is any fix for this.
Can we have horizontal scroll in PDF? If not, what is the alternative?
We have provided an alternative to display the content in a pop up page (web page) but the users want the content to be downloaded. And to download the content, we need PDF.
Can someone please help me with this.
in reply to: Out of memory when ResourceProvider throws an IIOException November 22, 2016 at 19:58#29945Problem is not with the resize part: in fact the resize failed because source is not found for example. But the problem occurs after that: when our custom code throws an exception, then PD4ML code runs into out of memory
in reply to: EmptyStackException in 399 fx2 on floated online-blocks November 22, 2016 at 20:39#29960Sorry… some urgent bugfixing. Hopefully we’ll have a stable version tomorrow.
in reply to: EmptyStackException in 399 fx2 on floated online-blocks November 23, 2016 at 15:29#29961I’ve just sent a download link by email.
in reply to: Issue with Horizontal Scrolling November 23, 2016 at 16:07#29966Replied by email.
in reply to: Out of memory when ResourceProvider throws an IIOException November 23, 2016 at 16:40#29946Please check my email reply.
in reply to: HTML/CSS rendering issues November 23, 2016 at 20:18#27112I’ve just upgraded to the latest (built-in CSS parser) and now it fails with some pretty mundane CSS rules with a stack underflow error.
I have degraded back to v3.9.7 that used the external CSS parser and that is working fine.I’ve attached a CSS file that fails – it’s horrendous I know, but actually, it fails within the first 50 or so rules but you might as well have the whole thing for testing.
I can live with the old version for now.
-
AuthorPosts