|
|
| |
PDF Focus .Net - Eliminates all worries about converting PDF documents to Word, Text, Images, and so forth under .Net! |
|
| |
|
|
|
|
|
| |
Introduction
PDF Focus .Net is the only ONE comprehensive .Net solution to convert PDF documents into various formats, such as MS Word, RTF, Text, Jpeg, Multipage-tiff, and so forth. It sounds tall, but during the creation of PDF Focus .Net we kept in mind these things: it has to support all types of PDF 1.0-1.7, PDF/A, be hassle free, work as a standalone .Net assembly on every OS (Windows, Mac, Unix, and Android), and be the fastest in the world! The main point of interest is that PDF Focus .Net totally simplifies the development of .Net applications where it is required to convert PDF docs. It reduces the tens of thousands of lines of code that are necessary for a developer (e.g. to convert PDF to Word in c#) to 3-4 lines. |
 |
|
| |
|
|
|
|
|
| |
Why choose PDF Focus .Net?
High quality of conversion for any PDF document. To keep high-level quality, we have two free PDF to Word online conversion services: http://www.pdftoword.us and http://www.pdftoword.ru, where PDF Focus .Net performs thousands of conversions per day. We constantly provide the technical support for all customers with their PDFs.
PDF Focus .Net has a reasonable price that is less expensive than all of its more or less popular counterparts - a single license costs $578 with no additional fees or royalties.
Your license will never expire and you will be able to use the product as long as you wish. You will also get unlimited technical support via phone, email, online chat, remote desktop connection, Skype, and so forth. Have a question? Email us now.
PDF Focus .Net is faster than all of its competitors, which is especially important when it comes to the work carried out on the server side.
The library is totally written in managed C#, it's absolutely standalone, and requires only .Net 2.0 or higher. It works on all operating systems of the Windows, UNIX, and Mac, and the Android families are supported (both 32-bit and 64-bit) as well as all .Net-compatible programming languages.
Another point of interest is that you don't need to spend time examining how to work with the library. PDF Focus .Net comes with numerous sample projects sample projects that show how to integrate it in your application.
PDF Focus .Net allows for the consistent processing of very large PDF documents, even with more than 3,000 pages. You can examine this yourself and download the newest version now, 10.3 Mb!
|
|
| |
|
|
|
|
|
| |
Feature Highlights
Now let's get to know the core features of PDF Focus .Net.
|
|
| |
 |
Converts PDF to Word |
|
| |
With the help of "PDF Focus .Net", any .Net application can easily transform PDF documents to MS Word (RTF format). For example, to convert a PDF to Word in C# you will only need to add a reference to the .dll and type a few lines of code:
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
f.OpenPdf(@"c:\Pushkin Poems.pdf");
if (f.PageCount > 0)
{
f.ToWord(@"c:\Pushkin Poems.doc");
}
The library recreates a Word document from a PDF like as if it was be typed by a human. It produces a completely editable Word document in RTF format that contains paragraphs, columns, tables, images, page breaks, and so forth. Another point of interest is that PDF Focus .Net can understand and recreate real tables with rows and cells. Maybe it sounds obvious, but PDF documents don't have real tables. If you see a table inside a PDF, it is in fact a set of lines. And just in case you may read a detailed description about PDF to RTF and Word feature or download PDF Focus .Net, 10.3 Mb and evaluate it now! |
|
| |
|
|
|
|
|
| |
Extract Text from PDF |
 |
|
| |
If you are looking for a .Net library to extract text data from PDF, you are in a right place. PDF Focus .Net helps you extract text from any PDF document. You will be able extract a text from a whole document or from specific pages. The library extracts good-looking text without unwanted spaces between the letters in words and supports Unicode symbols. Furthermore, a text layout looks the same as in the PDF with proper line breaks and columns. To illustrate how to easily extract text from PDF, let's look at simple code in C#:
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
f.OpenPdf(@"d:\Cook Book.pdf");
if (f.PageCount > 2)
{
//Convert only pages from 2 to 3 in Text
f.ToText(@"d:\Cook Book.txt", 2, 3);
}
To be more specific, we prepared numerous code samples regarding the conversion of PDF to Text in .Net. You can try out PDF Focus .Net, 10.3 Mb right away, it has all the obvious code samples already included! |
|
| |
|
|
|
|
|
| |
 |
Rasterize PDF documents to Images |
|
| |
Now let's get to know another benefit of the library. PDF Focus .Net offers great abilities to rasterize PDF documents to images: JPEG, PNG, TIFF, multipage-TIFF, Bitmap, GIF and, furthermore, into "System.Drawing.Image". It offers developers a set of actionable properties to convert PDF to images with the desired level of quality, tune up the color depth, and specify dpi and image format. To show how PDF Focus .Net really lessens the burden of coding, assume that you want to convert a multipage PDF into a set of JPEG pages in C#:
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
f.OpenPdf(@"e:\Computer Magazine.pdf");
if (f.PageCount > 0)
{
//Set image properties: Jpeg, 200 dpi
f.ImageOptions.ImageFormat = System.Drawing.Imaging.ImageFormat.Jpeg;
f.ImageOptions.Dpi = 200;
//Save all PDF pages as page1.jpg, page2.jpg ... pageN.jpg
f.ToImage(@"e:\Pictures\, "page");
}
|
|
| |
|
|
|
|
|
| |
Testimonials and reviews
"Thank you very much! Testing was successful and now I just have to talk to the management for licensing and will get back to you soon." - Itumeleng Chuene
"PDF Focus .Net, I'm thinking about buying it, please send me the details. I've successfully tried its trial version to convert PDF into Word documents." - Ambika Rathore
"You have developed a great tool - it really works!" - Aisha Thorn
"I've downloaded the PDF Focus trial and am trying to use it to convert the attached PDF to RTF format." - Jim McFadden
"Thanks ... everything worked out well." - Gunter Hovorka
"Our company produces engineering applications (desktop, not web) for one client and they wish to save the PDF reports as images. I'm happy that PDF Focus .Net helped me with this." - Felipe Lau
"We are looking for an API for converting PDF files to word files. We found your product PDF Focus .Net, which converts PDF to Word." - Deepika Gangola
"Thank you very much for your quick response. I downloaded the latest version and the converting works fine!" - Timur Bakirov
|
|
| |
|
|
|
|
|
| |
Technical Information
Our product is compatible with all .Net languages and supports all Operating Systems where .Net Framework can be used. Note that PDF Focus .Net is entirely written in managed C#, which makes it absolutely standalone and an independent library.
We value your time and, therefore, we prepared a lot of useful C# and VB.Net samples about converting PDF documents.
Now let's get to know the core technical options: |
|
| |
|
|
|
|
|
| |
Wide support of .Net platforms |
All Operating Systems |
|
| |
Numerous .Net Languages and
Technologies |
API clear even for novices |
|
| |
|
|
|
|
|
| |
Last but not least important chapter. Reasonable prices
The library offers developers high quality conversion at reasonably prices. The main point of interest is that PDF Focus .Net is less expensive than all of its more or less popular counterparts - a single license cost $578 with no additional fees or royalties! |
|
Home | Contact | Privacy
Copyright © 2002 - 2013, SautinSoft (started from sautin.com). All rights reserved. |
|