|
Use this method to append one PDF to the end of another one.
Individual pages from one PDF can be drawn into another using the
AddImage method.
If you are inserting a number of pages it is much faster to use
the Append method than to draw pages individually. It also has the
advantage of maintaining other information such as bookmarks.
|