[ 
https://issues.apache.org/jira/browse/ZETACOMP-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

FazaƩ updated ZETACOMP-82:
--------------------------

    Description: 
When i tried to convert HTML to ODT, ezcDocumentDocbookToOdtConverter failed on 
<img src="http://...";>.

Error message:  "Could not find image http://...";

The problem is :
- $converter->getImageLocator()->locateImage check if file_exist on the 
filesystems and failed.
- the image is base64 included in the document. then the external location is 
lost.

I have made a little patch in order to manage external images.
Do you think someone can put this patch in SVN ?
The converter is still working as before for local file. 




  was:
When i tried to convert HTML to ODT, ezcDocumentDocbookToOdtConverter failed on 
<img src="http://...";>.

Error message:  "Could not find image http://...";

The problem is :
- $converter->getImageLocator()->locateImage check if file_exist on the 
filesystems.
- the image is base64 included in the document. then the external location is 
lost.

I have made a little patch in order to manage external images.
Do you think someone can put this patch in SVN ?
The converter is still working as before for local file. 





> ezcDocumentDocbookToOdtConverter does not handle externally linked pictures
> ---------------------------------------------------------------------------
>
>                 Key: ZETACOMP-82
>                 URL: https://issues.apache.org/jira/browse/ZETACOMP-82
>             Project: Zeta Components
>          Issue Type: Bug
>          Components: Document
>         Environment: Kubuntu 11.04
>            Reporter: FazaƩ
>         Attachments: zeta_hrefimage.patch
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> When i tried to convert HTML to ODT, ezcDocumentDocbookToOdtConverter failed 
> on <img src="http://...";>.
> Error message:  "Could not find image http://...";
> The problem is :
> - $converter->getImageLocator()->locateImage check if file_exist on the 
> filesystems and failed.
> - the image is base64 included in the document. then the external location is 
> lost.
> I have made a little patch in order to manage external images.
> Do you think someone can put this patch in SVN ?
> The converter is still working as before for local file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to