Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML form support for PDF export #5897

Open
stephenberry opened this issue Nov 19, 2023 · 0 comments
Open

HTML form support for PDF export #5897

stephenberry opened this issue Nov 19, 2023 · 0 comments

Comments

@stephenberry
Copy link

It would be nice if Typora could generate simple PDF forms. However, the PDF export does not nicely convert HTML forms to their PDF equivalent.

I would like the html below, when embedded in Typora, to generate a proper PDF form when exported:

<form>
  <label for="fname">First name:</label><br>
  <input type="text" id="fname" name="fname"><br>
  <label for="lname">Last name:</label><br>
  <input type="text" id="lname" name="lname">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants