PDF Focus .Net

PDF Focus .Net Download Summary

  • Language: PHP
  • Platform: Windows
  • License: Free Trial
  • Databases: N/A
  • Downloads: 1205
  • Released: May 28, 2008

PDF Focus .Net Description

PDF Focus .Net is a component for developers for converting PDF to Word (rtf) documents, Split and Merge Word (rtf) documents.

The PDF Focus .Net is absolutely independent and does not require Adobe Acrobat®. Using the PDF Focus .Net you can create documents, which support these functions:

- PDF to Word (rtf)
- PDF to Text
- Split/Merge Word (rtf)

Component created completely with managed C#, the source code license is available too.
Developers can easily use the PDF Focus .Net in ASP.Net, C#, VB.Net, Delphi.Net etc.

Component supports:

- font face, color and size;
- tables;
- images (png, jpg, wmf);
- bullet lists;
- hyperlinks;
- italic, bold and underline text, strike;
- subscript and superscript text;
- background colors;
- other formatting.

Component has:

4 methods of conversion
- ConvertString();
- ConvertFile();
- ConvertStringToFile();
- ConvertFileToString().

And special properties like a PageSize, PageOrientation, FontFace etc so you can adjust component and an output Word (rtf) will look as you wish.

The DLL created with C#, the size of DLL is only about 150 kb. It works with Windows 2000/XP/2003/Vista and has fast speed of conversion.

PDF Focus Net Bookmark

Hyperlink code:
Hyperlink for Forum code:

PDF Focus .Net Script Download Notice

Top 4 Download periodically updates information of PDF Focus .Net script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. PDF Focus .Net torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

HTML to text converter

This is a complete program that reads a html document and converts it to plain ASCII text. In the spirit of minimalism, this operates as a standard unix filter: htmltotext < foo.html > foo.txt . If the output is going to a terminal, then bold and underline are displayed on the ...
Python

Conversion to unicode or byte string

Python's built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an enhanced version of str() and unicode() that could be used as handy functions to convert between byte string and unicode. This is especially useful in debugging when mixup of ...
Python

Converting Word documents to text

Converting Word documents to text script allows you to convert word documents to text files. ...
Python

Text transformer with conditions

This script uses an efficient way to tranform a file's text to something else, with conditions for few lines. ...
Python

Convert string to hex

Convert string to hex script converts each char to hex representation and back. ...
Python