See Also

MergeOptions Members

Description

Represents options for merging PDF documents.

For a list of all members defined in this module, see MergeOptions members.

Object Model


Interfaces

Implemented InterfaceDescription
Object 

Example

[ASP - VBScript] 

<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"--> 
<% 
    'Create document 
    Dim MyDocument 
    Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) 
    'Create Merger Options object 
    Dim MgOptions 
    Set MgOptions = Server.CreateObject( "DynamicPDF.MergeOptions" )     
    MyDocument.LoadPdf Server.MapPath( "../PDFs/fw9AcroForm_03.pdf" ), , ,MgOptions.SetAll() 
    MyDocument.AppendPdf Server.MapPath( "../PDFs/fw9_03.pdf" ), , , MgOptions.SetAll() 
    'Output the PDF 
    MyDocument.DrawToWeb 
    Set MyDocument = Nothing 
%>

See Also

MergeOptions Members

 

 


© Copyright 2007, ceTe Software