Install PDF
Use pdf2HTML ,as follows:
1. download pdf2html from here or google download pdf2html freeware
2. download the imaging processing library from here:
here
3. copy the following files from the installation
gswin32.exe
gswin32c.exe
gsdll32.dll
gsdll32.lib
into the very same Windows path folder (otherwize pdf2html will complain ...)
4. Copy paste the following into a batch file and run itt
================================================COPYPASTE START
:: YOU MIGHT WANT TO CHANGE YOU PDF2HTML options
:: for example remove the -c option
::move each separate document in its own folder
for /f "tokens=*" %%i in ('dir *.pdf /s /b /a-d') do mkdir "%%i_folder"&move /y "%%i" "%%i_folder"
::pause
:: generate html out of pdf
for /f "tokens=*" %%i in ('dir *.pdf /s /b /a-d') do pdf2html -noframes -c -p "%%i" "%%i.html"
::pause
================================================COPYPASTE END
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
6 days ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!