Re: [api-dev] New ooo code snippet: export all graphics in 300dpi

2010-02-02 Thread Christian Lohmaier
Hi Joseph, *, 2010/1/31 ost...@freemail.hu : > > I have created a new OOO Writer code snippet in Basic. > It exports all graphical objects, formulas, bitmaps, drawings, charts in > hi-resolution PNG files. Thanks a lot - this questions comes up again and again, so soon we'll have something to ref

Re: [api-dev] New ooo code snippet: export all graphics in 300dpi

2010-02-01 Thread Fernand Vanrie
Joseph, Fine Job, but you can avoid the copy with "Dispatcher" using the Picture properties found in the writer doc, to avoid flickering you also can open the drwadoc in "hiden" mode please find my code i use to to this jobs feel free to use the parts you are interseted; SUB ExportGraphicNaar(

[api-dev] New ooo code snippet: export all graphics in 300dpi

2010-01-31 Thread ost...@freemail.hu
Dear CodeSnippet Maintainer, I have created a new OOO Writer code snippet in Basic. It exports all graphical objects, formulas, bitmaps, drawings, charts in hi-resolution PNG files. Currently the resolution fixed to 300dpi, but can be changed. It may be really helpful for people e.g. who want t