Q: We would like to convert pdf files to png images, but only text
should be included. No raster images, no lines, arcs bezir curves etc.
Would this be possible with any of your products?
www.pdftron.com/net). As a starting point you may want to take a look
at ElementEdit sample project (http://www.pdftron.com/net/
samplecode.html#ElementEdit). In particular this sample strips away
all images from the page and changes text color to blue.
After the page is pre-processed (by removing everything except text)
you can convert the page to PNG as illustrated in PDFDraw sample
project (www.pdftron.com/net/samplecode.html#PDFDraw). Because this is
a common use case scenario for PDFNet, you may also want to search
PDFNet Knowledge Base for relevant topics (http://groups.google.com/
group/pdfnet-sdk/topics - e.g. use "ElementEdit" as a search keyword).
A: Yes, this is possible to implement using PDFNet SDK (http://