I tried again.
I did as follows:
docker pull groupdocs/conversion-cloud
docker run -p 8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/conversion-cloud:latest
and got:
GroupDocs.Conversion.Cloud.Web.Startup[0]
Failed to set license /data/test.lic.
System.IO.FileNotFoundException: Could not find file ‘/data/test.lic’.
File name: ‘/data/test.lic’
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy…ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access)
at GroupDocs.Conversion.Cloud.Config.LicenseInitializer.InitLicenseFromFile(String licensePath, ILogger logger) in /build/src-microservice/GroupDocs.Conversion.Cloud/Config/LicenseInitializer.cs:line 23
In addition, attached is the pdf output of the conversion, the original file, and screen-shot of the error, the original and the result.
I also attempted to convert it with a license and the result was still empty.
What am I doing wrong?