| View previous topic :: View next topic |
| Author |
Message |
xyb General User

Joined: 13 Mar 2006 Posts: 8
|
Posted: Mon Mar 13, 2006 9:43 pm Post subject: a problem when I convert the file to HTML |
|
|
when I convert the file to HTML,the pictures in the html file are illegible
anybody know?
Thank you! |
|
| Back to top |
|
 |
Seb33300 Power User

Joined: 07 Feb 2006 Posts: 63 Location: France
|
Posted: Mon Mar 13, 2006 11:45 pm Post subject: |
|
|
In an .odt or a .doc document, the pictures are include in the .odt or a .doc document.
In a html document, it cann't bo include in it
So in the html document, it should have a link to an external picture document like
| Code: | | <img src="link of the picture"> |
|
|
| Back to top |
|
 |
xyb General User

Joined: 13 Mar 2006 Posts: 8
|
Posted: Tue Mar 14, 2006 11:32 pm Post subject: |
|
|
| After conversion, the images and the maths in the .doc have been decomposed from the .doc. I think that the cause is the quality of the images ,but I don't kown the methods to set the quality of the images when conversion. |
|
| Back to top |
|
 |
russia General User

Joined: 18 Mar 2006 Posts: 14
|
Posted: Sat Mar 18, 2006 8:33 am Post subject: offer unite |
|
|
Hi xyb and all whom interesting problem!
I too want to solve this problem, if you has some Java code to convert for example diagram to XHTML please post this. afte possible extract archive and all will work. |
|
| Back to top |
|
 |
russia General User

Joined: 18 Mar 2006 Posts: 14
|
Posted: Sun Mar 19, 2006 7:34 am Post subject: Re: offer unite |
|
|
| *.odt-> html export works with image so i think *.odp-> html export real possible do with Java API. |
|
| Back to top |
|
 |
xyb General User

Joined: 13 Mar 2006 Posts: 8
|
Posted: Tue Mar 21, 2006 5:05 pm Post subject: Re: offer unite |
|
|
| russia wrote: | | *.odt-> html export works with image so i think *.odp-> html export real possible do with Java API. |
I have a try! This way is not feasible.
I find that the size of the images extract from the .doc after converting .doc to html are large,howerer,the quality of the images are low. So when the html file change the size of the images to embed in the html.The images became ambiguous!
I have no idea to set the size and the quality of the images when conversion!
any one kown?
Thanks! |
|
| Back to top |
|
 |
russia General User

Joined: 18 Mar 2006 Posts: 14
|
Posted: Tue Mar 21, 2006 10:18 pm Post subject: |
|
|
| may be you post code which you extracted and save image from documen |
|
| Back to top |
|
 |
|