我想在Windows Server 2012(x64)上配置MSOffice 2016(x64)以使用ABCPdf 9.1.2.5(x64)運行。 在運行時,應用程序失敗,因爲此消息的:"Failed to get MS Office installation path." 到目前爲止,我找不到爲什麼會出現此問題的一個明確的解釋。 應用程序池使用「ApplicationPoolIdentity」(
我需要將PDF轉換爲透明度的GIF。我在official site上發現了一些代碼示例,但結果與預期不符。常見的問題是透明度下降。 我嘗試下面的代碼: using (var doc = new Doc()) {
doc.Read(source);
doc.Rendering.SaveAlpha = true;
// the following lines