Martin McCormick wote: > I even read this on a Macintosh using preview and it came out a little better than the Linux pdf reader named pdftotext, but it still did not give anything one could trust. I sometimes run pdftotext from the command line to convert pdf documents to text. I'm not sure how you are using it, but I ran the command pdftotext 40044f.pdf 4044f.txt and the resulting text file contains the same mess that you showed for the pin diagrams. The '-layout' option (maintain original physical layout) can help: pdftotext -layout 40044f.pdf 4044f.txt produced a text file that contains this instead (best viewed in a monospace font): PIC16F627A/628A/648A Pin Diagrams PDIP, SOIC 1 18 RA2/AN2/VREF RA1/AN1 RA0/AN0 RA3/AN3/CMP1 17 2 27A/628A/648A PIC16F627A/628A/648A 16 RA4/T0CKI/CMP2 3 RA7/OSC1/CLKIN RA6/OSC2/CLKOUT 4 RA5/MCLR/VPP 15 5 VSS 14 VDD RB0/INT 6 RB7/T1OSI/PGD 13 12 RB1/RX/DT RB6/T1OSO/T1CKI/PGC 7 8 RB5 RB2/TX/CK 11 9 10 RB3/CCP1 RB4/PGM It's not ideal, but is a lot better. Can you make sense of the above? --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .