Hi, > If you admit the comment string as a default creator, > the simplest fix will be to rewrite > pdf_doc_set_creator(dvi_comment()); > in dvipdfmx.c like > pdf_doc_set_creator(dvi_comment() + 1); I forgot that a user can freely change the dvi comment. The above should not be done. Best, Akira