[ic] Fedex zone tables?

Marina Brown interchange-users@icdevgroup.org
Fri Apr 4 11:01:01 2003


On Fri, 04 Apr 2003, you wrote:
> I see zone tables are available on the Fedex website in pdf format. Does 
> anyone know if these are available in ASCII format or at least how to 
> convert pdf to ASCII? Specifically I need a zone table for 90723 originh 
> zip code.
> 
Use pdftohtml to xlate to html html > Ascii.

Conversion would go something like this:

$ pdf2html foo.pdf |lynx --dump - > foofile.txt
$ vi foofile.txt 

...Then some shell scripts to put it in the right format.

Marina Brown -- Sysadmin for hire

> DB
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users