V 2.9.0.0 WISAG
This commit is contained in:
@@ -18,6 +18,9 @@ Public Class FlattenFormFields
|
||||
|
||||
Dim newFilesPath As String = Path.Combine(oFolder, "InputFieldsFlattend_" & Path.GetFileName(pFilePath))
|
||||
If gdpicturePdf.SaveToFile(newFilesPath) = GdPictureStatus.OK Then
|
||||
Dim oNameofFile = Path.GetFileName(newFilesPath)
|
||||
MsgBox("Your PDF-file contained form-fields!" & vbNewLine & "We needed to adapt the file and created an new version!" & vbNewLine &
|
||||
$"New filename: {oNameofFile}", MsgBoxStyle.Exclamation, "Information")
|
||||
Return newFilesPath
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user