Page 1 of 1

GDPicturePDF

Posted: Wed Feb 05, 2014 10:01 pm
by JohnJones
I am looking at your reference list for GDPicturePDF. And I wrote some sample code:

Dim gdPDF As New GdPicturePdf
gdPDF.LoadFromFile("X:\Accuvote\Provisional pdf\pdf\TEST_OVALS.pdf", True)
Dim has_ovals As Boolean = False
has_ovals = gdPDF.PageHasShape()
MsgBox(has_ovals)
End Sub

So now I know my PDF contains shapes.
But how do I find them?

Kind Regards,
John M Jones

Re: GDPicturePDF

Posted: Wed Mar 20, 2019 10:59 am
by Gabriela
Hi,

Unfortunately, we do not support such a feature right now. It is a part of PDF content stream editing requirements, which is quite a big challenge. We have already this request on our roadmap, but with the very low priority right now.