swap endlines inside stanzas only
[librarian.git] / librarian / pdf.py
index af68a1b..2d45372 100644 (file)
@@ -283,8 +283,7 @@ def load_including_children(provider, slug=None, uri=None, file_path=None):
         raise ValueError('Neither slug, URI nor file path provided for a book.')
 
     document = WLDocument.from_file(f, True,
-        parse_dublincore=True,
-        preserve_lines=False)
+        parse_dublincore=True)
 
     f.close()