Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26432

    hi,

    Can we create a single pdf for multiple url. For example, I want to create a pdf with the contents of 4 web pages. How can i achieve this?

    Thanks & Regards,
    Gopakumar B

    #28152

    PD4ML API has a method, which takes an array of URLs as a parameter. It should do the trick for you.

    #28153

    @PD4ML wrote:

    PD4ML API has a method, which takes an array of URLs as a parameter. It should do the trick for you.

    thanks for your quick response. we tried it and it works well as we send an uri array to load multiple urls. But each url page is loading as a new page. Is there anyway to avoid this page break?

    Thanks & Regards,
    Gopakumar B

    #28154

    No. It is not possible for the time being.

    A workaround is to merge HTML into a single one before passed to PD4ML. By the merge you would also need to remove and closing tags as they stop further HTML parsing.

    #28155

    @PD4ML wrote:

    No. It is not possible for the time being.

    A workaround is to merge HTML into a single one before passed to PD4ML. By the merge you would also need to remove and closing tags as they stop further HTML parsing.

    Thanks. Will try that.

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

The forum ‘General questions / FAQ’ is closed to new topics and replies.