IPDFDocumentMerge Method (StringList, IDocStorageService) |
Merge a list of PDFs (From the documents service) into one PDF
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Merge(
StringList slDocIDs,
IDocStorageService dss
)
Function Merge (
slDocIDs As StringList,
dss As IDocStorageService
) As String
Parameters
- slDocIDs
- Type: NetQuarryStringList
A list of document IDs for all the PDF files to merge. The files will be merged together in the order given in the list. - dss
- Type: NetQuarry.ServicesIDocStorageService
The application's Document Service
Return Value
Type:
StringA single PDF with all PDFs from the list merged into it.
See Also