Print Multiple files into one Pdf File

Hi,

Anyone can help with a sample code for printing multiple files into one PDF File using PDFCreator in vb6?

Thx for any help :)

 

qtl { position: absolute; border: 1px solid #cccccc; -moz-border-radius: 5px; opacity: 0.2; line-height: 100%; z-index: 999; direction: ltr; }

qtl:hover,qtl.open {
opacity: 1;
}

qtl,qtlbar {
height: 22px;
}

qtlbar {
display: block;
width: 100%;
background-color: #cccccc;
cursor: move;
}

qtlbar img {
border: 0;
padding: 3px;
height: 16px;
width: 16px;
cursor: pointer;
}

qtlbar img:hover {
background-color: #aaaaff;
}

qtl>iframe {
border: 0;
height: 0;
width: 0;
}

qtl.open {
height: auto;
}

qtl.open>iframe {
height: 200px;
width: 300px;
}