Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26321

    We have to jsp include many pages for a print-overview.
    Problem: The pages have all a own section.
    pd4ml (unlike the browser) stops parsing after the first .

    Is there a way to tell pd4ml to parse the complete stream?

    Thank you

    #27809

    The multi-document processing, you need, is in our TODO list, but it is not implemented yet.

    The only solution for the time being is to preprocess the HTML before it goes to PD4ML and to remove all and tags. Unfortunately all CSS styles defined in the documents are going to merge, which can result.

    #27810

    I can suggest a solution for you:
    Send each page to PD4ML separately and create individual PDFs. Then use a lib like PDFBox to load each one and append them.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.