Hi,
We are using Aspose Total Java license.
If the PUB file contains Drop Shadow Rectangle component then converted PDF will turn in dark background color.
java library: aspose-pub-22.8.jar
Java Code:
try {
IP…...// Save as PDF file format Document doc = parser.parse(); PubFactory...createPdfConverter().convertToPdf(doc, outputFilePath); } catch (Exception...