Hi, im using Aspose.PDF 21.6.0 for .NET for converting pdf to images
In windows all works fine
But on linux i have black rectangle instead of text
In pdf i have text as image with parameters
Stream of type: /XObject
/BitsPerComponent: 1
/DecodeParams: 27 0 R -> Dictionary
/Filter: /CCITTFaxDecode
/Height: 3220
/ImageMask: true
/Length: 28264
/Subtype: /Image
/Type: /XObject
/Width: 1368
I trying to use different devices (PNGDevice, JpegDevice), asposePage.ConvertToPNGMemoryStream(), asposePage.ToImageStream(OCRdpi)
but always have bad result rendering_trouble.jpeg (133.3 KB)
rendering_trouble.jpeg (133.3 KB)
Think trouble is in ImageMask:true on linux