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

rotate text in html #3486

Closed
franziCoder opened this issue Sep 20, 2022 · 5 comments
Closed

rotate text in html #3486

franziCoder opened this issue Sep 20, 2022 · 5 comments

Comments

@franziCoder
Copy link

Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag jspdf.

If you are facing issues with garbled Unicode characters, please refer to #2677.

Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.

  1. A bug should be reported as an mcve.
  2. Make sure code is properly indented and formatted (Use ``` around code blocks).
  3. Provide a runnable example. Optimally, a link to an example that runs directly in the browser (JSFiddle, CodePen, etc.). Please don't share framework-specific code such as React components, unless strictly necessary to reproduce the issue. Try to isolate the code as much as possible and use only plain JS/HTML/CSS.
  4. Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice or your setup.
  5. Read and follow the contribution guidelines.
  6. To make sure you have read this, delete this template and start the issue description with "I have read and understood the contribution guidelines.".
@franziCoder
Copy link
Author

franziCoder commented Sep 20, 2022

i want to rotate a text in a header cell:

<td> test </td>

but also the inline style does not work:

<td style="transform: rotate(90deg)> test </td>

@Dev-Code24
Copy link

@franziCoder ,
hey, I am a newbie to the open source environment. Please can you help me with what I should do about this issue?
I want to help

@franziCoder
Copy link
Author

@Dev-Code24
there should be the possibility to rotate the text in the html file with inline style oder a css class:
like -> style="transform: rotate(90deg)

@Dev-Code24
Copy link

@franziCoder
yes, there is inline CSS in HTML.
so where can I help you with this issue?

@github-actions
Copy link

github-actions bot commented Jan 4, 2023

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

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