PDA

View Full Version : Render sub-section of page


bmharper
January 25th, 2008, 02:40 AM
Hi,
We have recently decided to integrate the Foxit PDF renderer into our CAD/GIS applications, so that users can use PDF schematics as raster backgrounds. Generally, the interface is excellent and no more complex than it needs to be, but we do need one additional rendering function, and that is a function that can render only a portion of a PDF page to a bitmap. This is necessary in order to achieve the kind of performance and resolution that our users require. How easy would it be to add such an API function? It would be very much appreciated.

Thanks,
Ben Harper
GLS Engineering Software.

jinming_wang
January 29th, 2008, 12:43 AM
I am afraid SDK dll does not support to render sub-section of page.you could render the whole page to a bitmap first ,then cut the bitmap to get sub-section of page.