I've generated a PDF file using Prince 9.0 on Mac OS X 10.9 Mavericks. In the past, using Mac OS X 10.8, I was able to copy from the PDF file and paste to a text file without problem. On Mac OS X Mavericks, the line breaks are lost.
The original HTML looks like this:
The PDF looks like this:
After I copy from the PDF file and paste to a text file, I see this:
Perhaps Mavericks implements copy-and-paste from PDF differently?
Are you able to duplicate this issue?
The original HTML looks like this:
<pre><span class="n">source</span> <span class="s1">'https://rubygems.org'</span>
<span class="n">ruby</span> <span class="s1">'2.0.0'</span>
<span class="n">gem</span> <span class="s1">'rails'</span><span class="p">,</span> <span class="s1">'4.0.0'</span>
The PDF looks like this:
source 'https://rubygems.org'
ruby '2.0.0'
gem 'rails', '4.0.0'
After I copy from the PDF file and paste to a text file, I see this:
source 'https://rubygems.org' ruby '2.0.0'
gem 'rails', '4.0.0'
Perhaps Mavericks implements copy-and-paste from PDF differently?
Are you able to duplicate this issue?