View Single Post
 
Old 01-11-2023, 08:11 PM
puff puff is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Apr 2017
Posts: 60
puff is on a distinguished road
Default

Thank you so much! It really works for the most part of the document I'm processing! I have some follow-ups:
-Is it possible to preserve the little black dot in the front if the text belongs to a bullet list? I want to remake bullet list in the output doc. If I copy and paste a bullet list as plain text, I can still get that black dot, which is very useful for me to remake the bullet list in the template after pasting. Or if the VBA can directly apply my bullet style called "XX_style" to remake those bullet lists in the output document, it would be perfect.
-I see pretty much all the images are anchored in the output doc. Is it possible to make them wrap in line with the texts instead?
-I want to have a way to tell contents from different pages, like having "page xx" above the lines of contents for a page in the output doc. Should I then iterate through each page with your code inside the for loop?

Again, I cannot thank you enough as the current code already saves me lots of time on converting these pdf!
Reply With Quote