<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HansMeine</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HansMeine"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/HansMeine"/>
	<updated>2026-04-25T13:33:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66211</id>
		<title>Multipage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66211"/>
		<updated>2010-12-06T13:24:16Z</updated>

		<summary type="html">&lt;p&gt;HansMeine: formatting / markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multipage support ==&lt;br /&gt;
Currently, Inkscape does '''not''' have multipage support.  The main reason is that the current SVG standard does not support multipage documents, although the upcoming SVG revision 1.2 will do [[http://www.w3.org/TR/2004/WD-SVG12-20041027/multipage.html see W3.org]].  This page discusses how the feature can (or should) be implemented.&lt;br /&gt;
&lt;br /&gt;
* There should be multiple pages within a document.&lt;br /&gt;
* There are two contrary implementattions in the real world:&lt;br /&gt;
** distribute pages around the graphics elements - the Adobe way&lt;br /&gt;
** distribute graphics elements around the pages - how Corel does it and how SVG propose it&lt;br /&gt;
* New problems arise when saving to singlepage file formats (jpg, png, etc).&lt;br /&gt;
&lt;br /&gt;
== Multipage in the SVG standard ==&lt;br /&gt;
* All pages are contained within a single pageSet element. A pageSet may contain any number of page elements. Each page element defines a single container of graphical objects. &lt;br /&gt;
* In a screen-based user agent, only one page element is displayed at any time on the main canvas.&lt;br /&gt;
* The SVG content typically defines a page dimension or aspect ratio in the topmost svg element and its viewBox. The viewBox transformation applies to printed SVG in the same way as screen display.&lt;br /&gt;
* The orientation of each page element can be controlled by the page-orientation property. This enables the content to define whether a portrait or landscape mode is used for display and printing.&lt;br /&gt;
&lt;br /&gt;
== Multipage à la Corel ==&lt;br /&gt;
* There is a list of pages as tabs on the lower side of the drawing window.&lt;br /&gt;
* All pages share the same page properties.&lt;br /&gt;
* A '''master page''' contains elements that are visible on all other pages: drawings, markers&lt;br /&gt;
* In an object browser, pages and layers are integrated.&lt;br /&gt;
&lt;br /&gt;
See [[http://wiki.inkscape.org/wiki/images/Corel_pages.PNG this screeshot]].&lt;br /&gt;
&lt;br /&gt;
== Multicanvas (similar to multi-Artboard on adobe illustrator cs4). ==&lt;br /&gt;
Multicanvas solution is not the same as pages and can't follow the SVG pageSet spec. The multicanvas, as the multi-artboard, can (frequently must) have different sizes and can be freely placed on the 2D space. A canvas may overlap a part other canvas.&lt;br /&gt;
&lt;br /&gt;
Each canvas can be printed independently and that feature helps to unify the art conception for the most applications of an art project.&lt;br /&gt;
&lt;br /&gt;
* see this adobe tutorial [[http://www.adobe.com/designcenter/illustrator/articles/lrvid4016_ai.html here]]&lt;br /&gt;
* there is an [[http://www.vimeo.com/2503097 video]] by Valessio Brito presenting an UI mockup how multipage can be handled in inkscape&lt;br /&gt;
&lt;br /&gt;
The multicanvas feature may be incompatible with the multipage feature, so, the user may chose the working mode on the &amp;quot;document properties&amp;quot; dialog. The default must be multipage and that will show the page tabs on the interface and the &amp;quot;new page&amp;quot; button, when selecting multicanvas that will show the canvas controls and the &amp;quot;new canvas&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Feature request registered: https://bugs.launchpad.net/inkscape/+bug/671081&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
* Some planning was done in [http://www.nabble.com/Multipage-plan-td16394431.html this thread].&lt;br /&gt;
* All export dialogues must get extra properties in order to handle multiple pages, e.g. for specifying not only the elements, but also the pages to be exported.&lt;/div&gt;</summary>
		<author><name>HansMeine</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66205</id>
		<title>Multipage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66205"/>
		<updated>2010-12-06T13:22:32Z</updated>

		<summary type="html">&lt;p&gt;HansMeine: formatting / markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multipage support ==&lt;br /&gt;
Currently, Inkscape does '''not''' have multipage support.  The main reason is that the current SVG standard does not support multipage documents, although the upcoming SVG revision 1.2 will do [[http://www.w3.org/TR/2004/WD-SVG12-20041027/multipage.html see W3.org]].  This page discusses how the feature can (or should) be implemented.&lt;br /&gt;
&lt;br /&gt;
* There should be multiple pages within a document.&lt;br /&gt;
* There are two contrary implementattions in the real world:&lt;br /&gt;
** distribute pages around the graphics elements - the Adobe way&lt;br /&gt;
** distribute graphics elements around the pages - how Corel does it and how SVG propose it&lt;br /&gt;
* New problems arise when saving to singlepage file formats (jpg, png, etc).&lt;br /&gt;
&lt;br /&gt;
== Multipage in the SVG standard ==&lt;br /&gt;
* All pages are contained within a single pageSet element. A pageSet may contain any number of page elements. Each page element defines a single container of graphical objects. &lt;br /&gt;
* In a screen-based user agent, only one page element is displayed at any time on the main canvas.&lt;br /&gt;
* The SVG content typically defines a page dimension or aspect ratio in the topmost svg element and its viewBox. The viewBox transformation applies to printed SVG in the same way as screen display.&lt;br /&gt;
* The orientation of each page element can be controlled by the page-orientation property. This enables the content to define whether a portrait or landscape mode is used for display and printing.&lt;br /&gt;
&lt;br /&gt;
== Multipage à la Corel ==&lt;br /&gt;
* There is a list of pages as tabs on the lower side of the drawing window.&lt;br /&gt;
* All pages share the same page properties.&lt;br /&gt;
* A '''master page''' contains elements that are visible on all other pages: drawings, markers&lt;br /&gt;
* In an object browser, pages and layers are integrated.&lt;br /&gt;
&lt;br /&gt;
See [[http://wiki.inkscape.org/wiki/images/Corel_pages.PNG this screeshot]].&lt;br /&gt;
&lt;br /&gt;
== Multicanvas (similar to multi-Artboard on adobe illustrator cs4). ==&lt;br /&gt;
Multicanvas solution is not the same as pages and can't follow the SVG pageSet spec. The multicanvas, as the multi-artboard, can (frequently must) have different sizes and can be freely placed on the 2D space. A canvas may overlap a part other canvas.&lt;br /&gt;
&lt;br /&gt;
Each canvas can be printed independently and that feature helps to unify the art conception for the most applications of an art project.&lt;br /&gt;
&lt;br /&gt;
* see this adobe tutorial [[http://www.adobe.com/designcenter/illustrator/articles/lrvid4016_ai.html here]]&lt;br /&gt;
* there is an [[http://www.vimeo.com/2503097 video]] by Valessio Brito presenting an UI mockup how multipage can be handled in inkscape&lt;br /&gt;
&lt;br /&gt;
The multicanvas feature may be incompatible with the multipage feature, so, the user may chose the working mode on the &amp;quot;document properties&amp;quot; dialog. The default must be multipage and that will show the page tabs on the interface and the &amp;quot;new page&amp;quot; button, when selecting multicanvas that will show the canvas controls and the &amp;quot;new canvas&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Feature request registered: https://bugs.launchpad.net/inkscape/+bug/671081&lt;br /&gt;
&lt;br /&gt;
== implementation ==&lt;br /&gt;
* see this [http://www.nabble.com/Multipage-plan-td16394431.html thread]&lt;br /&gt;
* all export dialogues must becom extra properties to handle multiple pages, in order to specify not only the elements but also the pages to be exported&lt;/div&gt;</summary>
		<author><name>HansMeine</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66199</id>
		<title>Multipage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66199"/>
		<updated>2010-12-06T13:16:27Z</updated>

		<summary type="html">&lt;p&gt;HansMeine: /* multipage in the SVG standard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multipage support ==&lt;br /&gt;
Currently, Inkscape does '''not''' have multipage support.  The main reason is that the current SVG standard does not support multipage documents, although the upcoming SVG revision 1.2 will do [[http://www.w3.org/TR/2004/WD-SVG12-20041027/multipage.html see W3.org]].  This page discusses how the feature can (or should) be implemented.&lt;br /&gt;
&lt;br /&gt;
* There should be multiple pages within a document.&lt;br /&gt;
* There are two contrary implementattions in the real world:&lt;br /&gt;
** distribute pages around the graphics elements - the Adobe way&lt;br /&gt;
** distribute graphics elements around the pages - how Corel does it and how SVG propose it&lt;br /&gt;
* New problems arise when saving to singlepage file formats (jpg, png, etc).&lt;br /&gt;
&lt;br /&gt;
== Multipage in the SVG standard ==&lt;br /&gt;
* All pages are contained within a single pageSet element. A pageSet may contain any number of page elements. Each page element defines a single container of graphical objects. &lt;br /&gt;
* In a screen-based user agent, only one page element is displayed at any time on the main canvas.&lt;br /&gt;
* The SVG content typically defines a page dimension or aspect ratio in the topmost svg element and its viewBox. The viewBox transformation applies to printed SVG in the same way as screen display.&lt;br /&gt;
* The orientation of each page element can be controlled by the page-orientation property. This enables the content to define whether a portrait or landscape mode is used for display and printing.&lt;br /&gt;
&lt;br /&gt;
== multipage ala Corel ==&lt;br /&gt;
* there is a list of pages as tabs on the lower side of the drawing window&lt;br /&gt;
* all pages share the same page properties&lt;br /&gt;
* a '''master page''' contains elements that are visible on all other pages: drawings, markers&lt;br /&gt;
* in an object browser pages and layers are integrated&lt;br /&gt;
* see a screenshot [[http://wiki.inkscape.org/wiki/images/Corel_pages.PNG here]]&lt;br /&gt;
&lt;br /&gt;
== Multicanvas (similar to multi-Artboard on adobe illustrator cs4). ==&lt;br /&gt;
Multicanvas solution is not the same as pages and can't follow the SVG pageSet spec. The multicanvas, as the multi-artboard, can (frequently must) have different sizes and can be freely placed on the 2D space. A canvas may overlap a part other canvas.&lt;br /&gt;
&lt;br /&gt;
Each canvas can be printed independently and that feature helps to unify the art conception for the most applications of an art project.&lt;br /&gt;
&lt;br /&gt;
* see this adobe tutorial [[http://www.adobe.com/designcenter/illustrator/articles/lrvid4016_ai.html here]]&lt;br /&gt;
* there is an [[http://www.vimeo.com/2503097 video]] by Valessio Brito presenting an UI mockup how multipage can be handled in inkscape&lt;br /&gt;
&lt;br /&gt;
The multicanvas feature may be incompatible with the multipage feature, so, the user may chose the working mode on the &amp;quot;document properties&amp;quot; dialog. The default must be multipage and that will show the page tabs on the interface and the &amp;quot;new page&amp;quot; button, when selecting multicanvas that will show the canvas controls and the &amp;quot;new canvas&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Feature request registered: https://bugs.launchpad.net/inkscape/+bug/671081&lt;br /&gt;
&lt;br /&gt;
== implementation ==&lt;br /&gt;
* see this [http://www.nabble.com/Multipage-plan-td16394431.html thread]&lt;br /&gt;
* all export dialogues must becom extra properties to handle multiple pages, in order to specify not only the elements but also the pages to be exported&lt;/div&gt;</summary>
		<author><name>HansMeine</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66193</id>
		<title>Multipage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66193"/>
		<updated>2010-12-06T13:15:35Z</updated>

		<summary type="html">&lt;p&gt;HansMeine: formatting / markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multipage support ==&lt;br /&gt;
Currently, Inkscape does '''not''' have multipage support.  The main reason is that the current SVG standard does not support multipage documents, although the upcoming SVG revision 1.2 will do [[http://www.w3.org/TR/2004/WD-SVG12-20041027/multipage.html see W3.org]].  This page discusses how the feature can (or should) be implemented.&lt;br /&gt;
&lt;br /&gt;
* There should be multiple pages within a document.&lt;br /&gt;
* There are two contrary implementattions in the real world:&lt;br /&gt;
** distribute pages around the graphics elements - the Adobe way&lt;br /&gt;
** distribute graphics elements around the pages - how Corel does it and how SVG propose it&lt;br /&gt;
* New problems arise when saving to singlepage file formats (jpg, png, etc).&lt;br /&gt;
&lt;br /&gt;
== multipage in the SVG standard ==&lt;br /&gt;
* All pages are contained within a single pageSet element. A pageSet may contain any number of page elements. Each page element defines a single container of graphical objects. &lt;br /&gt;
* In a screen-based user agent, only one page element is displayed at any time on the main canvas.&lt;br /&gt;
* The SVG content typically defines a page dimension or aspect ratio in the topmost svg element and its viewBox. The viewBox transformation applies to printed SVG in the same way as screen display.&lt;br /&gt;
* The orientation of each page element can be controlled by the page-orientation property. This enables the content to define whether a portrait or landscape mode is used for display and printing.&lt;br /&gt;
&lt;br /&gt;
== multipage ala Corel ==&lt;br /&gt;
* there is a list of pages as tabs on the lower side of the drawing window&lt;br /&gt;
* all pages share the same page properties&lt;br /&gt;
* a '''master page''' contains elements that are visible on all other pages: drawings, markers&lt;br /&gt;
* in an object browser pages and layers are integrated&lt;br /&gt;
* see a screenshot [[http://wiki.inkscape.org/wiki/images/Corel_pages.PNG here]]&lt;br /&gt;
&lt;br /&gt;
== Multicanvas (similar to multi-Artboard on adobe illustrator cs4). ==&lt;br /&gt;
Multicanvas solution is not the same as pages and can't follow the SVG pageSet spec. The multicanvas, as the multi-artboard, can (frequently must) have different sizes and can be freely placed on the 2D space. A canvas may overlap a part other canvas.&lt;br /&gt;
&lt;br /&gt;
Each canvas can be printed independently and that feature helps to unify the art conception for the most applications of an art project.&lt;br /&gt;
&lt;br /&gt;
* see this adobe tutorial [[http://www.adobe.com/designcenter/illustrator/articles/lrvid4016_ai.html here]]&lt;br /&gt;
* there is an [[http://www.vimeo.com/2503097 video]] by Valessio Brito presenting an UI mockup how multipage can be handled in inkscape&lt;br /&gt;
&lt;br /&gt;
The multicanvas feature may be incompatible with the multipage feature, so, the user may chose the working mode on the &amp;quot;document properties&amp;quot; dialog. The default must be multipage and that will show the page tabs on the interface and the &amp;quot;new page&amp;quot; button, when selecting multicanvas that will show the canvas controls and the &amp;quot;new canvas&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Feature request registered: https://bugs.launchpad.net/inkscape/+bug/671081&lt;br /&gt;
&lt;br /&gt;
== implementation ==&lt;br /&gt;
* see this [http://www.nabble.com/Multipage-plan-td16394431.html thread]&lt;br /&gt;
* all export dialogues must becom extra properties to handle multiple pages, in order to specify not only the elements but also the pages to be exported&lt;/div&gt;</summary>
		<author><name>HansMeine</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66187</id>
		<title>Multipage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Multipage&amp;diff=66187"/>
		<updated>2010-12-06T13:14:04Z</updated>

		<summary type="html">&lt;p&gt;HansMeine: /* Multipage support */  re-wording and improved spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Multipage support ==&lt;br /&gt;
Currently, Inkscape does *not* have multipage support.  The main reason is that the current SVG standard does not support multipage, although the upcoming SVG revision 1.2 will do [[http://www.w3.org/TR/2004/WD-SVG12-20041027/multipage.html see W3.org]].  This page discusses how the feature can (or should) be implemented.&lt;br /&gt;
&lt;br /&gt;
* There should be multiple pages within a document.&lt;br /&gt;
* Problems arise when saving to singlepage file formats (jpg, png, etc).&lt;br /&gt;
* There are two contrary implementattions in the real world:&lt;br /&gt;
** distribute pages around the graphics elements - the Adobe way&lt;br /&gt;
** distribute graphics elements around the pages - how Corel does it and how SVG propose it&lt;br /&gt;
&lt;br /&gt;
== multipage in the SVG standard ==&lt;br /&gt;
* All pages are contained within a single pageSet element. A pageSet may contain any number of page elements. Each page element defines a single container of graphical objects. &lt;br /&gt;
* In a screen-based user agent, only one page element is displayed at any time on the main canvas.&lt;br /&gt;
* The SVG content typically defines a page dimension or aspect ratio in the topmost svg element and its viewBox. The viewBox transformation applies to printed SVG in the same way as screen display.&lt;br /&gt;
* The orientation of each page element can be controlled by the page-orientation property. This enables the content to define whether a portrait or landscape mode is used for display and printing.&lt;br /&gt;
&lt;br /&gt;
== multipage ala Corel ==&lt;br /&gt;
* there is a list of pages as tabs on the lower side of the drawing window&lt;br /&gt;
* all pages share the same page properties&lt;br /&gt;
* a '''master page''' contains elements that are visible on all other pages: drawings, markers&lt;br /&gt;
* in an object browser pages and layers are integrated&lt;br /&gt;
* see a screenshot [[http://wiki.inkscape.org/wiki/images/Corel_pages.PNG here]]&lt;br /&gt;
&lt;br /&gt;
== Multicanvas (similar to multi-Artboard on adobe illustrator cs4). ==&lt;br /&gt;
Multicanvas solution is not the same as pages and can't follow the SVG pageSet spec. The multicanvas, as the multi-artboard, can (frequently must) have different sizes and can be freely placed on the 2D space. A canvas may overlap a part other canvas.&lt;br /&gt;
&lt;br /&gt;
Each canvas can be printed independently and that feature helps to unify the art conception for the most applications of an art project.&lt;br /&gt;
&lt;br /&gt;
* see this adobe tutorial [[http://www.adobe.com/designcenter/illustrator/articles/lrvid4016_ai.html here]]&lt;br /&gt;
* there is an [[http://www.vimeo.com/2503097 video]] by Valessio Brito presenting an UI mockup how multipage can be handled in inkscape&lt;br /&gt;
&lt;br /&gt;
The multicanvas feature may be incompatible with the multipage feature, so, the user may chose the working mode on the &amp;quot;document properties&amp;quot; dialog. The default must be multipage and that will show the page tabs on the interface and the &amp;quot;new page&amp;quot; button, when selecting multicanvas that will show the canvas controls and the &amp;quot;new canvas&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Feature request registered: https://bugs.launchpad.net/inkscape/+bug/671081&lt;br /&gt;
&lt;br /&gt;
== implementation ==&lt;br /&gt;
* see this [http://www.nabble.com/Multipage-plan-td16394431.html thread]&lt;br /&gt;
* all export dialogues must becom extra properties to handle multiple pages, in order to specify not only the elements but also the pages to be exported&lt;/div&gt;</summary>
		<author><name>HansMeine</name></author>
	</entry>
</feed>