Rostfrei
Rostfrei

Reputation: 484

RFC documents to A4 format

When printing RFC documents on my A4 format printer I noticed that I print more than it is considered to be one page in RFC document. I figure this is because probably RFC is written in North American paper letter format (216 × 279 mm) and I want to use ISO A4 format (210 × 297 mm). Info on Paper size. So my question is if there is some way or program with which I would at least be able to print every letter format page on to the separate A4 format page. I know there will be some unused space at the bottom but at least there will just be one text page per A4 paper page. I tried changing paper size on printer from A4 to letter, but it didn't help.

Upvotes: 16

Views: 6207

Answers (4)

a2800276
a2800276

Reputation: 3328

The RFC documents contain page breaks and such in the form of line printer control codes. Just printing a plain text rfc out of vi / notepad / word / whatever will probably not work as expected. Try searching for the rfc in PDF form, they'll be easier to print and the page numbering should be correct. You may be able to find pdfs in A4, else the printer dialogues "shrink to fit" feature should handle it.

Oh and shop around, some PDFs are much nicer than others...

You could find PDF format here http://tools.ietf.org/pdf/, for RFC 1928, it's http://tools.ietf.org/pdf/rfc1928.pdf .

Upvotes: 22

OOO
OOO

Reputation: 324

http://ietfreport.isoc.org/rfc/PDF/

The Internet Report of IETF have this archive for PDF version of all rdf and bcp documents.

Upvotes: 3

Kazimieras Aliulis
Kazimieras Aliulis

Reputation: 1551

Use MS word to open RFC txt file from http://www.ietf.org/rfc/rfcXXXX.txt. It formats every RFC page to document page and you will be able to zoom/scale it anyway you want. Just printed one rfc myself:)

Upvotes: 2

Alnitak
Alnitak

Reputation: 339917

Loading a .txt version of an RFC into MS Word will work, so long as you ensure that you download the versions with the embedded form-feed character still in them.

The ones at http://www.ietf.org/rfc/ are fine for this.

If you set the font for the whole document to 10pt Courier then each page of text will fit on an A4 sheet, and the FF characters ensure proper page breaks.

Upvotes: 3

Related Questions