Forum Replies Created
-
AuthorPosts
-
in reply to: SVG or embedded pdf Images September 24, 2012 at 18:55#27433
We plan to return to the topic in October-November 2012. Hopefully we’ll find a good lightweight SVG library. There are few candidates; and we prefer not to use Batik.
in reply to: SVG or embedded pdf Images September 24, 2012 at 19:16in reply to: Junk filenames of the attachments in PDF September 26, 2012 at 14:13#29120Thank you very much for the reply.
I have downloaded the latest xsl file, pd4ml_demo.jar and ss_css2.jar.
Then I have tried to convert the dxl file to a PDF file using the command line tool.Here is the HTML copied from the console by -dumphtml:
The Chinese work are correct.And here is the console of using the command line tool:
I have specified the fonts. I have tried specified the correct fonts and all fonts using the Chinese supported fonts. Both result still got the wrong characters of the filenames of the attachments in the PDF file.
What should I do next?
Thank a lot.in reply to: Background-color: transparent not rendering correctly September 26, 2012 at 22:01#29126Experiencing the exact same issue here – code with background-color:transparent worked with fx6 release, but generates a black box with fx7. Will watch this space for an update.
in reply to: Background-color: transparent not rendering correctly September 27, 2012 at 15:12#29127We’ve just fixed the issue in the development build. An updated version is to be released next week.
in reply to: Render crashes and heap space fills October 1, 2012 at 19:27#29117The problem is fixed in the development build. To be released in 2-3 days.
in reply to: HTML/CSS rendering issues October 2, 2012 at 02:37#26783I am generating a PDF that contains HTML sup tags for footnote superscript references.
The problem is that when the superscript number is generated into the PDF, the line height for the entire line is adjusted. is there any way to keep that from happening so it will work like a normal superscript?
in reply to: IE8 PDF wont download October 4, 2012 at 12:54#29125@PD4ML wrote:
It looks like the problem is caused by a caching of documents, downloaded by HTTPS. Please correct if I am wrong.
It was a known issue of older PD4ML JSP taglib versions, until we found a safe HTTP header directives set.Currently PD4ML taglib sets only the following HTTP cache control directives:
[language=java:1mh17s0m]((HttpServletResponse) sr).setHeader(“Pragma”, “cache”);
((HttpServletResponse) sr).setHeader(“Expires”, “0”);
((HttpServletResponse) sr).setHeader(“Cache-control”, “private”);[/language:1mh17s0m]In your case there are some other cache controls (including conflicting with the above) – probably the hosting application is configured to add them to each reply. Try to switch it off for PDF generating JSPs.
PD4ML, tankyou ! Works like a charm =)
I also have add cache-control: no-store, no-cache. See lines bellow:
response.setHeader(“Pragma”, “cache”);
response.setHeader(“Expires”, “0”);
response.setHeader(“Cache-control”, “private”);
response.setHeader(“Cache-Control”, “no-store, no-cache, must-revalidate”);Again, tankyou!
in reply to: General questions / FAQ October 7, 2012 at 08:43#26784I am converting dxl to pdf using pd4ml.But email id sometimes overlaped in From to and coopy to field(which are raw item data tag in the dxl file).I have copied here a sample raw item data in which i am facing the issue .Please help to resolve the issue.
DgAYAAAAmAACAAIAnAAEADQANgAUABAAIktoYWJhcm92LCBEZW5pcyIgPERlbmlzLktoYWJhcm92
QGJha2VybWNrZW56aWUuY29tPiJBcmlldmljaCwgRXVnZW5lIiA8RXVnZW5lLkFyaWV2aWNoQGJh
a2VybWNrZW56aWUuY29tPjx0cmFkZW1hcmtzQG1tbS5jb20+PGNld29sZkBtbW0uY29tPkNjOiAi
S2hhYmFyb3YsIERlbmlzIiA8RGVuaXMuS2hhYmFyb3ZAYmFrZXJtY2tlbnppZS5jb20+LA0KCSJB
cmlldmljaCwgRXVnZW5lIiA8RXVnZW5lLkFyaWV2aWNoQGJha2VybWNrZW56aWUuY29tPiwNCgk8
dHJhZGVtYXJrc0BtbW0uY29tPiwNCgk8Y2V3b2xmQG1tbS5jb20+DQo=
in reply to: Junk filenames of the attachments in PDF October 8, 2012 at 17:37#29121The problem is going to be solved with the forthcoming PD4ML maintenance release.
in reply to: sup and sub HTML Tag support? October 8, 2012 at 18:29#29132The issue is to be fixed with the forthcoming maintenance release.
in reply to: Email Id Overlap issue October 8, 2012 at 19:07#29137The forthcoming maintenance release (v380fx8) should fix the problem.
in reply to: Junk filenames of the attachments in PDF October 9, 2012 at 00:51#29122Thank you very much~
in reply to: Email Id Overlap issue October 9, 2012 at 04:28#29138could you please let us know what would be the release date for this?Also ,we have purchased licensed version of PD4ML Java Library Pro.Could you please clarify After the release Just download the new version and use it in our project is enough?
in reply to: Email Id Overlap issue October 11, 2012 at 06:23#29139Hi,
Could you please update on this.This issue need to be fixed ASAP as we have release in this month.
-
AuthorPosts