Re: help on converting pdf to text

2005-11-03 Thread Stephen York
First off, realise that a pdf isn't just a marked up text document. It's a wrapper for images and text, movies and many other formats. If you have a text pdf, then the text is a postscript object catalogued somewhere within the pdf. I've never done this in perl, but there are many commercial uti

Re: How to decode raw G3 data to plain txt file

2005-10-26 Thread Stephen York
his into a tiff file or convert to a bmp or similar not compressed format. I hope this helps, Stephen York J.Peng wrote: >Hi,list, > >I have a file which format is raw G3 data.I didn't see this file format >before.I want to get some info from this file.How can I decode these >c

Re: New Line Character(s)

2005-10-26 Thread Stephen York
only for linux, and I think macos is something else again, but I've never developed on a mac before so I can't confirm. This is a widely discussed topic on the internet and not difficult to find answers on. Stephen York Chris Devers wrote: On Wed, 26 Oct 2005, Timothy Johnso

Reinit arrays for non destructive reuse

2005-02-02 Thread Stephen York
Hi, I've been trying to insert an array ref within a hash. I wrote a test program which was successful, but my real program requires the redefinition of the arrays to be done within an if block. When done in the if block it overwrites previous values. Whe done outside the if block a new array is cr