Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #260

Re: PDF: multiple slides per page to one slide per page?

From ken <ken@spamcop.net>
Newsgroups comp.lang.postscript
Subject Re: PDF: multiple slides per page to one slide per page?
Date 2011-06-24 07:57 +0100
Message-ID <MPG.286e459efbd5ab9f98984d@usenet.plus.net> (permalink)
References (1 earlier) <c77a1a8a-0af4-4c15-a503-8688f05f4335@l36g2000vbp.googlegroups.com> <49e8cf9b-1625-462f-b3dd-eddfec9dfd66@y7g2000prk.googlegroups.com> <1d724167-c700-4c97-809e-db7ffa3d23d3@r33g2000prh.googlegroups.com> <MPG.286cf3d91ef102fb98984b@usenet.plus.net> <5af1bc0d-8048-416a-903a-2b737c435760@y13g2000prb.googlegroups.com>

Show all headers | View raw


In article <5af1bc0d-8048-416a-903a-2b737c435760
@y13g2000prb.googlegroups.com>, dmathog@gmail.com says...

> > You could try using Ghostscript to render the originsal PDF file to 
CMYK
> > and RGB, and look at the output to see if the result looks the same.
> 
> Which command, exactly, would be appropriate? 

gs -r720 -sDEVICE=tiff32nc -sOutputFile=out.tif input.pdf

If this isn't a single page document then add -dFirstPage= and -
dLastPage=

720 is the default resolution for pdfwrite, but you can fiddle with it 
until you see something correctly sized for your output.


>  Ideally it would
> unpack the image in exactly the same way the gs commands in the
> preceding posts did, but save it immediately in an image format.

There's no way to save immediately in an image format I'm afraid. But 
that shouoldn't matter. One thing that just occured to me is that its 
possible that the original is a JPEG image, and you have colour images 
set for JPEG compression, which would apply a second set of DCT losses.

Ah, no, I see you are using Flate.

> > You haven't said which version of Ghostscript you are using either, 
if
> > you are using an older version you could try upgrading.
> 
> 9.02

Well, not likely to be different in the working code.

Can you post a sample PDF somewhere public ?

			Ken

Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: PDF: multiple slides per page to one slide per page? pipitas <pipitas@googlemail.com> - 2011-04-25 04:35 -0700
  Re: PDF: multiple slides per page to one slide per page? pipitas <pipitas@googlemail.com> - 2011-04-25 05:55 -0700
  Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-21 15:03 -0700
    Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-22 15:35 -0700
      Re: PDF: multiple slides per page to one slide per page? ken <ken@spamcop.net> - 2011-06-23 07:56 +0100
        Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-23 13:56 -0700
          Re: PDF: multiple slides per page to one slide per page? ken <ken@spamcop.net> - 2011-06-24 07:57 +0100
            Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-24 09:33 -0700
              Re: PDF: multiple slides per page to one slide per page? ken <ken@spamcop.net> - 2011-06-24 20:05 +0100
              Re: PDF: multiple slides per page to one slide per page? ken <ken@spamcop.net> - 2011-06-25 11:51 +0100
                Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-27 10:21 -0700
                Re: PDF: multiple slides per page to one slide per page? ken <ken@spamcop.net> - 2011-06-28 08:08 +0100
                Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-27 10:33 -0700
                Re: PDF: multiple slides per page to one slide per page? David Mathog <dmathog@gmail.com> - 2011-06-28 09:22 -0700
                Re: PDF: multiple slides per page to one slide per page? mathog <dmathog@gmail.com> - 2011-06-30 10:34 -0700
                Re: PDF: multiple slides per page to one slide per page? tlvp <tPlOvUpBErLeLsEs@hotmail.com> - 2011-06-30 23:25 -0400

csiph-web