将 pdf 转换为 SilverLight xaml 文件的库或工具

发布于 2024-10-27 16:01:55 字数 50 浏览 3 评论 0原文

是否有任何库或工具可以将 pdf 文件转换为 SilverLight xaml 文件?

Is there any library or tool to convert a pdf file to SilverLight xaml file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

歌枕肩 2024-11-03 16:01:55

这就是我的 google-fu 找到我了:
http://www.amazedsaint.com/2009/05 /pdf-to-xaml-conversion-alternate.html

摘自该文章:

  1. 在 Expression Blend 中创建新的 Silverlight 项目。
  2. 由于 Expression Blend 可以导入 adobe illustrator 文件,只需将 pdf 文件的扩展名从 pdf
  3. 重命名 为 ai在 Blend 中导入 Adob​​e Illustrator 文件,然后导入到我的活动窗口中。

您将把整个表单导入为图形路径,保留整个布局

This is what my google-fu got me:
http://www.amazedsaint.com/2009/05/pdf-to-xaml-conversion-alternate.html

From that article:

  1. Create a new Silverlight Project in Expression Blend.
  2. As Expression Blend can import adobe illustrator files, simply rename a pdf file's extension from pdf to ai
  3. Clicked File-> Import Adobe Illustrator files in Blend, and imported to my active window.

You'll get the whole form imported as graphical paths, preserving the whole layout

淡墨 2024-11-03 16:01:55
  1. 下载并安装适用于 Adob​​e Illustrator(CS、CS2、CS3 或 CS4)的免费 XAML 导出插件。
    http://www.mikeswanson.com/XAMLExport/
  2. 将您的 .PDF 重命名为 .AI(对于较旧的Illustrator 版本)。
  3. 在 Adob​​e Illustrator 中打开。
  4. 选择哪个页面(Illustrator 一次只能打开 PDF 的一页)。
  5. 导出到 XAML(选择 Silverlight 而不是 WPF,它会产生更好的结果)
  6. 冲洗并重复其他页面。
  1. Download and install the free XAML Export plugin for Adobe Illustrator (CS, CS2, CS3, or CS4).
    http://www.mikeswanson.com/XAMLExport/
  2. Rename your .PDF to .AI (for older versions of Illustrator).
  3. Open in Adobe Illustrator.
  4. Choose which page (Illustrator can only open one page of your PDF at a time).
  5. Export to XAML (choose Silverlight over WPF, it produces better results)
  6. Rinse and repeat for other pages.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文