This commit is contained in:
2020-03-04 14:45:47 +01:00
25 changed files with 873 additions and 159 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