Forum Replies Created
-
AuthorPosts
-
in reply to: Issue with font family on chinese characters August 14, 2015 at 12:25#29816
We plan to address the issue on Monday. I’ll let you know asap.
in reply to: Issue with font family on chinese characters August 18, 2015 at 06:01#29817Ok, thanks, we will wait for your reply
in reply to: Issue with font family on chinese characters August 19, 2015 at 12:56#29818Hello PD4ML support, please can you respond on this issue as this is blocking our timelines and resources.
in reply to: Issue with font family on chinese characters August 19, 2015 at 13:03#29819Sorry it takes that long. We’ve been still working on the issue. I’ll let you know.
in reply to: Issue with font family on chinese characters August 20, 2015 at 18:16#29820In current DEV build we implemented a solution for the issue. It is a very sensitive part of the rendering engine and the patched version still cannot pass QA by “exotic” test cases (a mix of Chinese and Arabic scripts), so we made the patch conditionally switchable on/off. Currently by default it is switched off.
In order to enable it you should either run your Java (app server?) with the following JVM parameter:
-Dpd4ml.fix.20150816=true
Alternatively you may trigger PD4ML API to achieve the same effect:
HashMap map = new HashMap();
map.put( PD4Constants.PD4ML_FIX20150816, “true” );
pd4ml.setDynamicParams(map);Hopefully the workaround is ok for you.
We currently work on a totally refactored PD4ML v4.x, which should implicitly solve such kind of issues.
We’ll send you an updated library by request to support pd4ml com
in reply to: HTML/CSS rendering issues August 24, 2015 at 13:12#27040How do I add an inline footer to the last page only?
I’ve tried this, but last footer will not display:{code}
Page: $[page] of $[total] last page in reply to: Can I create multipe line/row header or footer? August 24, 2015 at 20:38#27755Is this still intended to work? The code below does not result in newlines being entered into the footer.
in reply to: Can I create multipe line/row header or footer? August 24, 2015 at 20:46#27756@jf wrote:
Is this still intended to work? The code below does not result in newlines being entered into the footer.
Sorry, I forgot to submit the code:
PD4PageMark footer = new PD4PageMark();<br /> footer.setAreaHeight(100);<br /> footer.setTitleTemplate( "upper footer textn" + "TEST" );<br /> footer.setPageNumberTemplate( "n277GG11-06" );<br /> pd4ml.setPageFooter(footer);
The rendered PDF displays a single line: “upper footer text TEST”
Using the pro version.
in reply to: Can I create multipe line/row header or footer? September 1, 2015 at 15:29#27757The best way would be to define header/footer in HTML, i.e.:
[language=java:g3o09eri]header.setHtmlTemplate(“page $[page] of $[total]
second line”);[/language:g3o09eri]However in text-only headers/footers ‘n’ character should break a line.
in reply to: can not read ‘arial’ from java:fonts/arial.ttf: problem read September 7, 2015 at 10:14#29706Can you please emphasize on your point:
“Most probably the issue with JAR has a different nature: for example the font .JAR is packed to .WAR, and the web application is not configured to be unpacked to a work directory. In the case PD4ML may have (not in every configuration) fail to load resources from .JAR”.
-Regards,
Manoojin reply to: can not read ‘arial’ from java:fonts/arial.ttf: problem read September 7, 2015 at 14:34#29707Ok. so I googled around and having created a temp directory in my tomcat folder cleared the errors with font data not loading and the fonts show up properly.
in reply to: General questions / FAQ September 8, 2015 at 02:29#27009Hello,
I download trial version (395 / 398) to use JAR in my project to convert HTML to PDF. But, both of versions could not build PDF to display Asian font.
What is trial version can do my requirement ?
Regards,
Surasak M.in reply to: Why Trial version cannot generate PDF with Asian font ? September 8, 2015 at 03:48#29713@Guest wrote:
Hello,
I download trial version (395 / 398) to use JAR in my project to convert HTML to PDF. But, both of versions could not build PDF to display Asian font.
What is trial version can do my requirement ?
PS. As Difference between commercial and evaluation PD4ML libs which give me for information as below:
“Evaluation copy of PD4ML functionally fully matches the commercial version. PDFs generated by the evaluation version are “watermarked” with PD4ML ad.”So, One my point but not sure in my problem, this is a bug in trial version or not ? and PD4ML may patch this problem into trial version.
Regards,
Surasak M.in reply to: General questions / FAQ September 8, 2015 at 10:07#27041What are restrictions of PD4ML Pro Trial Version? What benefits do we get from moving to the PD4ML Pro version?
in reply to: What are restrictions of PD4ML Pro Trial Version? September 8, 2015 at 10:12#29825PD4ML trial versions are fully functional, but they watermark PDF output with a “trial version” banner.
> What benefits do we get from moving to the PD4ML Pro version?
You may see potential upgrade benefits in PD4ML comparison chart:
http://pd4ml.com/products.htm -
AuthorPosts