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

page_orient() not working #603

Open
toufik-belgacemi opened this issue Jan 22, 2023 · 2 comments
Open

page_orient() not working #603

toufik-belgacemi opened this issue Jan 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@toufik-belgacemi
Copy link

Describe the bug

A clear and concise description of what the bug is.

Reproduced step

Steps to reproduce the behavior:

Impossible to change the orientation of a page to Landscape with the function page_orient(PageOrientationType::Landscape)

Expected behavior

Change the orientation of the page

Actual behavior

Nothing happen

Desktop (please complete the following information)

  • OS: [mac OS]
  • Version [0.4.6]
@toufik-belgacemi toufik-belgacemi added the bug Something isn't working label Jan 22, 2023
@Jumes-1
Copy link

Jumes-1 commented Apr 30, 2023

The function page_orient only changes the orient property, which is not good enough for the word processor, the size of the document has to be changed as well. Which is as simple as flipping the width with the height. I think that the function itself should do this

@k-bx
Copy link

k-bx commented Jul 15, 2023

At least documenting this would help a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants