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

html to pdf conversion where input is url

New Here ,
Jul 19, 2021 Jul 19, 2021

Copy link to clipboard

Copied

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.

Views

265

Translate

Translate

Report

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.

Votes

Translate

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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