See Also

ImportedPage Members

Description

Represents an imported page.

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

Object Model




























































Remarks

This class can be used to extract a single selected page from an existing PDF document.

Interfaces

Implemented InterfaceDescription
Object 

Example

[ASP - VBScript] 

<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"--> 
<% 
    Dim MyDocument 
    Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) 
    Dim MyPage 
    Set MyPage = MyDocument.AddImportedPage( Server.MapPath( "PDFs/DocumentA.pdf" ), 1 ) 
    MyPage.AddLabel "New Content", 0, 0, 512, 12 
    MyDocument.DrawToWeb 
    Set MyPage = Nothing 
    Set MyDocument = Nothing 
%> 

See Also

ImportedPage Members

 

 


© Copyright 2007, ceTe Software