hello
The BatchConvert have a parameter string, this is the name of file.
But our aquitecture want to pass a file
sample :
func mymethod(contentFile) {
    var pdf = ….
    pdf.BatchConvert(contentFile)  // I don´t want to have a file at directory I want to receive a file content
}