d-bl / bobbinwork

Abandoned runaway hello world for OO design and Java development, predesessor of GroundForge and inkscape-bobbinlace
1 stars 0 forks source link

converter to PDF / RTF / HTML #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
develop a library that can be used to implement a save-as or separate too
to convert a diagram or grid xml file to a pdf/rtf/odf, web page or other
popular formats.

Hardly any knowledge of the BobbinWork project is needed. To get started
all you need is
DiagramBuilder.createDiagram(uri).getThreads() or
DiagramBuilder.createDiagram(inputStream).getPairs() 
these iterators return also the pins.

A library that supports pdf/rtf/html can be found at
http://www.lowagie.com/iText/ other open source tools might also be
suitable or even better. Note that distribution might get more complicated
as more jars would need to co-operate.

Original issue reported on code.google.com by bobbin.w...@gmail.com on 8 Nov 2009 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by bobbin.w...@gmail.com on 1 Dec 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by bobbin.w...@gmail.com on 20 Dec 2009 at 10:11

GoogleCodeExporter commented 9 years ago
since release 583 export of images is implemented. Other tools can embed these 
images in documents and web pages.

Original comment by bobbin.w...@gmail.com on 26 Dec 2010 at 4:10