I'm sorry but I have no clue. The error message below does not
correspond to the kind of error reported by XMLmind XML Editor v4.5.1 or
v4.5.2.
Please make sure that you have *really* deleted all existing XMLmind
directories. The fact that you are using Windows 7 *64-bit* does not
make this obvious to do. I mean: with Windows 64-bit, you always have
*two* places where preferences, files, etc, are stored: one for the
32-bit world, the other for the 64-bit world.
This error message should be:
---
Invoking process command "dita.toPS"
with parameter ""pdf" "pdf""
Invoking method
"com.xmlmind.xmleditext.dita.PreProcess.process"
with arguments
"-v info -toc -images images/*.{pdf,mml,svg,png,jpg,jpeg,gif} -out
__doc.pdf -media print -options dita.toPS.options"
missing "-out" option
Options are:
-out basename Specifies a basename for the output files.
No default. Examples: "-out manual.pdf", "-out _.htm".
-chunk none|single|auto
The "none" and "single" values may be used
to force the generation of a single output file.
For some formats (ps, pdf, rtf, etc), "-chunk none" is implicit.
"-chunk single" allows to reuse a map designed to output multiple
HTML pages in order to generate a single HTML file or a PDF file.
-media screen|print
Explicitly specifies the output medium.
By default, the output medium is guessed using the extension
of the output file.
-images image_path
Copy the image files referenced in the topics to specified directory.
If specified path is relative, its relative to the output directory.
-imagehandler class_name parameters
Pass the image files referenced in the topics to specified
com.xmlmind.ditac.preprocess.ImageHandler.
String parameters is used to configure the specified ImageHandler.
For example, "-images graphics" is equivalent to
"-imagehandler com.xmlmind.ditac.convert.ImageCopier graphics".
-filter ditaval_URL Apply specified conditional processing
profile to the topics.
-toc Equivalent to "-frontmatter toc".
-index Equivalent to "-backmatter indexlist".
-frontmatter spec Automatically generate specified sections: toc,
list of tables, etc, before the other pages.
Syntax:
------------------------------------------------------------------
spec -> same_page [ , same_page ]*
same_page -> section [ + section ]*
section -> toc|figurelist|tablelist|examplelist|indexlist
------------------------------------------------------------------
Sections generated in the same page are separated by "+".
Different pages are separated by ",".
-backmatter spec Automatically generate specified sections: toc,
list of tables, etc, after the other pages.
See -frontmatter for more information.
-lang language_code Specifies the main language of the document.
Examples: "fr", "fr-CA". Needed to sort the index entries.
By default, this information is taken from the "xml:lang" attribute
of the root element of the topic map (if any, "en" otherwise).
-v quiet|info|verbose|debug Specifies the level of verbosity.
---
David Chance wrote:
> Hi,
>
> Have downloaded the latest version, removed all existing xmlmind directories
> (including the %appdata% directories), but still get the same problem. I am
> running Windows 7 (64 bit). (have tried both the standalone version - with
> the Java RTE) and the version that uses my existing runtime. Have also tried
> 7.5.1 and 7.5.2)
>
> David
>
> Invoking process command "dita.toPS"
> with parameter ""pdf" "pdf""
> Invoking method
> "com.xmlmind.xmleditext.dita.PreProcess.process"
> with arguments
> "-v info -toc -images images/*.{pdf,mml,svg,png,jpg,jpeg,gif} -out __doc.pdf
> -media print -options dita.toPS.options"
> missing "-out" option
> Options are:
>
> -chunk none|single|auto
> The "none" and "single" values may be used
> to force the generation of a single output file.
> For some formats (ps, pdf, rtf, etc), "-chunk none" is implicit.
> "-chunk single" allows to reuse a map designed to output multiple
> HTML pages in order to generate a single HTML file or a PDF file.
>
> -format xhtml|xhtml1.1|html|javahelp|htmlhelp|ps|pdf|rtf|odt|wml|docx|fo
> Explicitly specifies the output format.
> By default, the output format is guessed using the extension
> of the output file.
>
> -images image_path
> Copy the image files referenced in the topics to specified directory.
> If specified path is relative, its relative to the output directory.
>
> -imagehandler class_name parameters
> Pass the image files referenced in the topics to specified
> com.xmlmind.ditac.preprocess.ImageHandler.
> String parameters is used to configure the specified ImageHandler.
> For example, "-images graphics" is equivalent to
> "-imagehandler com.xmlmind.xmleditext.dita.ImageConvert graphics".
>
> -filter ditaval_URL_or_file Apply specified conditional processing
> profile to the topics.
>
> -toc Equivalent to "-frontmatter toc".
>
> -index Equivalent to "-backmatter indexlist".
>
> -frontmatter spec Automatically generate specified sections: toc,
> list of tables, etc, before the other pages.
> Syntax:
> ------------------------------------------------------------------
> spec -> same_page [ , same_page ]*
> same_page -> section [ + section ]*
> section -> toc|figurelist|tablelist|examplelist|indexlist
> ------------------------------------------------------------------
> Sections generated in the same page are separated by "+".
> Different pages are separated by ",".
>
> -backmatter spec Automatically generate specified sections: toc,
> list of tables, etc, after the other pages.
> See -frontmatter for more information.
>
> -lang language_code Specifies the main language of the document.
> Examples: "fr", "fr-CA". Needed to sort the index entries.
> By default, this information is taken from the "xml:lang" attribute
> of the root element of the topic map (if any, "en" otherwise).
>
> -options URL_or_file Load more options from specified URL
> or filename.
>
> -v|-vv|-vvv Turn verbosity on. More Vs means more verbose.
>