Skip to main content
Participant
July 19, 2021
Answered

html to pdf conversion where input is url

  • July 19, 2021
  • 1 reply
  • 471 views

Hi people, I have been trying to convert HTML to pdf using node.js pdf services-node-SDK but there I am supposed o give input as a local file as per the documentation provided link to documentation whereas my problem is, I need to provide URL as an input and I need to get pdf as output. Thanks in advance.

    This topic has been closed for replies.
    Correct answer Joel Geraci

    Currently, we don't support PDF creation from HTML from a URL. The HTML needs to be "packaged" as a ZIP that contains the site and all of its dependencies.

    1 reply

    Joel Geraci
    Community Expert
    Joel GeraciCommunity ExpertCorrect answer
    Community Expert
    July 19, 2021

    Currently, we don't support PDF creation from HTML from a URL. The HTML needs to be "packaged" as a ZIP that contains the site and all of its dependencies.