[go: up one dir, main page]

File: unpost.1

package info (click to toggle)
t1utils 1.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 148 kB
  • ctags: 173
  • sloc: ansic: 1,558; makefile: 78; sh: 10
file content (50 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH UNPOST 1  "23 June 1992"
.\" @(#) $Id: unpost.1,v 1.2 92/06/23 11:15:56 ilh Exp $
.SH NAME
unpost \- extract POST resources from Mac PostScript file
.SH SYNOPSIS
.B unpost
[
.B \-b
]
[
.B \-r
]
.I input
[
.I output
]
.SH DESCRIPTION
.B unpost
extracts POST resources from a Macintosh PostScript file and
create a PFA (hexadecimal) or PFB (binary) file.  The file
.I input
should be seekable and be in MacBinary (I or II) format or be a raw
resource fork.  If the file
.I output
is not specified output goes to the standard output.
.SH OPTIONS
.TP 5
.B \-b
Output in PFB (binary) format.  The block lengths are the same as
the POST resource block lengths.  If you need specific block lengths
then output in PFA format and use
.BR t1binary (1)
instead.
.TP
.B \-r
Indicates that the input is a raw resource fork.  Without this, the
input is assumed to be in MacBinary (I or II) format.
.SH "SEE ALSO"
.LP
.BR t1disasm (1),
.BR t1asm (1),
.BR t1ascii (1),
.BR t1binary (1),
.SH BUGS
None known.
.SH AUTHOR
Lee Hetherington (ilh@lcs.mit.edu)
.PP
Ported to Microsoft C/C++ Compiler and MS-DOS operating system by
Kai-Uwe Herbing (herbing@netmbx.netmbx.de).