BenSelect Documentation
CombinePdfFiles(Stream,IList<String>,String) Method
See Also  Send Feedback
Selerix.ReportEngine Namespace > Utils Class > CombinePdfFiles Method : CombinePdfFiles(Stream,IList<String>,String) Method
outputStream
Results file destination stream.
files
List of PDF file full paths to merge.
letterHeadPath
Path to the PDF file that containce a page background template.
Combines a set of PDF files into the one new PDF file.

Syntax

JScript 
public static function CombinePdfFiles( 
   outputStream : Stream,
   files : IList,
   letterHeadPath : String
);

Parameters

outputStream
Results file destination stream.
files
List of PDF file full paths to merge.
letterHeadPath
Path to the PDF file that containce a page background template.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.