Re: how Get Bitmap file from SVG module?

2012-06-04 Thread Armin Le Grand
Hi jianlizhao, jianlizhao jianlizh...@hotmail.com wrote: Hi Armin: I send an Email to Texmaths's author , asked he some questions, communicate with each other as follows: My question: LaTeX will equations can be inserted as images (SVG or PNG formats) and the LaTeX, code is saved into

Re: how Get Bitmap file from SVG module?

2012-06-03 Thread RGB ES
2012/6/3 jianlizhao jianlizh...@hotmail.com: Hi Armin: I send an Email to Texmaths's author ,  asked he some questions, communicate with each other as follows: My question: LaTeX will equations can be inserted as images (SVG or PNG formats) and  the LaTeX, code is saved into the image

Re: how Get Bitmap file from SVG module?

2012-06-01 Thread Armin Le Grand
Get Bitmap file from SVG module? Hi jianlizhao, much more simple, only a trick to look at the contents of a ODF file. Example: Save the file (e.g. foo.odf), extend filename (e.g. in explorer on windows) by *.ziz (- foo.odf.zip). You can the open the odf file as zip archive and inspect

Re: how Get Bitmap file from SVG module?

2012-05-31 Thread Armin Le Grand
to your reply. Best Regards! -邮件原件- 发件人: Armin Le Grand [mailto:armin.le.gr...@me.com] 发送时间: 2012年5月30日 23:46 收件人: ooo-dev@incubator.apache.org 主题: Re: how Get Bitmap file from SVG module? Hi jianlizhao, [..] Sincerely, Armin -- ALG

Re: how Get Bitmap file from SVG module?

2012-05-30 Thread Armin Le Grand
Hi jianlizhao, On 30.05.2012 16:29, jianlizhao wrote: Hi Armin: I find TexMaths extension is very like my needs. Described as follows: TexMaths is an extension designed to provide LaTeX support into LibreOffice. LaTeX equations can be inserted as images (SVG or PNG formats) and the

Re: how Get Bitmap file from SVG module?

2012-05-29 Thread Armin Le Grand
Hi jianlizhao, I still have to guess what you want to do, but it sounds like: - Insert raw data file to draw/Impress - A special extension uses that data to proccess something and outputs a text file - That extension creates a Bitmap/BitmapEx AOO can display If this is correct I see no

Re: how Get Bitmap file from SVG module?

2012-05-24 Thread Armin Le Grand
Hi Eric, On 24.05.2012 03:43, Yong Lin Ma wrote: Let me try to translate the message below. Thanks, that helped. Ansering below... Hi Armin, I see two interfaces XSVGPrinter and XSVGWriter in svg mdoule Could they be used for graphic in Bitmap format? No. For function

Re: how Get Bitmap file from SVG module?

2012-05-24 Thread Armin Le Grand
@incubator.apache.org 主题: Re: how Get Bitmap file from SVG module? Hi jianlizhao, On 23.05.2012 11:06, jianlizhao wrote: Hi Armin: I ask you some question as below: In module svg, have two Interfaces, one is XSVGPrinter, the other is XSVGWriter. Both are interfaces, XSVGPrinter is not used

Re: how Get Bitmap file from SVG module?

2012-05-24 Thread Armin Le Grand
details about exactly what steps have to be done to implement it. HTH! Thanks... Best Regards! -邮件原件- 发件人: Armin Le Grand [mailto:armin.le.gr...@me.com] 发送时间: 2012年5月24日 18:10 收件人: ooo-dev@incubator.apache.org 主题: Re: how Get Bitmap file from SVG module? Hi jianlizhao

Re: how Get Bitmap file from SVG module?

2012-05-23 Thread Regina Henschel
Hi jianlizhao, it is still not clear to me, what you want to do: Do you want to write macros or extensions and need help to use the API? or Do you want to work on the core itself. If it is this, what do you want to do? What feature do you want to implement or what bug do you want to fix?

Re: how Get Bitmap file from SVG module?

2012-05-23 Thread Armin Le Grand
Hi jianlizhao, On 23.05.2012 11:06, jianlizhao wrote: Hi Armin: I ask you some question as below: In module svg, have two Interfaces, one is XSVGPrinter, the other is XSVGWriter. Both are interfaces, XSVGPrinter is not used at all and XSVGWriter is the current SVG export which has

Re: how Get Bitmap file from SVG module?

2012-05-23 Thread Yong Lin Ma
Let me try to translate the message below. Hi Armin, I see two interfaces XSVGPrinter and XSVGWriter in svg mdoule Could they be used for graphic in Bitmap format? For function extractFromGraphic in svgimagenode void extractFromGraphic ( const Graphic rGraphic