XFINIUM.PDF Documentation
AppendFile(String,String) Method



Xfinium.Pdf.Utilities Namespace > PdfMerger Class > AppendFile Method : AppendFile(String,String) Method
PDF file to append.
Password if the input file is encrypted.
Appends the given file to the merged file.
Syntax
'Declaration
 
Public Overloads Sub AppendFile( _
   ByVal fileName As String, _
   Optional ByVal password As String _
) 
'Usage
 
Dim instance As PdfMerger
Dim fileName As String
Dim password As String
 
instance.AppendFile(fileName, password)
public void AppendFile( 
   string fileName,
   string password
)
public:
void AppendFile( 
   String^ fileName,
   String^ password
) 

Parameters

fileName
PDF file to append.
password
Password if the input file is encrypted.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMerger Class
PdfMerger Members
Overload List