By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.01; (* of unnumber.p 2006 Dec 14}
(* begin module describe.unnumber *)
(*
name
unnumber: remove numbers from a PDF
synopsis
unnumber(infile: in, unnumberp: in, outfile: out, output: out)
files
infile: PDF from Nucleic Acids Research converted to text
using pdftotext
outfile: the text file with numbers removed.
unnumberp: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
output: messages to the user
description
PDF numbers differ between proofs making comparison difficult.
Remove them.
examples
documentation
see also
author
Thomas Dana Schneider
bugs
Unfortunately some numbers have to be rearranged by hand.
technical notes
*)
(* end module describe.unnumber *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}