Search found 2 matches

by eduardo
Tue Oct 22 2019
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: BatchConvert go to find file at Cloud
Replies: 1
Views: 20722

BatchConvert go to find file at Cloud

hello

If I use the method BatchConvert(fileName) for convert HTML to PDF

can I go to get the document to the Cloud?

thanks
by eduardo
Tue Oct 22 2019
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: BatchConvert parameter In
Replies: 0
Views: 12065

BatchConvert parameter In

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
}