Hello,
I need to convert a PDF using Aspose.Imaging but always get an image with black background.
This is my code:
Loadoptions Loadoptions = new Loadoptions
{
BufferSizeHint = 100, // Set buffer size hint to avoi…...my code: LoadOptions loadOptions = new LoadOptions { BufferSizeHint...image = Image.Load(pdfPath, loadOptions); if (image is IMultipageImage...