Hello
Is it possible to convert the bytes from a pdf file to a png? And how can i manage this?
I tried an example with the memorystream. The png get created. But when i want to open the png file, the windows photo viewer says it 'is damaged, corrupted or too large'.
My pdf file is stored as bytes in the database and i do not want to create a temp file on the filesystem, only for the converting.
Thanks for your response!
Is it possible to convert the bytes from a pdf file to a png? And how can i manage this?
I tried an example with the memorystream. The png get created. But when i want to open the png file, the windows photo viewer says it 'is damaged, corrupted or too large'.
My pdf file is stored as bytes in the database and i do not want to create a temp file on the filesystem, only for the converting.
Thanks for your response!