Forum Replies Created
-
AuthorPosts
-
in reply to: Cache issue February 8, 2012 at 18:21#28743
Does it mean, the CSS link in your scenario remains the same, but the document, it returns, changes from time to time?
in reply to: Generating PDFs with huge number of pages February 9, 2012 at 10:03#28869Thanks a lot for your help. At the moment we optimized everything around PD4ML so far that we managed to create the 15.000 pages. I will keep your suggestions in mind in case we run into memory problems again.
in reply to: Cache issue February 9, 2012 at 23:39#28744The link to the css stays the same, but the content of the style sheet was altered.
It def looked as if the CSS content of the file was being casched in memory.cheers,
mattijs
in reply to: HTML/CSS rendering issues February 10, 2012 at 02:05#26678Hi, I have just updated my PD4ML (.Net) and it has caused all my spacing under the paragraph to disappear.
In a effort to fix this I added margin-bottom: 7px; to the css.
It works except when there is a background, it seems to be doing what the padding-bottom would do. I have attached the html vs. pdf output.
Any ideas how to fix?
in reply to: Table cell border not drawn after page break February 10, 2012 at 07:16in reply to: UTF – 8 char issue February 10, 2012 at 08:16#28568Hi,
is there any update on my above comment because we want the solution urgently?in reply to: HTML/CSS rendering issues February 10, 2012 at 13:08#26679This is not a problem with PD4ML (I don’t think anyway). If I have the following HTML code:
<html><body>foo bar</body></html>
Rendering this with a command like “java -jar pd4ml.jar file:test.html test.pdf” works fine. If I render it through a 3rd party java app it renders with spaces missing:
“foobar”
Any idea what might cause this? I have asked in the forum for the java app, just thought I’d ask in case someone knew.
in reply to: Table cell border not drawn after page break February 10, 2012 at 13:38#28850It seems to be an interference between “border-collapse: collapse” style and previous borderless row.
We’ll check what could be done to fix the issue.
in reply to: UTF – 8 char issue February 10, 2012 at 13:41#28569Please try the following:
http://pd4ml.com/i/allfonts.zip (34 MB!)
I assume you own at least one license of MS Win, so there is going to be no font licensing issues.in reply to: Spaces being stripped February 10, 2012 at 13:50#28870Is the third-party app based on PD4ML?
If so, the only theoretical explanation is that the application has misconfigured TTF embedding feature or it uses corrupted TTF fonts with spaces defined wrong way.
(Sounds strange, but it is usual for special TTF fonts, intended to display digits from 0 to 9 only)
I would also suspect a buggy version of PD4ML, but I do not remember any version with a problem like that.
in reply to: Table cell border not drawn after page break February 10, 2012 at 14:01#28851Or do you want me to use a different style?
in reply to: Spaces being stripped February 10, 2012 at 14:05#28871No, its not a PD4ML based app. Its actually Rollbase. Just uses PD4ML to render a HTML template to PDF. So it is most likely a font config problem.
Thanks a mill! Gives me a place to look.
BTW, PD4ML is the latest version 3.80fx2
in reply to: Table cell border not drawn after page break February 10, 2012 at 15:11#28852It seems the simplest workaround would be to add
style=”border-collapse: separate”
attribute to the main
in reply to: Troubleshooting February 10, 2012 at 16:02#26680We have a customer using the Java PD4ML version 3.71b12 in a web application.
They referenced that they allow their users to modify the image associated with their logo at runtime. This likely means physically deleting one image and replacing it (with the same name) using a different image.
The customer states that when exporting to PDF, the old image appears to be cached and still displayed during export. This does not occur when running the report or exporting to Excel.
Are there any methods of controlling the cache for rendering the PDF exports in the Java engine?
I checked the documentation and came up with the following. Will setting pd4ml.cache.enable=false in pd4browser.properties resolve the issue?
Or do I have to add -Dpd4ml.cache.enable=false to the Java options.Thanks in advance,
Clifton Sothoron
LogiXML Inc.in reply to: Troubleshooting February 13, 2012 at 12:53#26681Hi,
We’re using PD4ML to convert HTML doc to PDF and RTF.
However inline-hyperlinks are not working properly in RTF(using MS Word).
We are using HTML ID as href reference and it works very well for PDF format but not for RTF format.Thanks,
Kunal -
AuthorPosts