WMF/EMF and VSD/VSS import

2007-09-13 Thread Valek Filippov
Hello, I would like to inform you about my projects that I hoped could be interesting for Dia developers. Sorry if I mailed to the wrong list. I made some research of MS Visio binary file formats (VSD/VSS). The results are available in the docs and src of vsdump (http://freshmeat.net/projects/vsd

Re: WMF/EMF and VSD/VSS import

2007-09-23 Thread Valek Filippov
> > There is libwmf, even though imperfect, and I think that libwv has some > other embrionic support for EMF. > > Maybe that's the direction that should be taken. > To fix and extend libwmf seems to be the best direction, because many gtk+/GNOME applications use some part of it. Unfortunately eac

Dia shapes problem

2008-01-08 Thread Valek Filippov
Hello there! I have some problem with conversion of Visio stencils to Dia shapes. 1. I opened SVG files and saved it as Dia shape, it was saved with link to original SVG. Unfortunately Dia doesn't include "xmlns:xlink" into it and as a result fails to load such shapes. 2. I tried to embed SVG fi

Re: wmf with libemf on debian, that's possible!

2008-06-29 Thread Valek Filippov
> libemf is the dependency required for .wmf (Windows Metafont) on Dia. I'm sorry, but... - .wmf is Windows MetaFile, not Windows Metafont; - WMF is supported by libwmf; - libemf doesn't support WMF. -- Cheers, Valek ___ Dia-list mailing list Dia-list@

Re: wmf with libemf on debian, that's possible!

2008-06-29 Thread Valek Filippov
> Maybe, while: > $ file securite_base3.wmf > securite_base3.wmf: ms-windows metafont .wmf http://en.wikipedia.org/wiki/Windows_Metafile > It supports Enhanced MetaFile. While it's possible to share big part of the code for WMF and EMF, those are different and do not directly compatible (like EMF

Re: Cisco icons terms of usage

2009-10-14 Thread Valek Filippov
> project report. My problem is that I do not know wether these icons > are free to use. Could someone please provide a link to a document > that states so? http://www.cisco.com/en/US/prod/assets/visio/product_visio_icon0900aecd800940c3.html grep for 'public' -- Cheers, Valek __

Re: Cisco icons terms of usage

2009-10-14 Thread Valek Filippov
> project report. My problem is that I do not know wether these icons > are free to use. Could someone please provide a link to a document > that states so? http://www.cisco.com/en/US/prod/assets/visio/product_visio_icon0900aecd800940c3.html grep for 'public' -- Cheers, Valek __

Ian Redfern?

2011-07-01 Thread Valek Filippov
Hej, Does anybody know what happened with Ian Redfern (VDX plug-in author)? Nor his site, nor e-mail seem to work. -- Cheers, Valek ___ dia-list mailing list dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.or

Re: Weird message when using custom shapes

2011-07-29 Thread Valek Filippov
Hej Chris, Looks like you need to add 'xmlns:xlink="http://www.w3.org/1999/xlink"; ' to your http://www.daa.com.au/~james/dia-shape-ns"; xmlns:svg="http://www.w3.org/2000/svg";> -- Cheers, Valek On Fri, Jul 29, 2011 at 11:21 AM, Chris Nelson wrote: > I've created some custom shapes that use a

Re: Opening DIA diagrams in MS Visio

2011-09-20 Thread Valek Filippov
> > The product I support can only import Visio diagrams. So I was wondering if > I can create diagrams in DIA and convert them to VSD. > I'm very curious to know what product supports only VSD and nothing else. > > Also, an arrow (a 1D element) is somehow interpreted as a 2D element. > Arrow in

Re: Use Dia to view Visio files

2012-03-22 Thread Valek Filippov
Hej, Blog you mentioned has a link to libvisio library. If you install it (separately or as part of LibreOffice 3.5) you would be able to convert VSD files to XHTML, cut header to make an SVG from it and open SVG files in Dia. There are instructions on installation and usage at the end of the art

Re: floor plan shapes

2012-06-11 Thread Valek Filippov
If anybody aware of the free floor plan stencils for Visio, I could try to convert it to SVG. -- Cheers, Valek On Mon, Jun 11, 2012 at 4:17 PM, Steffen Macke wrote: > Hi Chris, > > > On 10.06.2012 18:21, C Walker wrote: >> >> I recently installed Dia. Love it! Are any floor plan drawing shapes

Re: floor plan shapes

2012-06-11 Thread Valek Filippov
> As far as I know there is no such thing as free visio stencils.  But, maybe > things have changed.  In the past they were very far from free, and > therefore not freely given. You are kidding me, right? http://www.cisco.com/en/US/prod/assets/visio/product_visio_icon0900aecd800940c3.html grep for

Re: floor plan shapes

2012-06-11 Thread Valek Filippov
> I think we have a failure to communicate, and perhaps this is your first > encounter with open source > programming. "Vodka went out through my nostrils" (c). > About 12 years ago, >  There was no way to make them yourself.  I am not kidding. About 12 years ago, roughly in 2000, there was Visi

Re: floor plan shapes

2012-06-11 Thread Valek Filippov
> Did you want help with something? Probably you need to check the first three messages in that discussion. -- Cheers, Valek ___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/

Re: floor plan shapes

2012-06-12 Thread Valek Filippov
> BTW, Valek, have you found liberable stencils for Cisco products > faceplates? My cursory search did not reveal anything, but I was not > really thorough. http://www.cisco.com/en/US/products/hw/prod_cat_visios.html It's the first link for "visio stencil"search on www.cisco.com There were also "i

Re: floor plan shapes

2012-06-12 Thread Valek Filippov
> I wonder - I have found out that you are the author of vsdump tool - are > you still working on it? The version of it I have seems to be several > years old and is not able to open some of the files (catalyst 4000). It's more or less discontinued now. For file introspection there are to other too

Re: Dia

2012-06-29 Thread Valek Filippov
Hej Scott, Visio can open "standard" SVG and save to it. For some interoperability with Visio users you would also probably need to use libvisio (http://cgit.freedesktop.org/libreoffice/contrib/libvisio) to convert VSD (Visio format by default) files to SVG. -- Cheers, Valek On Fri, Jun 29, 20

Re: Dia Visio Diagram Exchange (was Re: Dia)

2012-06-30 Thread Valek Filippov
> Just export the diagram as *.vdx to be directly readable by Visio. > Or save as *.vdx in Visio and import it directly into Dia. Agree for export part. Import is different, because nobody saves to VDX from Visio -- it's not default and MS managed to not deflate it, as a result VDX file is 3-5 tim

Re: VDX Import bug (was Re: Upcoming Dia 0.97.3 bug-fix-only)

2014-03-10 Thread Valek Filippov
I think this one is worth to check. http://sdteffen.blogspot.com/2011/12/dia-and-libvisio-progress-with-vsd.html -- Cheers, Valek On Mon, Mar 10, 2014 at 5:21 PM, Hans Breuer wrote: > > At 10.03.2014 21:34, Dumitru Ursu wrote: >> >> On 03/10/2014 10:28 PM, Dumitru Ursu wrote: >>> Mi

Re: I have a question

2016-11-04 Thread Valek Filippov
http://dia-installer.de/vsd2svg/index.html.en On Fri, Nov 4, 2016 at 12:08 AM, Michael Ross wrote: > Andrew, > > Andrey is being concise. More can be said. If you are familiar with open > source development, you know that it is all volunteer work. Less obvious is > the fact that- if the people

Re: vsd2svg - won't conmpile or install rpm?

2016-12-27 Thread Valek Filippov
Hej Morgan, You likely need "libvisio-devel". -- Cheers, V. On Tue, Dec 27, 2016 at 12:36 PM, Morgan Read wrote: > Hello folks > > > I'm trying to install/ compile vsd2svg for fedora 24 and I've come to a > dead end... > > > First up: > # dnf list libvisio > Last metadata expiration check: 0: