Hello,
I must merge a cover page with a PDF document and repeat this operation 1000 times.
My documents are under this shape:
Cartouche_M1_TPI_TRC_GC_ARM_21180_C
Cartouche_M1_TPI_TRC_GC_ARM_21181_C
Cartouche_M1_TPI_TRC_GC_ARM_xxxxx_x
M1_TPI_TRC_GC_ARM_21180_C_ZONE 01_PLOT 8
M1-TPI-TRC-GC-ARM-21181-C-ZONE 01_PLOT 8
M1_TPI_TRC_GC_ARM_xxxxx_x_ZONE 01_PLOT 8
I would want to merge files having the same numbers:
Cartouche_M1_TPI_TRC_GC_ARM_21180_C
merge with M1_TPI_TRC_GC_ARM_21180_C_ZONE 01_PLOT 8
= M1_TPI_TRC_GC_ARM_21180_C_CE_ZONE 01_PLOT 8
(I added _CE)
Cartouche_M1_TPI_TRC_GC_ARM_21181_C
merge with M1_TPI_TRC_GC_ARM_21181_C_ZONE 01_PLOT 8
= M1_TPI_TRC_GC_ARM_21181_C_CE_ZONE 01_PLOT 8
(I added _CE)
Cartouche_M1_TPI_TRC_GC_ARM_XXXXX_X
merge with M1_TPI_TRC_GC_ARM_XXXXX_X_ZONE 01_PLOT 8
= M1_TPI_TRC_GC_ARM_XXXXX_X_CE_ZONE 01_PLOT 8
(I added _CE)
I have 1000 PDF documents and I want to automate the merger of these documents. Is there any software you can recommend? Thank you for your response.