|
|
|
|
|
by wadkar
2851 days ago
|
|
> That you can’t concat two word files Of course you can! # cat word1.doc word2.doc > word3.doc Sounds ludicrous? So does your statement. Setting aside the hyperbole, I believe it would be a conceptual nightmare to start defining concat of two docs. For simple cases, feel free to make copy pasta :-) |
|
Just append the pages of document 2 to the end of document 1. Then the user can decide whether to remove the page break introduced by it. I have this in my env for doing this with PDF:
The peculiar syntax with "to" ensures that I do not invocate it incorrectly.