WIP: PDF Attachment Extractor

This commit is contained in:
Jonathan Jenne
2020-03-04 14:44:18 +01:00
parent ea4673f161
commit b995304ee3
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Public Class PDFAttachments
Public Sub New(GdPictureKey As String)
End Sub
Public Shared Function Extract(FileName As String)
Using oGDPicturePDF As New GDPicturePDF
End Function
End Class