If pdf.load_pdf_to_mem(CStr(pdfpath)) = true Then
pdf.currentpage=1
If pdf.make_image(CDbl(tsLeft), CDbl(tsTop), CDbl(tsWidth), CDbl(tsHeight), CStr(imgpath)) = true Then
If pdf.save_pdf_to_file(CStr(targetpdf)) = true Then
MsgBox "OK"
End If
End If
End If
Set pdf = nothing
Please ask...
Although we really tried hard, there are always questions left open.
Please send us your question. We would be glad to answer it.