Quantcast
Channel: NetOffice - MS Office in .NET
Viewing all articles
Browse latest Browse all 1741

Commented Unassigned: Regarding office version [21833]

$
0
0
Hi Team,

I am using office power point interop to merger multiple power point document to single document. Now the issue is all document were created in office 2010 all files are merging properly if the system where it is running has office 2010. If exe runs on system having office 2013 then extra spaces get added to the slide. I amslo tried to setup page size but still he spaces get added. I googled on it and found that it is due to new slide size added to office 2013 which is wide screen 16:9.

My question is if I use NetOffice then can I mention which version of office to use? As we know that interop internally decides which version of component to use. It always prefer latest version.

Please answer me ASAP, any help will be appreciated.

Thanks,
Indresh
Comments: ** Comment from web user: SebastianDotNet **

you can use a version specific progid to create an application instance in target version (must be installed of course). This is possible trough the interop assemblies and NetOffice. In NetOffice its a bit easier trough the application ctor like new PowerPoint.Application("PowerPoint.Application.14").

next time please use the discussion board.

Sebastian


Viewing all articles
Browse latest Browse all 1741

Trending Articles