Skip to content

WordUtils failed for another word file  #5

@rny

Description

@rny

WordUtils.getInstance(basicSet).word2html();

basicSet can not be loaded for the second time because it is singleton. e.g.

// first time call

basicSet with doc fileA.docx to html fileA.html
WordUtils.getInstance(basicSet).word2html();

// success

// then delete fileA.docx and fileA.html

// second time call

basicSet with doc fileB.docx to html fileB.html
WordUtils.getInstance(basicSet).word2html();

// failed. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions