我正在尝试将Word文件转换为LaTeX格式。我不知道如何从iframe获取word文档内容,因为它对我来说是新的。
在这里我可以显示单词doc:-
html:-
<div class="col-md-6">
<iframe id="word2" type="text/html" ng-model="right" class="doc" ng-src="{{customUrl}}"></iframe>
<input type="text"/>
</div>
控制器:-
$scope.customUrl = $sce.trustAsResourceUrl('https://docs.google.com/document/d/AW2JHex9lI-FPcipLrlm8i4aD6I/edit?usp=sharing&embedded=true');