Hey,
I’ve downloaded latest version of Aspose Pdf - 2.5.0.
I have problems with creating images in PDF.
-
When I try to create image from web url following message is printed:
“file create error!” and CPU usage is 99% all the time.
Using version 2.4.0 the same code works ok. -
Is it possible to attach image that is dynamically created by servlet?
In version 2.4.0 when I try to do something like this:
image.getImageInfo().setFile(“http://localhost:8080/app/imageProviderl?width=150&height=100
”);
I get exception “format is not supported” -
Is it possible to create image from stream in version 2.5.0?
It seems that BinaryFileStream(byte[] arr)
doesn’t work.
Also invoking BinaryFileStream.write(byte
b) results in exception “java.lang.UnsupportedOperationException: This stream can’t be wrote”
The only way I could create image in version 2.5.0 is from local file.
I will appreciate any help. Thanks
Maciek