Hello, I tires to convert .DXF files to PDF as follows:
create the container:
docker run -p 9080:80 -v /data:/data --name conversion_cloud groupdocs/conversion-cloud
with the attached DXF files, but got “internalError”, with “Object reference not set to an instance of an object.”. the same approach worked with other files types.
thanks.
Archive.zip (4.3 KB)