hello
If I use the method BatchConvert(fileName) for convert HTML to PDF
can I go to get the document to the Cloud?
thanks
Search found 2 matches
- 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: 16779
- Tue Oct 22 2019
- Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
- Topic: BatchConvert parameter In
- Replies: 0
- Views: 9459
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
}
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
}