开发者

Sort Pages According To List VBA

开发者 https://www.devze.com 2022-12-07 21:37 出处:网络
I have a PDF file that contains 500+ pages containing a unique number on each page. First I wanted to sort them with Acrobat PDF Pro DC Actions/JavaScript but its hard and I don\'t understand Java at

I have a PDF file that contains 500+ pages containing a unique number on each page. First I wanted to sort them with Acrobat PDF Pro DC Actions/JavaScript but its hard and I don't understand Java at 开发者_Python百科all.

Then I realized that I can open PDFs in MS Word 365 as well and when I opened the same doc in MS Word 365 it is searchable.

Now I want a VBA code to rearrange these pages according to a list that I provide in XLSX or CSV or TXT etc. format and save it as a new file.

File Before Sort Pages

Sort List

File After Sort Pages

0

精彩评论

暂无评论...
验证码 换一张
取 消