MicrosoftEdge / DevTools

Feedback and discussions about Microsoft Edge Developer Tools
MIT License
154 stars 50 forks source link

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

Closed nhatnd2206 closed 6 months ago

nhatnd2206 commented 6 months ago
.page1 {
       page: landscape-page;
}

.page2 {
       page: portrait-page;
}

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

@page portrait-page {
       size: A4 portrait;
}
captainbrosset commented 6 months ago

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.