Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 4,234 total)
  • Author
    Posts
  • in reply to: re: PDF pagination
    #28526

    By default PD4ML prevents any text lines from being sliced.

    With CSS style like TR, IMG { page-break-inside: avoid } you may explicitly protect chosen elements (or element types).

    in reply to: PD4ML Does Nothing in Secure Environment?
    #28525

    It is a possible situation it is stuck completely (or delayed for a very long period of time) in a failed network transaction. Misused SSL layer may behave a strange way.

    But to make sure we do not face an already solved bug, I would recommend to start with an upgrade to the most recent version of PD4ML.

    in reply to: HTML/CSS rendering issues
    #26556

    Hi,

    I have a few tables inside my jsp page with cells like this

    the thin solid black bottom border is not showing up in the pdf, even though if I take away the custom tags the page renders fine into html with the borders showing.

    Any idea how to solve this ? thanks !

    in reply to: not showing second header in PDF
    #27607

    We are using 371b1 Pro (Trial), and we does encountered the mentioned ‘double header’ issue.

    On our side, I generate the webpage with JSP, and assign header using JAVA code. As we try to print our paperwork on an A4 page in landscape with 2 columns, so as to simulate 2 A5 printout side by side.

    The header has 100px tall but it seems to spare 200px tall. The header is not duplicated itself, just left a white space below itself.

    And the header is not shown except page 1.

    I does turn on the enableSmartTableBreak(true), while header contains a table. The height of the header is set to -1 so as to let it decide the height automatically.

    Is there any incorrect setting I need to take care? Does my given information enough for you to check out what is wrong?

    #28041

    Hi PD4ml,

    any hope about this?

    #28042

    The issue is already solved in the actual development build, however it is not available for download yet. To be released with the new beta.

    in reply to: borders not showing ?
    #28527

    1. you need to define
    TABLE {empty-cells: show}
    or to add any content to the cell:

     

    2. For some reason “thin” is not understood by the HTML renderer, so as a temporal workaround please use numeric border width:
    border-bottom: 2 solid black

    in reply to: justify is nor working with arabic
    #28519

    Did you test the version we sent?

    in reply to: General questions / FAQ
    #26557

    is there any way to generate images instead of PDF files while using PD4ML tag library?

    #28528

    No, for the time being. However we could add the feature if it is critical for you.

    #28529

    Hi,

    We have already implemented PDF generation using JSP taglib and everything works just fine, but right now somebody wants pictures instead of PDF files, and is somehow difficult for us to switch now to Java method.
    If there is any possibility from your side to add such a feature in the taglib implementation will be wonderful.
    I mention that we have bought already PD4ML license from you.
    If possible for you to make such a change, how time do you think will take untill we can use this feature?

    Best regards,
    Valeriu

    in reply to: header and footer is not resized when rotate page
    #28500

    The issue is solved by v371b1

    #28530

    What type of PD4ML license do you currently own?

    #28531

    PD4ML Java Library Volume License

    #28532

    is it better if i contact you via email directly to support pd4ml com?

Viewing 15 posts - 1,261 through 1,275 (of 4,234 total)