I have a document that includes some XML code (i.e. the reader sees the code in the PDF). The following line of XML is to be shown:
In the PDF that is created, the end of the line splits at -value>:<config-property-value>xbean:broker-config.xml</config-property-value>
However, when that line is copied from the PDF and pasted elsewhere, the following is output:<config-property-value>xbean:broker-config.xml</config-property-
value>
i.e. the hyphen at the end of the line is missing.<config-property-value>xbean:broker-config.xml</config-propertyvalue>
Known bug? Is this a problem with Flare's generation or with the PDF reader or with the PDF format itself?
A related aside, when a line of code splits at a space, copying and pasting that line results in the space being omitted. For example:
might split as:<node>Some important stuff and things in here</node>
When copy and pasted, it appears as:<node>Some important stuff and things
in here</node>
...the space after 'things' is missing.<node>Some important stuff and thingsin here</node>
