Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 4,234 total)
  • Author
    Posts
  • in reply to: Cache issue
    #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
    #28869

    Thanks 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
    #28744

    The 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
    #26678

    Hi, 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
    #28849

    Any news on this? Could you find time to look into this?

    Thank you,
    Michael

    in reply to: UTF – 8 char issue
    #28568

    Hi,
    is there any update on my above comment because we want the solution urgently?

    in reply to: HTML/CSS rendering issues
    #26679

    This 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
    #28850

    It 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
    #28569

    Please 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
    #28870

    Is 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
    #28851

    Or do you want me to use a different style?

    in reply to: Spaces being stripped
    #28871

    No, 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
    #28852

    It seems the simplest workaround would be to add

    style=”border-collapse: separate”

    attribute to the main

    in reply to: Troubleshooting
    #26680

    We 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
    #26681

    Hi,

    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

Viewing 15 posts - 1,696 through 1,710 (of 4,234 total)