Switching between multiple Page templates not working
See original GitHub issueI think this example from the documentation is not working:
<html>
<head>
<style>
@page title_template { margin: 5cm; }
@page regular_template { margin: 2cm; }
</style>
</head>
<body>
<h1>Title Page</h1>
This is a title page with a large 5cm margin.
<!-- switch page templates -->
<pdf:nexttemplate name="regular_template" />
<h1>Chapter 1</h1>
This is a regular page with a regular 2cm margin.
</body>
</html>
I am simply trying to reproduce this example, but the margins are always the same and there is only one page.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Switching templates in version 7.0 FAQ
It's not possible to change templates on a version 7.1 site. In version 7.0, you switch templates to get access to different features....
Read more >Page templates in SharePoint - Microsoft Support
Create or open a page or news post that you want to use as the basis for your template. Add or change the...
Read more >Create and use page templates in Pages on Mac
Reapply a page template · Click the View menu button in the toolbar, then choose Page Thumbnails. · Click the thumbnail image of...
Read more >How to change the page template in WordPress
Page templates can be applied only to pages, in order to change their aspect. It can be applied to a single page, a...
Read more >Cant find Page Template under Page attributes after ...
Did you change your theme? The Page Template selector is populated from the available page templates in the current theme. If there are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try this one. IT works!!!
@skwars7 I get it, perhaps another libary help you, search by PyPDF2 merge pdf, PISA merge pdf or WEASYPRIN merge pdf.