I have been trying the aspose-cad python library from pypi to test conversion of DWF files to PDF files. The sample script from the Aspose website seems to work ok, but the quality is very poor and I need high resolution / vectorized PDF for ability to zoom. There is also an Aspose watermark across the final PDF page.
Is this simply because I don’t have the licensed version? Can anyone verify that this library produces high quality PDF’s with the licensed version?
Here is the code sample and link to the file (would allow me to attach). If I can get this to work, I will have to loop through a directory of hundreds (potentially 1000+) files to convert:
@virgev,
This file is not available for me to download via this service unfortunately. Could you please attach it here? Could you please remove rasterizationOptions.content_as_bitmap = True and check if quality is better?