Re: convert a bitmap in pdf, into jpg or png.

2010-03-04 Thread Olaf Reitmaier Veracierta

On 26/02/10 12:37, peasth...@shaw.ca wrote:

What is recommended for converting a bitmap in pdf, into jpg or png?
   

I use gscan2pdf package (and command) Gnome GUI.


Thanks,

You're welcome.

... Peter E.




   


--
-
   You don't know where your shadow will fall,
Somebody.-
-
 Ing. Olaf Reitmaier Veraciertaola...@gmail.com
-
 Personal Web Page -- http://olafrv.com -- i...@olafrv.com
-


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b908a32.4050...@gmail.com



Re: convert a bitmap in pdf, into jpg or png.

2010-03-01 Thread dulev
 On Fri, Feb 26, 2010 at 10:04:42AM -0800, Bob McGowan wrote:
  Kumar Appaiah wrote:
   On Fri, Feb 26, 2010 at 09:07:25AM -0800, peasth...@shaw.ca wrote:
   What is recommended for converting a bitmap in pdf, into jpg or
   png?
  
   xpdf.man remarks, 
 Save as...
 Save the current file via a file requester.
 
   Does this mean that xpdf can do the conversion?  What is a file
   requester?
   
 [snip]
  
  The OP asked, I believe, for conversion from pdf to jpg/png.
  
  ImageMagick's 'convert' also does it:
  
convert abc.pdf abc.jpg
  
  Each page of the PDF file becomes one image file, named abc-#.jpg,
  where '#' is 0 to (pdf pages - 1).
  
  You could then use 'gimp' or some other image editing program to
  crop the page image down to just the desired part.
 
 Dear me... I totally misread the original mail. Thanks for pointing
 this out, Bob.
 
 And to the OP, Bob's solution is something which would work well,
 though I must also mention another cheap trick:
 
 1. Open your PDF in any PDF reader.
 2. Zoom the section containing your image to the maximum resolution,
especially if it happens to be a vector graphic.
 3. Use a software like gnome-screenshot or ksnapshot to take a picture
of the current screen.
 4. Use Gimp or a similar software to trim the image.

sudo apt-get install poppler-utils
man pdfimages

dulev


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100301114840.09a1d...@dulev.pro-ing.co.yu



convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread peasthope
What is recommended for converting a bitmap in pdf, into jpg or png?

xpdf.man remarks, 
  Save as...
  Save the current file via a file requester.
  
Does this mean that xpdf can do the conversion?  What is a file requester?

Thanks,   ... Peter E.




-- 
Google pathology workshop


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171056410.37337.329...@cantor.invalid



Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Camaleón
On Fri, 26 Feb 2010 09:07:25 -0800, peasthope wrote:

 What is recommended for converting a bitmap in pdf, into jpg or png?

If X environment is available:

bmp into jpeg|png - The GIMP?
bmp into pdf... just print to a file and save it as pdf.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.02.26.17.16...@gmail.com



Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Kumar Appaiah
On Fri, Feb 26, 2010 at 09:07:25AM -0800, peasth...@shaw.ca wrote:
 What is recommended for converting a bitmap in pdf, into jpg or png?
 
 xpdf.man remarks, 
   Save as...
   Save the current file via a file requester.
   
 Does this mean that xpdf can do the conversion?  What is a file requester?

I use ImageMagick's convert tool

convert image.bmp image.png
convert image.bmp image.jpg
convert image.bmp image.pdf

There are various options, though. This might be a good starting
point:

http://www.imagemagick.org/script/convert.php

Kumar
-- 
Feel free to contact me (flames about my english and the useless of this
driver will be redirected to /dev/null, oh no, it's full...).
-- Michael Beck, describing the PC-speaker sound device


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100226171909.gf18...@146653177.ece.utexas.edu



Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Bob McGowan
Kumar Appaiah wrote:
 On Fri, Feb 26, 2010 at 09:07:25AM -0800, peasth...@shaw.ca wrote:
 What is recommended for converting a bitmap in pdf, into jpg or png?

 xpdf.man remarks, 
   Save as...
   Save the current file via a file requester.
   
 Does this mean that xpdf can do the conversion?  What is a file requester?
 
 I use ImageMagick's convert tool
 
 convert image.bmp image.png
 convert image.bmp image.jpg
 convert image.bmp image.pdf
 
 There are various options, though. This might be a good starting
 point:
 
 http://www.imagemagick.org/script/convert.php
 
 Kumar

The OP asked, I believe, for conversion from pdf to jpg/png.

ImageMagick's 'convert' also does it:

  convert abc.pdf abc.jpg

Each page of the PDF file becomes one image file, named abc-#.jpg, where
'#' is 0 to (pdf pages - 1).

You could then use 'gimp' or some other image editing program to crop
the page image down to just the desired part.

-- 
Bob McGowan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b880d3a.1050...@symantec.com



Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Kumar Appaiah
On Fri, Feb 26, 2010 at 10:04:42AM -0800, Bob McGowan wrote:
 Kumar Appaiah wrote:
  On Fri, Feb 26, 2010 at 09:07:25AM -0800, peasth...@shaw.ca wrote:
  What is recommended for converting a bitmap in pdf, into jpg or png?
 
  xpdf.man remarks, 
Save as...
Save the current file via a file requester.

  Does this mean that xpdf can do the conversion?  What is a file requester?
  
[snip]
 
 The OP asked, I believe, for conversion from pdf to jpg/png.
 
 ImageMagick's 'convert' also does it:
 
   convert abc.pdf abc.jpg
 
 Each page of the PDF file becomes one image file, named abc-#.jpg, where
 '#' is 0 to (pdf pages - 1).
 
 You could then use 'gimp' or some other image editing program to crop
 the page image down to just the desired part.

Dear me... I totally misread the original mail. Thanks for pointing
this out, Bob.

And to the OP, Bob's solution is something which would work well,
though I must also mention another cheap trick:

1. Open your PDF in any PDF reader.
2. Zoom the section containing your image to the maximum resolution,
   especially if it happens to be a vector graphic.
3. Use a software like gnome-screenshot or ksnapshot to take a picture
   of the current screen.
4. Use Gimp or a similar software to trim the image.

HTH.

Kumar
-- 
Audience: What will become of Linux when the Hurd is ready?
Eric Youngdale: Err... is Richard Stallman here?
-- From the Linux conference in spring '95, Berlin


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100226180945.gi18...@146653177.ece.utexas.edu



Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Roger Leigh
On Fri, Feb 26, 2010 at 12:09:48PM -0600, Kumar Appaiah wrote:
 On Fri, Feb 26, 2010 at 10:04:42AM -0800, Bob McGowan wrote:
  Kumar Appaiah wrote:
   On Fri, Feb 26, 2010 at 09:07:25AM -0800, peasth...@shaw.ca wrote:
   What is recommended for converting a bitmap in pdf, into jpg or png?
  
   xpdf.man remarks, 
 Save as...
 Save the current file via a file requester.
 
   Does this mean that xpdf can do the conversion?  What is a file 
   requester?
   
 [snip]
  
  The OP asked, I believe, for conversion from pdf to jpg/png.
  
  ImageMagick's 'convert' also does it:
  
convert abc.pdf abc.jpg
  
  Each page of the PDF file becomes one image file, named abc-#.jpg, where
  '#' is 0 to (pdf pages - 1).
  
  You could then use 'gimp' or some other image editing program to crop
  the page image down to just the desired part.
 
 Dear me... I totally misread the original mail. Thanks for pointing
 this out, Bob.
 
 And to the OP, Bob's solution is something which would work well,
 though I must also mention another cheap trick:
 
 1. Open your PDF in any PDF reader.
 2. Zoom the section containing your image to the maximum resolution,
especially if it happens to be a vector graphic.
 3. Use a software like gnome-screenshot or ksnapshot to take a picture
of the current screen.
 4. Use Gimp or a similar software to trim the image.

If you just want the image, then open in inkscape and save out the
original image as embedded in the PDF.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread Sjoerd Hiemstra
Peter Easthope:
 What is recommended for converting a bitmap in pdf, into jpg or png?

If you mean: extracting a picture which is in the pdf, the best way
would be to use 'pdfimages', providing the image in its original
resolution.
It is part of 'poppler-utils' as well as 'xpdf-utils'.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100226193741.f01799f9.shiems...@kpnplanet.nl



Re (2): convert a bitmap in pdf, into jpg or png.

2010-02-26 Thread peasthope
Date:   Fri, 26 Feb 2010 11:19:11 -0600 Kumar Appaiah wrote,
 I use ImageMagick's convert tool

Also Date:  Fri, 26 Feb 2010 17:16:49 + (UTC) Camaleon wrote,
 bmp into jpeg|png - The GIMP?

Thanks to both.  My question failed to specify the formats 
clearly.  The original is pdf---a bitmap rather than text
---and the target format is jpg.  png is also acceptable 
for the result.  GIMP is installed here already and it 
works well.  So 5 pages were converted to jpg and 
transferred to the Sony Mylo in about 15 minutes.

Thanks again, ... Peter E.





-- 
Google pathology workshop


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171056410.45305.329...@cantor.invalid