I have installed Microsoft Office 2007 with help of this answer using WineTricks.
I need to integrate Adobe Acrobat Pro XI into Word to produce high quality PDFs.
So I have a question - how to make Acrobat PDFMaker working on Ubuntu using Wine?
And please do not suggest me to use LibreOffice for this purpose. There are some use-cases where Acrobat Pro is needed.
1 Answer
One can install Adobe Acrobat Pro XI by the method similar to the MathType installation (to the same WINEPREFIX) and following this answer about Acrobat Pro by steps below:
wget
export WINEPREFIX=~/.local/share/wineprefixes/office2007pro
sh ./winetricks msxml3 msxml6 wininet ie8 vcrun6 atmlib
wine SETUP.EXE Then it will add Acrobat panel to the Word 2007 ribbon:
and clicking Create PDF will start PDF creation process with progress bar window
and will finish by showing PDF document.
Note: method is fully-functional, but embedded Mathtype equations look weird in resulting PDF document.