如何创建一个基于 Web 的目录,链接到不同文档集合中的特定位置?
如何创建一个基于 Web 的目录,链接到各种文档格式(未指定:我假设是 Excel、PowerPoint、Word 和 PDF)中的特定位置?另外,我如何在文档中搜索并创建索引?搜索结果和索引都应该链接到文档中的特定位置。
我的第一个想法是将所有文档转换为 PDF, 在 PDF 中创建目标,并链接到目标从网页。不过,我绝对愿意接受其他想法。
我很确定文档的设置方式不会很容易在 PDF 中自动添加书签和链接;即,Word 文档可能不会使用标题样式。
How can I create a web-based table of contents that links to specific places in a variety of document formats (unspecified: I assume Excel, PowerPoint, Word, and PDF)? Also, how could I search within the documents and create an index? Both the search results and the index should link to specific places within the documents.
My first thought was to convert all of the documents to PDF, create destinations within the PDFs, and link to the destinations from a web page. I'm definitely open to other ideas, though.
I'm pretty sure the documents will not be set up in a way that would be easy to automate adding bookmarks and links within PDFs; i.e., Word documents probably won't use heading styles.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 PDF,几乎与您同时提出了一个问题:
PDF 打开参数:comment=commentID 不起作用
他拥有除 commentID 之外的所有内容(页码、缩放设置等)。不知道其他格式。
For PDF's, there's a question asked at almost exactly the same time as yours:
PDF Open Parameters: comment=commentID doesn't work
He's got everything but the commentID working (page number, zoom setting, etc). Dunno about the other formats.