<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post//</link>
<title><![CDATA[在網站框架中放入PDF檔與其他檔案]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[BO-BLOG]]></category>
<pubDate>Fri, 23 Aug 2013 07:09:36 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<span style="color: #00008B;"><span style="font-size: 120%;"><strong>要將PDF放入部落格或網頁，有困擾嗎？<br/>利用Google docs 檢視器，<br/>在網站框架中放入PDF檔與其他檔案，就可以了</strong></span></span><br/><br/><div style="width:448px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; padding:5px;"><a href="https://blog.apao.idv.tw/attachment.php?fid=1626" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1626" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a></div><br/>▲資料出處：<a href="https://docs.google.com/viewer" target="_blank">Google Docs Viewer</a><br/><br/><span style="font-size: 120%;"><strong>共有三行</strong></span><br/><div style="width:440px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; padding:5px;"><a href="https://blog.apao.idv.tw/attachment.php?fid=1631" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1631" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a></div><br/>▲並將取得的程式碼依照需求放入mail, 連結, 或是網站當中<br/><br/><span style="font-size: 120%;"><strong><span style="color: #00008B;">就會呈現以下內容：</span></strong></span><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><iframe src="http://docs.google.com/viewer?url=http://blog.apao.idv.tw/attachment/201308/1377312886_9824b1c9.pdf&embedded=true" width="540" height="300" style="border: none;"></iframe></div><br/>▲當我們想要將PDF檔鑲入網頁中的時候，可以利用 Google Docs Viewer 來處理（本地檔案方式）<br/><strong><span style="color: #DC143C;">放大後顏色呈現：256色</span></strong><br/><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><iframe src="http://blog.apao.idv.tw/attachment/201308/1377312886_9824b1c9.pdf" width="540" height="300" style="border: none;"></iframe></div><br/>▲將PDF檔直接鑲入網頁中（本地檔案方式）<br/><span style="color: #DC143C;"><strong>放大後顏色呈現：接近原來顏色</strong></span><br/><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><iframe src="http://docs.google.com/viewer?url=http://blog.apao.idv.tw/attachment/201308/1377245346_9148f37c.xlsx&embedded=true" width="540" height="300" style="border: none;"></iframe></div><br/>▲ Google Docs Viewer 來處理表格也可能的，只是似乎比例上無法調整...（本地檔案方式）<br/><br/><span style="color: #00008B;"><span style="font-size: 120%;"><strong>不僅僅PDF檔可以使用，以下種類的檔案也可以利用：</strong></span></span><br/>紀錄日期：20130823<br/><br/>圖像檔（.JPEG、.PNG、.GIF、.TIFF、.BMP）<br/>影片檔（WebM、.MPEG4、.3GPP、.MOV、.AVI、.MPEGPS、.WMV、.FLV）<br/>文字檔（.TXT）<br/>程式語言（.CSS、.HTML、.PHP、.C、.CPP、.H、.HPP、.JS）<br/>Microsoft Word（.DOC、.DOCX）<br/>Microsoft Excel（.XLS、.XLSX）<br/>Microsoft PowerPoint（.PPT、.PPTX）<br/>Adobe Portable Document Format（.PDF）<br/>Apple Pages（.PAGES）<br/>Adobe Illustrator（.AI）<br/>Adobe Photoshop（.PSD）<br/>Tagged Image File Format（.TIFF）<br/>Autodesk AutoCad（.DXF）<br/>Scalable Vector Graphics（.SVG）<br/>PostScript（.EPS, .PS）<br/>TrueType（.TTF）<br/>XML Paper Specification（.XPS）<br/>壓縮檔（.ZIP and .RAR）<br/><br/>資料出處：<a href="https://support.google.com/drive/answer/2423485?p=docs_viewer&rd=1" target="_blank">關於 Google 文件檢視器服</a><br/><br/><span style="font-size: 120%;"><strong>html程式碼如下：</strong></span> 放入<strong><</strong>body<strong>></strong><strong><</strong>/body<strong>></strong><br/><div class="code">&lt;iframe src=&quot;http://docs.google.com/viewer?url=http://你的網站/你的PDF檔名.pdf&amp;embedded=true&quot; width=&quot;600&quot; height=&quot;780&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;</div><br/><span style="font-size: 120%;"><strong><span style="color: #DC143C;">http://你的網站/你的PDF檔名.pdf</span></strong>換成自已的檔案URL就可以了<br/>width="600" //對應網站做適當調整 <br/>height="780" //對應網站做適當調整</span><br/><br/>直接取得(google雲端硬碟直接製作表格+放入Google Docs 檢視器) <br/>順序為：<a href="https://drive.google.com" target="_blank">雲端硬碟-</a>> 檔案 -> 共享(按右鍵) -> 拷貝連結->貼至 <a href="https://docs.google.com/viewer" target="_blank">Google Docs 檢視器</a><br/><span style="color: #DC143C;"><strong>注意：雲端硬碟檔案的連結做拷貝之前，記得先將檔案設定成為對一般網路大眾公開的權限</strong></span><br/><br/><span style="font-size: 120%;"><span style="color: #00008B;"><strong>但是檔案呈現，會變以下這樣：</strong></span></span><br/><iframe src="http://docs.google.com/viewer?url=https%3A%2F%2Fdocs.google.com%2Fspreadsheet%2Fccc%3Fkey%3D0AtP_GSENV4bXdDdCTWFlSV92NFYxV3VjeUxFaGRKaXc%26usp%3Dsharing&embedded=true" width="540" height="300" style="border: none;"></iframe><br/>▲沒關係，按下表格中的<strong>「此處」</strong>就可以瀏覽內容了（Google雲端硬碟檔案方式）<br/><br/><span style="color: #00008B;"><span style="font-size: 120%;"><strong>關於SkyDriver的做法</strong></span></span><br/><iframe src="https://skydrive.live.com/embed?cid=68352D86BDC574B9&resid=68352D86BDC574B9%21173&authkey=AISRPQjM3JAqq30&em=2" width="540" height="300" frameborder="0" scrolling="no"></iframe><br/>▲檔案放在SkyDriver，給的html程式碼的樣子（有時中文文字會變亂碼）<br/><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><br/><a href="https://blog.apao.idv.tw/attachment.php?fid=1635" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1635" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a></div><br/>▲選擇自己的檔案之後，按下「內崁」<br/><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><a href="https://blog.apao.idv.tw/attachment.php?fid=1636" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1636" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="540"/></a></div><br/>▲按下「產生」<br/><br/><div style=" width:540px; background-color:#F4F4F4; border-color:#999; border-style:dotted; border-width:1px; "><a href="https://blog.apao.idv.tw/attachment.php?fid=1637" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1637" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="540"/></a></div><br/>▲拷貝text box中的html程式碼，記得改裡頭的寬度<br/><span style="color: #8B0000;"><span style="font-size: 120%;"><strong>寬度 width<br/>高度 height<br/>都設定好後，再貼到自己的網頁或部落格中就可以了</strong></span></span><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E7%25B6%25B2%25E7%25AB%2599/" rel="tag">網站</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25A1%2586%25E6%259E%25B6/" rel="tag">框架</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%2594%25BE%25E5%2585%25A5/" rel="tag">放入</a> , <a href="https://blog.apao.idv.tw/tags/pdf/" rel="tag">pdf</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25AA%2594/" rel="tag">檔</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%2585%25B6%25E4%25BB%2596/" rel="tag">其他</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25AA%2594%25E6%25A1%2588/" rel="tag">檔案</a> , <a href="https://blog.apao.idv.tw/tags/jpeg/" rel="tag">jpeg</a> , <a href="https://blog.apao.idv.tw/tags/png/" rel="tag">png</a> , <a href="https://blog.apao.idv.tw/tags/gif/" rel="tag">gif</a> , <a href="https://blog.apao.idv.tw/tags/tiff/" rel="tag">tiff</a> , <a href="https://blog.apao.idv.tw/tags/bmp/" rel="tag">bmp</a> , <a href="https://blog.apao.idv.tw/tags/webm/" rel="tag">webm</a> , <a href="https://blog.apao.idv.tw/tags/mpeg4/" rel="tag">mpeg4</a> , <a href="https://blog.apao.idv.tw/tags/3gpp/" rel="tag">3gpp</a> , <a href="https://blog.apao.idv.tw/tags/mov/" rel="tag">mov</a> , <a href="https://blog.apao.idv.tw/tags/avi/" rel="tag">avi</a> , <a href="https://blog.apao.idv.tw/tags/mpegps/" rel="tag">mpegps</a> , <a href="https://blog.apao.idv.tw/tags/wmv/" rel="tag">wmv</a> , <a href="https://blog.apao.idv.tw/tags/flv/" rel="tag">flv</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] 在網站框架中放入PDF檔與其他檔案]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>