4

Good morning, cere's my problem: I'm using Twoproject Gantt in my company website (link to gantt). I want it to be printable.

Problem: the gantt is a very long and it gets printed only partially in a single A4 page. I would like it to be printable entirely, and even better if it extends in multiple A4 pages.

Is this possible?

silviagreen
  • 1,679
  • 1
  • 18
  • 39

2 Answers2

1

I have found a solution: I used the technique written here to split the table across multiple pages link. Then foreach piece of table I cloned the svg and changed the visibile part accordingly using viewBox attribute

silviagreen
  • 1,679
  • 1
  • 18
  • 39
1

For HTML file containing SVG elements, I use Opera browser and Adobe Acrobat Reader application as explained on Superuser site.

https://superuser.com/questions/161313/print-a-huge-svg

schlebe
  • 3,387
  • 5
  • 37
  • 50