<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-size: 10pt;">>On 03/28/2017 05:44 AM, Lars Behrens wrote:</span><br>
</p>
<div style="color: rgb(0, 0, 0);"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">>> Am 28.03.2017 um 09:18 schrieb ale rimoldi:<br>
>> <br>
>>> but there must be more complex workflows! it cannot be so simple!<br>
>> <br>
>> How about: Export page to pdf, then print this pdf to laser/inkjet<br>
>> printer. With scissors (or cutter) cut out relevant part and then scan<br>
>> it on a flatbed scanner. Send scan to yourself via E-Mail and save<br>
>> attachment in the correct directory.<br>
> <br>
>One of the things about Ken's question is that he never said what he<br>
>wanted this clipped out/exported graphic for. An issue with your<br>
>solution is that you are transforming RGB to an inkjet printer output,<br>
>then scanning, with all the color shift and resolution loss inherent in<br>
>that process. For some uses, perhaps Ok, but for many others, not very good.<br>
>Greg<br>
<br>
Was the person who suggested printing and scanning serious? Rasterizing PDFs directly produces better results. The poppler package <a href="https://poppler.freedesktop.org/" class="OWAAutoLink" id="LPlnk19702" previewremoved="true">https://poppler.freedesktop.org/</a> includes
 pdftocairo and pdftoppm, and ghostscript supports a number of bitmapped output formats. <a href="https://ghostscript.com/doc/9.21/Devices.htm" class="OWAAutoLink" id="LPlnk425432" previewremoved="true">https://ghostscript.com/doc/9.21/Devices.htm</a> Other
 applications like GraphicsMagick and ImageMagick use poppler (or similar libraries) or ghostscript when rasterizing PDFs. pdftoppm and gs both support cmyk jpegs, and gs supports ICC <a href="https://ghostscript.com/doc/9.21/Use.htm#ICC_color_parameters" class="OWAAutoLink" id="LPlnk401398" style="font-size: 10pt;" previewremoved="true">https://ghostscript.com/doc/9.21/Use.htm#ICC_color_parameters</a> 
 After you rasterize the PDF page to the resolution and format that you want, you can crop it in gimp <a href="https://www.gimp.org/" class="OWAAutoLink" id="LPlnk562292" previewremoved="true">https://www.gimp.org/</a> or a similar application. </div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Regards, WIlliam</div>
<div class="PlainText"><br>
</div>
</span></font></div>
</div>
</body>
</html>