<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,<br>
</p>
<p><br>
</p>
<p>I'm using the perl wrapper..<br>
</p>
<p><br>
</p>
<p><a href="https://github.com/c9s/perl-poppler">https://github.com/c9s/perl-poppler</a><br>
</p>
<p><br>
</p>
<p>to the poppler library.<br>
</p>
<p><br>
</p>
<p>I'm trying to extract text from a page like this:<br>
</p>
<p><br>
</p>
<p>my $pdf = Poppler::Document->new_from_file( $file );<br>
</p>
<p>my $page = $pdf->get_page(0);<br>
</p>
<p>my $text = $page->get_text();<br>
</p>
<p><br>
</p>
<p>On one system, form feeds are added to the end of every line,<br>
</p>
<p>on others it doesn't. So I suspect some global configuration<br>
</p>
<p>must influence this behaviour.<br>
</p>
<p><br>
</p>
<p>I've read about configuration for xpdf ( xpdfrc ), where you can disable form feeds<br>
</p>
<p>using the parameter nopgbrk​, which influence the "GlobalParams" class.<br>
</p>
<p>But it does not seem to work in my case. The configuration is not used at all.<br>
</p>
<p><br>
</p>
<p>Is there any way in the library to set this behaviour using the API?<br>
</p>
<p><br>
</p>
<p>Thanks in advance<br>
</p>
<p><br>
</p>
<p>Nicolas Franck<br>
</p>
</body>
</html>