Hi,

Scale the diagram or do a logical breakdown. Svg and printing are nog
friends. See also hierarchical solution in open modeling.

http://sourceforge.net/projects/open-modeling

John
--- In [email protected], "vinay" <[EMAIL PROTECTED]> wrote:
>
> Hi 
> 
> I have developed organization chart using the user hierarchy from the
> database.
> I have generated the svg content some thing like this
> 
> <svg>
> <g id="orgchart">
>    <g id="USER_1">
>       <rect 
>       <text
>       ...
>       <g id="DIRECTREPORTEES_1">
>           <g id="USER_2">
>           </g>
>           <g id="USER_3">
>               <rect
>                ...
>               <g id="DIRECTREPORTEE_3">
>               </g>
>           </g>
>       </g>
>    </g>
> </g>
> 
> My problem is am unable to print the orgchart into pages when the
> chart is big. 
> I am able to generate the pdf (entire orgchart how ever big in one page)
> I looked into the page tag of svg but it looks like i need to divide
> the orgchart into and place them in between page tags to get the
> desired output. Which is difficult.
> 
> How can i solve the problem?
> 
> Thanks in advance
> Vinay Gajjala
>




-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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