将Word文件从iframe转换为LaTeX格式

时间:2018-07-03 07:35:33

标签: angularjs iframe ms-word latex

我正在尝试将Word文件转换为LaTeX格式。我不知道如何从iframe获取word文档内容,因为它对我来说是新的。

  • 我想使用该内容转换为LaTeX和PDF格式。
  • 我还需要在两个不同的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'); 

0 个答案:

没有答案