Код: Выделить всё
const landscapeCSS = `
@page {
size: 14in 8.5in landscape !important;
margin: 0.5in !important;
}
`;
const portraitCSS = `
@page {
size: 8.5in 14in portrait !important;
margin: 0.5in !important;
}
`;
Как я могу заставить систему выполнять эти функции?>
Подробнее здесь: https://stackoverflow.com/questions/797 ... rientation
Мобильная версия