Re: Merging pdf files based on a value in a field

2017-09-15 Thread accessnewbie
Suggestions to use pyPDF2 to append files did not pan out. I had to go with the arcpy module. pyPDF2 does NOT merge correctly when trying to output multiple files based on a a similar value or key (essentially the group by concept). import csv import arcpy from arcpy import env

Merging pdf files based on a value in a field

2017-09-08 Thread MrJean1
Try PyPDF2, see the merge example. /Jean -- https://mail.python.org/mailman/listinfo/python-list

Merging pdf files based on a value in a field

2017-09-08 Thread accessnewbie
The StoreID (unique) is in Column1, a pdf map location in Column2, and the file name is "Warehouse1" (this will vary). (names not really sequenced numerically) County1 C:/maps/map1.pdf County1 C:/maps/map2.pdf County2 C:/maps/map1.pdf County2 C:/maps/map3.pdf County3 C:/maps/