Tôi có một tệp Word và tôi muốn chuyển đổi nó thành html. Tuy nhiên, tất cả các phương trình được chuyển đổi thành gif và chất lượng của chúng trở nên rất thấp. Vấn đề là hệ thống chuyển đổi tất cả những thứ đó trong gifs. Trong thực tế khi tôi chuyển đổi tệp Word thành html, tôi có hai phần: tệp html hoàn thành mà tôi có thể hình dung và một thư mục chứa tất cả các hình ảnh (cả pngs và gifs), tệp powerpoint, tiêu đề html và một số tệp xml . Tệp xml đầu tiên có cấu trúc này:
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../prova.htm"/>
<o:File HRef="item0247.xml"/>
<o:File HRef="props0248.xml"/>
<o:File HRef="themedata.thmx"/>
<o:File HRef="colorschememapping.xml"/>
<o:File HRef="image001.png"/>
<o:File HRef="image002.gif"/>
và nó tiếp tục cho tất cả các hình ảnh (image001 và image002 là cùng một hình ảnh).
Thư hai:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2"
accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6"
hlink="hlink" folHlink="folHlink"/>
Thứ ba:
<b:Sources SelectedStyle="\APA.XSL" StyleName="APA"
xmlns:b="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/bibliography">
</b:Sources>
Và thứ tư:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ds:datastoreItem ds:itemID="{DE80F531-98CE-45B7-9417-C0B0EB9AEA41}"
xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml">
<ds:schemaRefs><ds:schemaRef
ds:uri="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"/>
</ds:schemaRefs></ds:datastoreItem>
Đây là phương trình như png (và trên thực tế như bạn có thể thấy không có vấn đề gì)
Và đây là phương trình tương tự như gif
Đây là các tùy chọn Word 2007:
Vậy làm thế nào tôi có thể khắc phục vấn đề này?