Hi Alessandro

I suggest you to code it yourself. It is not very difficult at all
It is just a set of <g> elements and only one of them is visible:
<g id="myPagemanager">
    <g id="firstPage" visibility="hidden">
       ...
    </g>
    <g id="secondPage" visibility="visible">
       ...
    </g>
</g>

But if you want a more elaborate page controler, see
http://www.eure.pref.gouv.fr/sig.ouvre.asp

Then, choose
"Eure" in the first combobox
"Risques" in the second
any in the third

Then, on the botton right, you will have a dynamic page controler ( one 
page contains the check-boxes, you can change the page using upper buttons)

I'll give you the code, if you are interrested.

J�r�me

-- 
J�r�me Tricand de la Goutte

Soci�t� Logatique
50 rue Marcel Dassault
92100 Boulogne-Billancourt

01 46 21 59 59



Peruzzi Alessandro a �crit :

>Hi,
> the problem is thet I would like to print my svg embed image but it 
>is very big and if I use File->Print with my browser command, my 
>printer cut image and not print the other part of image in an other 
>paper. So I thoughts about to make my svg in more then one page.
>I readed in w3c site for the <page> element bau it is only able for 
>1.2 version of svg. But ASV 3.0 to supported this.
>So I use ASV 6.0 to see if it is a great solution, but not it isn't.
>What is the solution ?
>
>Alessandro Peruzzi
>
>--- In [email protected], "ggb2g" <[EMAIL PROTECTED]> wrote:
>  
>
>>To my knowledge it is not supported by Adobe even version 6.
>>I heard that it might not be in the final svg1.2, so be carefful 
>>    
>>
>with
>  
>
>>this feature.
>>--- In [email protected], "Peruzzi Alessandro"
>><[EMAIL PROTECTED]> wrote:
>>    
>>
>>>I installed ASV 6.0 Development Release 1, Build 38363
>>>
>>>but my svg file appear in only one page.
>>>How I must to do for navigate in the svg pages?
>>>I view only one page.
>>>
>>>      
>>>
>>>>ASV 3.x doesn't implement SVG1.2  specification.
>>>>        
>>>>
>>>My svg application have rebuild menu item but in ASV this 
>>>      
>>>
>rebuiding 
>  
>
>>>isn't supperted.
>>>
>>>I must use <page>--> ASV 6 and rebuild menu --> ASV 3
>>>
>>>"To be or not to be, this is the problem." !!!
>>>
>>>Bye bye from Alessandro
>>>
>>>
>>>--- In [email protected], J�r�me Tricand de la 
>>>      
>>>
>Goutte 
>  
>
>>><[EMAIL PROTECTED]> wrote:
>>>      
>>>
>>>>Hi Alessandro
>>>>
>>>>ASV 3.x doesn't implement SVG1.2  specification.
>>>>
>>>>You should use ASV 6.x for that.
>>>>But this viewer isn't fully compliant with SVG1.2. You should 
>>>>        
>>>>
>check 
>  
>
>>>what 
>>>      
>>>
>>>>parts of the specification are implemented.
>>>>
>>>>Hope it helps.
>>>>
>>>>J�r�me
>>>>
>>>>-- 
>>>>J�r�me Tricand de la Goutte
>>>>
>>>>Soci�t� Logatique
>>>>50 rue Marcel Dassault
>>>>92100 Boulogne-Billancourt
>>>>
>>>>01 46 21 59 59
>>>>
>>>>
>>>> 
>>>>Peruzzi Alessandro a �crit :
>>>>
>>>>        
>>>>
>>>>>Hello everybody.
>>>>>
>>>>>I readed that the 1.2 versione of SVG included <page> and 
>>>>>          
>>>>>
>>><pageset> 
>>>      
>>>
>>>>>element.
>>>>>In the W3C ufficial site I copy this code
>>>>>          
>>>>>
>>>>>from http://www.w3.org/TR/SVGPrint/
>>>>        
>>>>
>>>>><?xml version="1.0" standalone="no"?>
>>>>><!DOCTYPE svg>
>>>>><svg width="1000" height="1000" viewBox="0 0 1000 1000" 
>>>>>          
>>>>>
>>>version="1.2" 
>>>      
>>>
>>>>>streamable="true" xmlns="http://www.w3.org/2000/svg"; 
>>>>>preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify">
>>>>>
>>>>>   <text x="50" y="50" font-family="Verdana" font-size="36" 
>>>>>fill="blue" startOffset="0">
>>>>>           Should appear on all pages
>>>>>   </text>
>>>>>   <circle cx="200" cy="150" r="90" fill="blue" 
>>>>>          
>>>>>
>stroke="black" 
>  
>
>>>>>stroke-width="4" fill-opacity="0.7"/>
>>>>>   <pageSet>
>>>>>       <page>
>>>>>           <circle cx="300" cy="150" r="90" fill="red" 
>>>>>stroke="black" stroke-width="4" fill-opacity="0.7"/>
>>>>>           <text x="50" y="850" font-family="Verdana" font-
>>>>>          
>>>>>
>>>size="36" 
>>>      
>>>
>>>>>fill="blue" startOffset="0">
>>>>>               Should appear on first page
>>>>>           </text>
>>>>>       </page>
>>>>>       <page>
>>>>>           <circle cx="240" cy="250" r="90" fill="green" 
>>>>>stroke="black" stroke-width="4" fill-opacity="0.7"/>
>>>>>           <text x="50" y="850" font-family="Verdana" font-
>>>>>          
>>>>>
>>>size="36" 
>>>      
>>>
>>>>>fill="blue" startOffset="0">
>>>>>               Should appear on second page. Another Circle.
>>>>>           </text>
>>>>>       </page>
>>>>>       <page>
>>>>>           <circle cx="360" cy="250" r="90" fill="blue" 
>>>>>stroke="black" stroke-width="4" fill-opacity="0.7"/>
>>>>>           <text x="50" y="850" font-family="Verdana" font-
>>>>>          
>>>>>
>>>size="36" 
>>>      
>>>
>>>>>fill="blue" startOffset="0">
>>>>>               Should appear on third page. Last Circle
>>>>>           </text>
>>>>>       </page>
>>>>>   </pageSet>  
>>>>></svg>
>>>>>
>>>>>
>>>>>But result is a single blu circle with the text "Should appear 
>>>>>          
>>>>>
>on 
>  
>
>>>all 
>>>      
>>>
>>>>>pages"
>>>>>the others page not appears or I don't understand how must do 
>>>>>          
>>>>>
>it.
>  
>
>>>>>I'm using Adobe SVGViewer 3.02
>>>>>
>>>>>Thanks a lot.
>>>>>Alessandro Peruzzi
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>-----
>>>>>To unsubscribe send a message to: svg-developers-
>>>>>          
>>>>>
>>>[EMAIL PROTECTED]
>>>      
>>>
>>>>>-or-
>>>>>visit http://groups.yahoo.com/group/svg-developers and 
>>>>>          
>>>>>
>click "edit 
>  
>
>>>my membership"
>>>      
>>>
>>>>>---- 
>>>>>Yahoo! Groups Links
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> 
>>>>>
>>>>>          
>>>>>
>
>
>
>
>
>-----
>To unsubscribe send a message to: [EMAIL PROTECTED]
>-or-
>visit http://groups.yahoo.com/group/svg-developers and click "edit my 
>membership"
>---- 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>  
>




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to