With the source doc open, I call:
- Code: Select all
WriteDocPageRange("C:\Temp\Merged.vpe", 1, 3);
WriteDocPageRange("C:\Temp\Merged.vpe", 7, 7);
If C:\Temp\Merged.vpe does not yet exist, the first write successfully creates the new doc with pages 1 to 3 as expected. However, the second write does NOT append page 7.
Once C:\Temp\Merged.vpe exists, it seems no further pages can be appended.
What am I missing here? Thanks.