100% C# .Net component to convert PDF to Word. It can work with PDF String and files.
Component supports converting with:
- font face, color and size;
- tables and nested tables;
- table borders, background;
- images (png, jpg, wmf, bmp);
- bullets;
- ordered lists;
- hyperlinks;
- page numbers;
- italic, bold and underline text, strike;
- subscript and Superscript text;
- background colors;
- header, footer and page sections;
- other text formatting.
Component has:
Four methods of PDF to Word (RTF) converting:
- ConvertString();
- ConvertFile();
- ConvertStringToFile();
- ConvertFileToString().
The component created with Pure C#. It works with Windows 2000/XP/2003/Vista. Requires installed platform .Net 2.0 or higher.
NEW:
Added support for CCITT images;
- Added support for CFF fonts;
- Improved image converting;
- Improved text formatting;
- Fixed different minor issues, component became more stable than previous version