c# - Do ghostscript convertion in-memory using dot net or any other language -


can use ghostscript api convert pdf other format without reading data disk or writing results disk? has big overhead!

i need this:

public static byte[][] convertpdf(byte[] pdfdata) {  //// returns array of byte-array of pages data } 

using ghostscript api can send input anywhere like. depending on output device choose may able send output stdout, or retrieve bitmap in memory.

if want tiff output have have output file (tagged image file format, clue in name...)

similarly, can't pdf files input, have available file, because pdf random access format.

what leads think performance problem ?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -