D
dR
I have an Excel VBA application which generates a PDF file with 15,000
pages, mostly charts, from CSV input files. (VBA code is some 3,500
lines).
I now need to produce the whole thing also in PPT.
I basically have 2 options:
A. Convert my finished PDF file to PPT.
B. Generate PPT directly from Excel.
I looked online at demo PDF to PPT converters, but I am not satisfied
with file size. The PDF document is 100 mb, and the demo (which is
available for 1 page only) produced a PPT file 14 times larger. That
will make my final PPT about 1.4 gb. Also, just 1 page conversion took
considerable time.
I prefer to generate PPT directly from Excel, using VBA.
Could you share some experience? I have very limited knowledge of PPT
(at this point).
What I do know is:
1. I do not need, nor do I want any linkage.
2. The Excel charts exists only 'on the fly'. All 15,000 pages are
generated from 6 templates which are refreshed by VBA from the CSV
files. At the point in time in the loop when PDF print driver is
employed, I could also insert code to generate PPT.
A bonus question is regarding navigation. PDF has a nice tree structure
bookmarks for easy navigation. Is there anything comparable in PPT? Is
Slide Sorter only 1 for 1?
Thanks a Million
pages, mostly charts, from CSV input files. (VBA code is some 3,500
lines).
I now need to produce the whole thing also in PPT.
I basically have 2 options:
A. Convert my finished PDF file to PPT.
B. Generate PPT directly from Excel.
I looked online at demo PDF to PPT converters, but I am not satisfied
with file size. The PDF document is 100 mb, and the demo (which is
available for 1 page only) produced a PPT file 14 times larger. That
will make my final PPT about 1.4 gb. Also, just 1 page conversion took
considerable time.
I prefer to generate PPT directly from Excel, using VBA.
Could you share some experience? I have very limited knowledge of PPT
(at this point).
What I do know is:
1. I do not need, nor do I want any linkage.
2. The Excel charts exists only 'on the fly'. All 15,000 pages are
generated from 6 templates which are refreshed by VBA from the CSV
files. At the point in time in the loop when PDF print driver is
employed, I could also insert code to generate PPT.
A bonus question is regarding navigation. PDF has a nice tree structure
bookmarks for easy navigation. Is there anything comparable in PPT? Is
Slide Sorter only 1 for 1?
Thanks a Million