Skip to content

Commit cc8fb34

Browse files
committed
Initial upload
1 parent f587388 commit cc8fb34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4881
-0
lines changed

readme.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Wordpress2Doc
2+
3+
Wordpress2Doc is a small tool which helps to convert Wordpress articles/blog-posts to .docx and/or .pdf files.
4+
It's more a proof of concept, than the perfect solution, but it finally works.
5+
6+
Feel free to grab-up/fork the project and make it better!
7+
8+
9+
For more information visit:
10+
(german) coming soon!
11+
or
12+
(english) coming soon!
13+
14+
15+
Legal information and credits:
16+
17+
Wordpress2Doc is project by Raffael Herrmann and was first released
18+
in 08/2013. For more information visit: www.code-bude.net
19+
20+
:::: Special thanks go to ::::
21+
22+
==== Technology ====
23+
24+
Michael Bielski -> Information about .docx-processing
25+
http://www.codeproject.com/Articles/91894/HTML-as-a-Source-for-a-DOCX-File
26+
27+
gmanny -> Pechkin (.NET Wrapper for WkHtmlToPdf)
28+
https://github.com/gmanny/Pechkin
29+
30+
Andre Loker -> How to load fonts in memory
31+
http://blog.andreloker.de/post/2008/07/03/Load-a-font-from-disk-stream-or-byte-array.aspx
32+
33+
34+
==== Graphics & Design ====
35+
36+
Sven Walter (viperneo) -> MetroFramework
37+
https://github.com/viperneo/winforms-modernui
38+
39+
thielj -> Fork and additions to the MetroFramework
40+
https://github.com/thielj/MetroFramework
41+
42+
Oliver Scholtz (and others) -> For the Wordpress2Doc app icon
43+
http://schollidesign.deviantart.com/art/Human-O2-Iconset-105344123
44+
45+
Pictograms & Arrows by:
46+
http://modernuiicons.com
47+
http://zwibbler.com
48+
49+
50+
==== Fonts ====
51+
"FG Virgil" by http://fontgarden.com

wordpress2doc/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
5+
</startup>
6+
</configuration>

wordpress2doc/Common.Logging.dll

38.5 KB
Binary file not shown.

wordpress2doc/FGVirgil.ttf

120 KB
Binary file not shown.

wordpress2doc/Form1.Designer.cs

Lines changed: 733 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)