• Convert file

    Parameters

    • source: string
    • fromType: "html" | "markdown"
    • toType:
          | "print"
          | "docx"
          | "html"
          | "rst"
          | "adoc"
    • resourcePath: string

    Returns Promise<Response>