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

Can't export PDF file in both Portrait and Landscape at the same time? #240

Closed
nhatnd2206 opened this issue Mar 26, 2024 · 1 comment
Closed
Labels
feedback Feedback about an existing DevTools feature

Comments

@nhatnd2206
Copy link

  • I'm having trouble exporting PDF files in Microsoft Edge. I can't export it both landscape and portrait in the same document. I do the same on Google Chrome and everything works normally.
  • I have set in CSS before printing the document, here is the code:
.page1 {
       page: landscape-page;
}

.page2 {
       page: portrait-page;
}

@page landscape-page {
       size: A4 landscape;
}

@page portrait-page {
       size: A4 portrait;
}
@nhatnd2206 nhatnd2206 added the feedback Feedback about an existing DevTools feature label Mar 26, 2024
@captainbrosset
Copy link
Contributor

This repository is specific to DevTools. DevTools is a developer feature in Edge which is not related to PDF, export, or print CSS handling.
Can you please send your feedback again by using the browser's feedback mechanism? Here's how:

  1. Click Settings and more (the ... button in the top-right corner of the browser).
  2. Click Help and feedback.
  3. Click Send feedback.

Thank you for your understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback Feedback about an existing DevTools feature
Projects
None yet
Development

No branches or pull requests

2 participants