Skip to content

Feature: Print PDF without manually embedded JS into HTML #16

@stanislaw

Description

@stanislaw

Problem

Currently, to print a PDF with HTML2PDF.js we have to manually embed the library into an HTML file. This step could be automated by the Pip package which could do this work on the fly.

Solution

  • Parse the input HTML
  • Embed a script
  • Output HTML to a temporary file
  • Print the temporary file to PDF.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions