1ODFIMGIMPORT(1)                  User commands                 ODFIMGIMPORT(1)
2
3
4

NAME

6       odfimgimport - Import external images
7

SYNOPSIS

9       odfimgimport [-q] [-o outputfile] [inputfile]
10

DESCRIPTION

12       If you copy and paste html from your webbrowser to your word processor,
13       the pictures in the pasted text will still load the images from the
14       Internet. This script will import all images into the OpenDocument
15       file.
16
17       If you don´t provide an input file, the program will read from stdin.
18       If the program reads from stdin, it might not know how to resolve
19       relative filenames. If you don´t provide an output file, the program
20       will import the pictures into the input file.
21

OPTIONS

23       -q
24           If there are images that can´t be imported, odfimgimport will write
25           how many has failed. The -q flag will prevent that.
26
27       -v
28           Verbose: Prints the URL of every image it tries to import and the
29           result.
30
31       -o outputfile
32           The file to save the output to. "-" is stdout. Defaults to the
33           input file.
34

EXAMPLE

36           odfimgimport -v -o newfile.odt oldfile.odt
37

AUTHOR

39       Søren Roug
40           Original author
41
42
43
44odfpy                             01/04/2009                   ODFIMGIMPORT(1)
Impressum