BatchConvert parameter In

These different converters modules enables you to convert your existin documents to the above formats. These are all parts of our Document Converter produt.
Here you can post all the installation and usage issues related to the document converters including our latest DOCX Converter
Post Reply
eduardo
Posts: 2
Joined: Mon Oct 21 2019

BatchConvert parameter In

Post by eduardo »

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
}
Post Reply