Re: ps2ascii. c.

2007-08-23 Thread Gary Kline
On Wed, Aug 22, 2007 at 01:19:55PM -0700, Gary Kline wrote:
 On Wed, Aug 22, 2007 at 11:47:15AM +0400, Yuri Pankov wrote:
  On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote:
   
 Guys,
   
 If this is a re-post, sorry.  I thought I mailed this to -questions.
 Anyway, where are the pdf and pd and other ghostscript converters?
 I thought these utilities were in the default distribution, but I
 can't find them. pdfps, pdftoascii, and so forth.
   
 thanks in advance for any help,
   
 gary
   
   
   
   
   -- 
 Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
   
  
  They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is
  preferred one.
  
  
  HTH,
 
 
   It prob'ly will.   Maybe I can select which things to build from
   the Makefile.  It's been awhle.
 
   gary
 
 
 
  Yuri


To everyone,

An update to whomever is interested in these conversion programs.
I tried ps2ascii (or whatever apropos pdf found tht might 
convert a pdf file to plain text.  It blew up.  So I scp'd the
pdf file to my Ubuntu computer and ran pdftotext -layout *pdf.
It worked vvery well.  Next, I spent hours googling around until 
I foound that pdftotext is part of xpdf.  There are several of 
these ancillary programs from xpdf.  I'm building it now on my
new tao.  See how it works.

For now, I'm just making a note of these obscure details in my 
~/.Notes files.  Now, this stuff will be available inthe 
-questions archives.  Just FWIW.

this day has gone on for about 97 hours!

gary


-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ps2ascii. c.

2007-08-22 Thread Gary Kline

Guys,

If this is a re-post, sorry.  I thought I mailed this to -questions.
Anyway, where are the pdf and pd and other ghostscript converters?
I thought these utilities were in the default distribution, but I
can't find them. pdfps, pdftoascii, and so forth.

thanks in advance for any help,

gary




-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ps2ascii. c.

2007-08-22 Thread Yuri Pankov
On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote:
 
   Guys,
 
   If this is a re-post, sorry.  I thought I mailed this to -questions.
   Anyway, where are the pdf and pd and other ghostscript converters?
   I thought these utilities were in the default distribution, but I
   can't find them. pdfps, pdftoascii, and so forth.
 
   thanks in advance for any help,
 
   gary
 
 
 
 
 -- 
   Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
 

They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is
preferred one.


HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ps2ascii. c.

2007-08-22 Thread Predrag Punosevac

Gary Kline wrote:

Guys,

If this is a re-post, sorry.  I thought I mailed this to -questions.
Anyway, where are the pdf and pd and other ghostscript converters?
I thought these utilities were in the default distribution, but I
can't find them. pdfps, pdftoascii, and so forth.

thanks in advance for any help,

gary




  

I use ghostscript-gpl-8.57 which is in print.
The commands are actually ps2pdf and pdf2ps. I am not using acscii 
converter but I the command  is

ps2ascii. Are you sure you are using right commands?

The other converters like dvips, dvipdfm are in print.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ps2ascii. c.

2007-08-22 Thread Gary Kline
On Wed, Aug 22, 2007 at 11:47:15AM +0400, Yuri Pankov wrote:
 On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote:
  
  Guys,
  
  If this is a re-post, sorry.  I thought I mailed this to -questions.
  Anyway, where are the pdf and pd and other ghostscript converters?
  I thought these utilities were in the default distribution, but I
  can't find them. pdfps, pdftoascii, and so forth.
  
  thanks in advance for any help,
  
  gary
  
  
  
  
  -- 
Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  
 
 They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is
 preferred one.
 
 
 HTH,


It prob'ly will.   Maybe I can select which things to build from
the Makefile.  It's been awhle.

gary



 Yuri
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ps2ascii. c.

2007-08-22 Thread Gary Kline
On Wed, Aug 22, 2007 at 01:12:06AM -0700, Predrag Punosevac wrote:
 Gary Kline wrote:
  Guys,
 
  If this is a re-post, sorry.  I thought I mailed this to -questions.
  Anyway, where are the pdf and pd and other ghostscript converters?
  I thought these utilities were in the default distribution, but I
  can't find them. pdfps, pdftoascii, and so forth.
 
  thanks in advance for any help,
 
  gary
 
 
 
 
   
 I use ghostscript-gpl-8.57 which is in print.
 The commands are actually ps2pdf and pdf2ps. I am not using acscii 
 converter but I the command  is
 ps2ascii. Are you sure you are using right commands?


On my Ubuntu server (which is starting to fail big time)
there is pdf2ascii.  It takes severa flags, so it may be a custom
script from the Debian guys.  Here (FBSD) the scripts are
similar, but much simpler; fewer flaf.s.  --Of course I haven't
upgraded ghostscript-gnu for months.

BTW, I was looking for the ps/pdf stuff in converters  Live
and learn!
 
 The other converters like dvips, dvipdfm are in print.

thanks, gents; it helps to have all this expertise 

gary



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]