Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

html to pdf conversion where input is url

New Here ,
Jul 19, 2021 Jul 19, 2021

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.

406
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 19, 2021 Jul 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.

Translate
Community Expert ,
Jul 19, 2021 Jul 19, 2021
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources