On Wednesday 27 November 2002 11:59 am, Rich Shepard wrote: > On Wed, 27 Nov 2002, Steve Litt wrote: > > I think I can get the thing into Postscript with the pdf2ps command. If > > there's a way I could go into the .ps file, with VI, to change the font > > size and margins, I've got it made. > > Steve, > > You can edit the ps file. You'll find the font and page sizes in the > header. Unlike the binary pdf format, the postscript format is human > readable (with a dictionary, of course). > > Rich
Thanks Rich. I was able to find the bounding box (very near the top) and the page sizes on each page. Cutting all dimensions in half indeed shrunk the page, but the existing content didn't wrap, but instead was truncated. This was true even if I changed the page count. I was completely unable to locate the font. The word "font" wasn't in the file at all. Interestingly enough, I did the following vim command to locate all %%Begin and %%End: :g!/%%Begin\|%%End/d The result was the following basic structure: %%EndComments %%BeginProlog %%BeginResource: procset GS_pswrite_2_0_1001 %%EndResource %%EndProlog %%BeginPageSetup %%EndPageSetup %%BeginPageSetup %%EndPageSetup %%BeginPageSetup %%EndPageSetup Any idea how to change the font, and/or how to get the material to reformat to the new font and or page size? Thanks Steve -- Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com (Legal Disclaimer) Follow these suggestions at your own risk.