|
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 AddImageDoc 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.
If you are inserting pages that contain form fields, you may want to call
MakeFieldsUnique
to avoid sharing fields across pages.
The Refactor setting
determines whether new/modified redundant objects are eliminated
when the document is appended to. Unless the documents are big in
terms of memory use and have many common objects, it is faster to
disable refactoring for appending documents and enable it for
saving the final document. You can use SetInfo to change the setting.
|