[ 
https://issues.apache.org/jira/browse/PDFBOX-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540489#comment-13540489
 ] 

Axel Dörfler commented on PDFBOX-1213:
--------------------------------------

A good start would be to change PDFTextStripper.normalize() to keep the 
TextPosition records around, so that writeString() could get a new signature 
writeString(String chars, List<TextPosition> positions). That would at least 
allow subclasses to deal with extra formatting requirements without having to 
change and recompile the package.

BTW this seems to be a duplicate of PDFBOX-213.
                
> Adding style information to the PDF to HTML converter
> -----------------------------------------------------
>
>                 Key: PDFBOX-1213
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1213
>             Project: PDFBox
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Enrique Pérez
>         Attachments: diff.patch
>
>
> This patch modifies the PDF to HTML conversion in order to add style 
> information (bold, italic and size font) in the resulting file. Moreover, we 
> have deleted the "DOCTYPE" header because some parsers throws the following 
> exception:
> [Fatal Error] loose.dtd:31:3: The declaration for the entity "HTML.Version" 
> must end with '>'.
> org.xml.sax.SAXParseException: The declaration for the entity "HTML.Version" 
> must end with '>'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to