Aspose.cad for java dwg转换pdf文字由竖向排版变为横向排版

Aspose.cad for java dwg转换pdf文字由竖向排版变为横向排版

@DF.W,
Hello. Please, attach your file and code example, so we can reproduce the issue.

        outputStream = new BufferedOutputStream(response.getOutputStream());
        urlResource = new UrlResource(Entity.getPath());
        inputStream = urlResource.getInputStream();

        Image objImage = com.aspose.cad.Image.load(inputStream);

        PdfOptions pdfOptions = new PdfOptions();
        pdfOptions.setVectorRasterizationOptions(new CadRasterizationOptions());
        objImage.save(outputStream, pdfOptions);

测试.zip (108.0 KB)
测试.pdf (830.0 KB)

@DF.W,
we created CADJAVA-10569 to work with this issue.