<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 21/04/2012 00:18, john Culleton a écrit :
    <blockquote cite="mid:20120420191803.26fc9e62@sda7.wexfordpress.net"
      type="cite">
      <pre wrap="">I have four pdfs from a customer that I need to patch a bit. They
are roughly 14 x 11 and run about 3 to 5 mb each. As near as I
can tell they are about 100 dpi density. These are cover
graphics produced by InDesign.

I have a problem with the density. But laying that aside I don't
seem to be able to load them into either 1.4.1 svn or 1.5.0. I
tried importing one of them and also loading into a graphic
screen. They can be viewed in Acrobat Reader and Gimp. But
Scribus (both versions) chokes. I tried converting to ps and then
loading them but that doesn't play nicely either, and the ps file
was huge.

Any suggestions on how to tame the beasties in Scribus?  

</pre>
    </blockquote>
    It is certainly not the best way to do that but I have already had
    problem with pdf importation in scribus and you can use latex to
    solve that.<br>
    <br>
    You have to install latex on your computer<br>
    Then, you can use render frame (icon next to image frame)<br>
    right click on the frame->change sources->font/header<br>
    additional header :
    <p style="margin: 0px; text-indent: 0px;"><span style="font-family:
        'Courier New,courier';">\usepackage{pdfpages}<br>
        And in the code:<br>
      </span> </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
    <p style="margin: 0px; text-indent: 0px;">\includepdf[pages=8]{/media/Documents/telecom/cdv/cdv25_34.pdf}<br>
    </p>
    <p style="margin: 0px; text-indent: 0px;"><br>
      Where you can choose the page and the localisation of the
      document.<br>
      I used that only on the the computer of a friend which can't
      import pdf in an other way.<br>
    </p>
    <br>
    On other way if you use windows is to open the pdf with something
    like adobe illustrator and export each page as a picture.<br>
    I hope it will help you ...<br>
  </body>
</html>