強力推薦

必看推介

顯示具有 文書相關 標籤的文章。 顯示所有文章
顯示具有 文書相關 標籤的文章。 顯示所有文章

星期二, 4月 21, 2009

[線上工具] 強大萬能文書文件線上轉換器

0 意見

Cometdocs 是一款十分齊全的文書檔案轉換的線上工具。
未注冊用戶會受到限制(每次需輸入 Email 和只可以轉換3頁),所以建議大家注冊,反正免費^^~


可轉換格式如下


Convert from PDF(some conversion support OCR conversion for scanned PDF)
PDF to Open Office Writer format
PDF to Open Office Calc format
PDF to Open Office Impress format
PDF to image BMP
PDF to image JPG
PDF to image GIF
PDF to image PNG
PDF to image TIF
PDF to text
PDF to HTML
PDF to MS Word
PDF to MS Excel
PDF to AutoCAD (dwg)
PDF to AutoCAD (dxf)



Convert to PDFBmp to PDF
Word (doc) to PDF
Gif to PDF
htm to PDF
html to PDF
jpeg to PDF
jpg to PDF
log to PDF
mht to PDF
mhtml to PDF
ODF to PDF
ODP to PDF
ODS to PDF
ODT to PDF
PNG to PDF
PPS to PDF
PPT to PDF
RTF to PDF
SDA to PDF
SDC to PDF
SDD to PDF
SDS to PDF
SDW to PDF
SXC to PDF
SXD to PDF
SXI to PDF
SXM to PDF
SXW to PDF
TIF to PDF
TIFF to PDF
TXT to PDF
WRI to PDF
XLS to PDF



Convert from XPSConvert to Open Office Writer format
Convert to Open Office Calc format
Convert to Open Office Impress format
Convert to image BMP
Convert to image JPG
Convert to image GIF
Convert to image PNG
Convert to image TIF
Convert to text
Convert to HTML
Convert to MS Word
Convert to MS Exsel



Other File ConversionsExcel to CSV (XLSTOCSV)
XML to LINT (XMLLINT)
HTML to RSS (HTMLTORSS)
ASC TO PDB
ASC TO EBC
UNIX TO DOS
DOS TO UNIX
MAC TO UNIX
FIX TO DELIM
DELIM TO FIX
CSV TO DELIM
SORT FILE
PDF INFO
COMPARE FILES
MP3 INFO
FILEINFO
ICONV

星期五, 2月 06, 2009

[軟件更新通知] Notepad++ 5.1.4

2 意見

Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。

其實本人多年都只會用 Notepad 去處理一些細微改動的 Html 和 一些小程式,可能習慣了,始終 Notepad 開得比較快 =v= ,常常見人介紹 Notepad++ , 所以好奇心下就試用一下,速度很快不佔資源 ,其功能也絕不馬虎 ,幾乎程式員們想要的功能都有了(當然我會希望有代碼提示和自動完成=v= 好像貪心了點)

為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 所以如果有心研究的朋友,可以在 NotePad++的 XML 文件中研究研究 !

字詞自動完成功能(Auto-completion)
用戶能做自己的API列表(或從下載專區下載你需要的api檔案) 。一旦api檔案建立完成且在正確的路徑系統,鍵入Ctrl+Space(你可以修改這個鍵盤捷徑)啟動字詞自動完成功能
(參考字詞自動完成功能畫面)。

欲知更詳盡的資訊,請參考字詞自動完成功能線上輔助
(P.S. 多謝 Derek 提供意見)

[6-Feb-2009]
(最近忙於開新部落格,都在研究模板,所以用 NotePad++ 去處理 XML 檔,感覺不錯,每個區域都變得清晰多,真得十分推薦使用!!)

支援的程式語言:
C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML




What's NewNotepad++ v5.1.4 new feature and fixed bugs (from v5.1.3) :

1. Add localization on run time feature : Change language on the run time for Unicode version (via preferences dialog).
2. Add the ability to force opened ANSI document as UTF-8 w/o BOM.
3. Fix verbose backup bug (while the backup dir is not set).
4. Fix bug that external lexer doesn't work with Unicode version.
5. Fix recent files list bug.
6. Include a help content file.
7. Add new plugin notification message NPPN_WORDSTYLESUPDATED.
8. Add 2 plugin messages for shortcut feature : NPPN_SHORTCUTREMAPPED notification and NPPM_GETSHORTCUTBYCMDID message.


Notepad++ v5.1.3 new feature and fixed bugs (from v5.1.2) :

1. Add PostIt feature (F12 to toggle it).
2. Fix the bug that Unicode path file opened in the previous session doesn't be restored.
3. Fix nativeLang loading problem if Notepad++ location path contains Unicode characters.
4. Make shell extension context menu Unicode compliant.
5. Fix "Go to/Open in another instance" bug.
6. Process WM_IME_REQUEST message to support Windows IME.
7. Fix "Go to another view" translation coding error.
8. Adding search text on the top of combo box.
9. Fix Tidy installation problem for TextFX plugin.
10. Change the N++ recovery directory from c:\N++RECOV to %temp%\N++RECOV.


官方下載
官方網站

星期一, 12月 15, 2008

[軟件更新通知] Notepad++ 5.1.2

0 意見

Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。

其實本人多年都只會用 Notepad 去處理一些細微改動的 Html 和 一些小程式,可能習慣了,始終 Notepad 開得比較快 =v= ,常常見人介紹 Notepad++ , 所以好奇心下就試用一下,速度很快不佔資源 ,其功能也絕不馬虎 ,幾乎程式員們想要的功能都有了(當然我會希望有代碼提示和自動完成=v= 好像貪心了點)

為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 所以如果有心研究的朋友,可以在 NotePad++的 XML 文件中研究研究 !

支援的程式語言:
C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML




What's NewNotepad++ v5.1.2 fixed bugs (from v5.1.1) :

1. Fix localization (Japanese/Cyrillic/Hebrew...) display bug under Notepad++ Unicode version.
2. Fix Find in Files search in both Unicode/ANSI files.
3. Make Find in files thread-less to improve the performance and to avoid the crash.
4. Fix crash bug while loading File of User Defined Language.
5. Fix writing a key in registry while preference dialog launches
6. Fix crash in File Dialog if too many languages or extensions were added.
7. Fix memory leak when a file cannot be opened if it consumes too much memory.
8. Fix a vista issue : prevent Notepad++ save files to "virtual store" under vista.
9. Fusion 2 commands "activate main view" and "activate sub view" in "Focus the other view".
10. Fix close all files/app exit cancel bug.
11. Fix default button problem in Find in Files dialog.
12. Fix caret position moving problem after loading a session.
13. Fix bug when pasting to bookmarked lines in Unicode version.


上一篇:[軟件更新通知] Notepad++ 5.1.1
官方下載
官方網站

星期四, 11月 13, 2008

[軟件更新通知] Notepad++ 5.1.1

0 意見

Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。

其實本人多年都只會用 Notepad 去處理一些細微改動的 Html 和 一些小程式,可能習慣了,始終 Notepad 開得比較快 =v= ,常常見人介紹 Notepad++ , 所以好奇心下就試用一下,速度很快不佔資源 ,其功能也絕不馬虎 ,幾乎程式員們想要的功能都有了(當然我會希望有代碼提示和自動完成=v= 好像貪心了點)

為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 所以如果有心研究的朋友,可以在 NotePad++的 XML 文件中研究研究 !

支援的程式語言:
C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML



What's NewNotepad++ v5.1.1 fixed bugs (from v5.1) :

1. Fix Unicode version display Korean/Japanese language problem.
2. Fix bug : Open in new instance not allowing spaces in paths.
3. Fix "Global Styles" string incorrectly displayed in Unicode version.
4. Fix filters for open/save dialog not showing or incorrectly (showing 'L').
5. Fix calltip argument with 'L' leader character bug.
6. Fix tab control draw bug.



What's NewNotepad++ v5.1 fixed bugs and added features (from v5.0.3) :

1. Make Notepad++ Unicode-compliant application(Unicode path supported).
2. Fix crash issue due to the incoherent modification/creation date.
3. Enhance Find in files feature : launch in thread, stop as wish.
4. Add find/replace dialog memorize capacity.
5. Fix "find in all opened files" and "find in files" unicode text search bug.
6. Fix "replace" and "replace all" bug.
7. Fix tag match highlighting mismatched bug.
8. Make tag match highlighting on non html zone optional.
9. Fix cpu high consumption bug while document is cloned with smart highlighting and xml matched highlighting features activating.
10. Refine the Save/Open file directory settings (follow tab/last operation/user defined dir).
11. Add "Doc go to new instance" and "Doc open in new instance" features.
12. Move document to another instance of Notepad++ via drag and drop document tab.
13. Add new pluin notification NPPN_DOCACTIVATED and NPPN_LANGCHANGED.
14. Fix context menu incorrect setting crash bug.
15. Fix crash problem while typing Chinese character in ANSI CSS document under Chinese environment.
16. Fix a problem with Incremental search+UTF8 in win9x.
17. Fix the User defined language not working in Unicode version bug.
18. Fix bug with CPP lexer keyword list.
19. Fix auto-completion not woring for HTML, SQL and RC problem.
20. Fix html, sql and rc auto-completion bug.
21. Fix cancel to save file in Notepad++ can not stop system shutdown problem.
22. Fix bug with opening relative path files.
23. Fix bug with clearing read-only flag.
24. Fix wrap after save as bug.
25. Improve "reload from disk" behaviour.
26. Add option to only show the filename in the titlebar.
27. Add NPPM_[G/S]ET_BUFFERLANGTYPE, NPPM_[G/S]ET_BUFFERENCODING, NPPM_[G/S]ET_BUFFERFORMAT messages to access buffer properties.
28. Remove all the comic sans font (finally :) ).

Included plugins (Unicode):

1. TexFX v0.24a
2. MIME Tools v1.5
3. NppExport v0.2.8
4. Doc Monitor v2.2
5. NppAutoIndent 1.2
6. FTP_synchronize v0.9.6
7. NppAutoIndent 1.2
8. NppDocShare v0.1

Included plugins (ANSI):

1. TexFX v0.24a
2. NppExec v0.2 RC3.2
3. Spell Checker v1.3.1
4. MIME Tools v1.5
5. FTP_synchronize v0.9.6
6. NppExport v0.2.8
7. Compare plugin v1.5.1
8. Light Explorer v1.5
9. Doc Monitor v2.2
10. NppAutoIndent 1.2
11. NppDocShare v0.1


官方下載
官方網站

星期一, 8月 18, 2008

[更新通知] Notepad++ v5.0.3

0 意見

早前介紹的免費的代碼編輯器 Notepad++ 已經更新到 v5.0.3


此版修正問題如下 :

Notepad++ v5.0.3 fixed bugs and added features (from v5.0.2) :

1. Fix crash bug while processing find in all opened files/find in files in a file contains a very long line.
2. Fix the display problem in found results dialog while processing find in all opened files/find in files in a file contains a very long line.
3. Fix not remembering the history file setting "Don't check at launch time" option bug.

文章參考

星期二, 7月 22, 2008

Notepad++ v5.0.2

0 意見

Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。

其實本人多年都只會用 Notepad 去處理一些細微改動的 Html 和 一些小程式,可能習慣了,始終 Notepad 開得比較快 =v= ,常常見人介紹 Notepad++ , 所以好奇心下就試用一下,速度很快不佔資源 ,其功能也絕不馬虎 ,幾乎程式員們想要的功能都有了(當然我會希望有代碼提示和自動完成=v= 好像貪心了點)

為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 所以如果有心研究的朋友,可以在 NotePad++的 XML 文件中研究研究 !

支援的程式語言:
C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML


官方下載
官方網站

星期五, 3月 28, 2008

繁/簡/內碼互換 ConvertZ

0 意見



ConvertZ ver 8.02 中文內碼轉換器



ConvertZ 是一個中文內碼轉換器,讓您能輕鬆地對純文字檔案或剪貼簿內容在big5/gbk/unicode/utf-8/jis/shift-jis/euc-jp各種內碼之間自由轉換,解決不同地區因為應用不同編碼而產生的溝通問題。

功能:

  1. 提供繁/簡體中文及英文介面,適用於繁/簡體或其它版本的視窗。
  2. 支援 Big5/GBK/HZ/Unicode/UTF-8檔案在上述各種內碼間自由轉換。
  3. 可預覽轉換前/後的文章內容和結果。
  4. 支援剪貼簿內碼轉換,可於程式主視窗、工具列圖示的右按選單、或用熱鍵行使此功能。
  5. 部份簡體字可同時對應數個繁體字(例如:〔干、幹、乾〕〔划、劃〕〔里、裡〕〔發、髮〕〔郁、鬱〕〔松、鬆〕〔余、餘〕等字),程式能於轉碼的同時自動修正這些別字。使用者可自行編輯程式內建的『詞彙校正列表』去提高辨識率。
  6. 自動更新 HTML 檔案 <Meta> 標籤內的 charset 數值。
  7. 文字轉換轉送:可在文字輸入方塊內鍵入中文字,然後將轉碼結果輸出到指定程式。
  8. Command line 支援。
  9. 支持 CF_HTML 轉換,在 Office, IE, Outlook 等文件做剪貼簿文字轉碼時可以保留文件式樣。
  10. 可以將統一碼數字記法 (&#xxxxx;) 還原成目標編碼的文字。
  11. 支持Mp3/APE/OGG 檔案 ID3/APE/OGG 標籤的編碼轉碼。

/
Related Posts with Thumbnails
火熱文章 :
Check PageRank MyHotPost
Sitetag
Widget by Ayuda para Blog

總人氣:
 

『發夢』©King 版權所有 © 2008-2010
♥ Log in ♥

Revolution Two Church theme Blogger Template
by 『發夢』© King Converted to Red Version