Posts Tagged pdf
[Flex] Printing 問題
Flex 的 printing 方面,差不多完全不能使用。
所以文中所講的 very challenging 是完全無錯的,因此,解決方法就有兩個。
1). Export as PDF.
2). Export as Image.
最好的方法,當然是export to PDF。 pdf 的printing support 是十分好的,flex 都有不少的library 可以利用. 其中,chowky 所用過的是alivepdf.
不過想簡單一點的話,就不如export as PNG 就好了,flex 很容易就可以把一個container 變做image. 你們所利用到的class 應該是 PNGEncoder. 只要想google 找一找就不難找到呢~
Source: http://www.insideria.com/2009/07/printing-with-flex.html
PDfs 都要加 SEO
如果你是賣pdf document 的話,你就需要這類東西的呢~~.
因為google 現在支援pdf 的search呢~.
pdf 的document 的 title , keyword 當然少不了…

但還有的是要set accessibility~

原來pdf 都開始要seo 的呢~
Source: http://www.acrobatusers.com/tutorials/make-your-pdfs-work-well-google-and-other-search-engines


Recent Comments