<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><br>
Another option to consider would be exporting a document as single page<br>
PDFs, which is quite easy from the menu. You could then change these<br>
with some batch processing via ImageMagick to whatever file format you<br>
like. The resolution of the PDFs is so much better than a PNG, and from<br>
what I can see the export to PDFs is much faster too.<br></blockquote><div><br></div><div>I fully agree that this is most likely a better way. It does not even have to be single page PDF, as far as I know both imagemagick and ghostscript can make single page bitmap images for each page in a multi page PDF. </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
For example, using the mogrify command from ImageMagick:<br>
<br>
mogrify -format png YourDoc*.pdf<br>
</blockquote></div><p>So what would be needed is a shell script/BAT file with a row of commands like the one above to convert the given PDF to several bitmap images of different resolutions. The user exports to PDF and the runs the script. (In Windows you could even put the BAT file in the Send to folder, then you can right click on the PDF file and "send" it to the script.)</p><div>/Peter</div><div class="gmail_extra"><br></div></div>