2012年4月25日 星期三

[Mac] 使用Automator合併PDF檔案 - Use Automator combine PDF files

Step 1. 在Applications中執行Automator.app, 圖示如下









Step 2. 選擇新增一個Application, 然後拖拉以下三個Action到右邊, 如圖所示

  • Sort Finder Items (可以選擇按照檔案名稱排序pdf)
  • Combine PDF Pages
  • Move Finder Items




Step 3. 將要合併的PDFs框起然後拖拉到 combinePDFs.app






Step 4. 完成後會產生一個亂數名字的PDF檔案, 打開後就可以看到已經合併的PDF













2012年4月2日 星期一

[iOS Dev] 偵測目前網路狀態 WIFI, 3G, Edge - Reachability

一年前寫過一個範例 : [iOS Dev] 簡單的網路連結測試 Simple Internet Connection test

主要是透過NSURL去實際request一個網頁, 然後偵測是否可以連結

今天發現使用Apple有提供一個Sample Code - Reachability, 直接透過C語言的Library來偵測網路狀態

並可以偵測使用者是否使用WIFI, 3G, Edge網路 直接import Reachability.h就可以沿用, 非常方便 

注意: 使用Reachability時, 要記得在專案link SystemConfiguration.framework

詳細請看官方範例::
http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html
Related Posts Plugin for WordPress, Blogger...