AdvPDFLib Questions...

Hi,


The new AdvPDFLib library looks interesting. I have two questions:

1. Does the library support an equivalent of PolyPolygon? This can draw polygons with holes in them.

2. Is there a way to set the DPI of a document?

Thanks - Steve

Hi, 


1) There is a way to add polygons but currently no clipping support. It's unclear if this is possible in the PDF specifications, this needs further investigation.

2) Rendering on a PDF is based on 72 DPI. If you want larger fonts / graphics, then you'll need to multiply the dimensions of the drawing code manually. 

We have added both on our feature request list.