XFINIUM.PDF Documentation
AppendFile(Stream,String) Method



Xfinium.Pdf.Utilities Namespace > PdfMerger Class > AppendFile Method : AppendFile(Stream,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 input As Stream, _
   Optional ByVal password As String _
) 
'Usage
 
Dim instance As PdfMerger
Dim input As Stream
Dim password As String
 
instance.AppendFile(input, password)
public void AppendFile( 
   Stream input,
   string password
)
public:
void AppendFile( 
   Stream^ input,
   String^ password
) 

Parameters

input
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