The component is absolutely standalone and doesn't require anything else. Requires only Net 2.0 or higher platform.
In this package there are samples of Web-application and C#, VB.Net console applications.
To convert PDF to RTF you will need only two lines of code.
We are happy to inform about releasing new version PDF Focus .Net 1.3.0.
So, whats's new:
New converting mode: PDF to plain Text.
New converting mode PDF to Word without textboxes. Now produced after converting RTF, DOC or Text files are editable and contain regular text. Previous versions converted PDF to DOC with pack of textboxes. Such files were clumsy to edit.
New engine of software allows to transform all textboxes to regular text.
PDF Focus .Net converts PDF documents with preserving:
Font color, size, face
Bold, italic, underline, strike, superscript and subscript text
Images
Unicode text
General functions of PDF Focus .Net:
Extract text from PDF
Extract images from PDF
Convert PDF to formatted RTF
Convert PDF to DOC with images
The component is absolutely standalone and doesn't require Adobe Acrobat and MS Word. It requires only Net 2.0 or higher platform.
Let me know if you will have questions,
Max
RTFPDFlibrarypdf converterpdf librarypdf apiedit existing pdfPDF to ODTPDF to WordMLPDF to OpenDocumentPDF to HTMLConvert PDF to DOCPDF to XMLPDF to Rich Text FormatPDF to WordPDF to RTFPDF to TXTPDF to MHTMLPDF to Office Open XMLConvert PDF to WordConvert Word documents to PDF
As a part of Document Management I am in need to do the below.
1.Extract Text from PDF file page wise or book mark wise and save it in database.
2.Provide option for user to edit specific page or bookmark to reduce risk of going through complete page for updating version.
Here I am thinking to use Rich Text Editor to edit the extracted Text.
3.After Saving the changes, version is updated and when any user wish to see the document we will be creating document on the fly from text in database.
I am interested to see your product and need to clarify
Is the text extracted is with formatting ( Bold headings etc; ) ?
Please let me know, So that we can go forward with your product.
Regards,
Tango
Don't forget to click “Mark as Answer” on the post that helped you.
We've released the new version
PDF Focus .Net 2.1.10 Beta! The main feature of this version is "Significantly improved quality of PDF to image conversion". Now with help of PDF Focus .Net you may easily add these functions to any .Net app:
PDF to Jpeg, PNG, TIFF, BMP, GIF, WMF
PDF to System.Drawing.Image
PDF to multipage TIFF
Here I'll show you to create images from PDF with help of PDF Focus .Net:
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
string pdfPath = @"c:\My.pdf";
string imageFolder = @"c:\images\";
f.OpenPdf(pdfPath);
if (f.PageCount > 0)
{
//Save all PDF pages to image folder as tiff images, 200 dpiint result = f.ToImage(imageFolder, "page",System.Drawing.Imaging.ImageFormat.Tiff, 200);
}
//Convert PDF file to Multipage TIFF file
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
string pdfPath = @"c:\Document.pdf";
string tiffPath = @"c:\Result.tiff";
f.OpenPdf(pdfPath);
if (f.PageCount > 0)
{
f.ToMultipageTiff(tiffPath, 120) == 0)
{
System.Diagnostics.Process.Start(tiffPath);
}
}
<div>P.S. PDF Focus .Net is written entirely in C#. It has no dependencies other than the .NET framework and it is packaged as a single assembly which makes deployment truly easy.
If anyone will need code samples, we'll help you at our online
chat!
Max</div> </div>
A comprehensive PDF Converter is able to convert pdf to word, excel, powerpoint, image, etc. You just import the PDF document and customize the output document, then it will convert pdf for youM
EVEN FOR PROTECTED FILES. The most distinguished feature is that, the software can
convert PDF which was created from scanner or image. It can make it editable. I have benefited from it much to deal with daily PDF issues.
We are happy to announce about releasing the new
PDF Focus .Net 2.4.4.12! It's component for .Net developers which enables any app to:
Convert PDF to Word, RTF
Extract Text from PDF
Rasterize PDF to Images (Multipage-TIFF, JPEG, PNG etc)
What we've added:
Added support of converting PDF documents to Word which have a big page size. The matter in that the Microsoft Word supports maximum page size in 22x20 Inches. If a PDF page has a size more than 22 Inches, all page content will be scaled to 22 Inches proportionally.
We are happy to announce about releasing two new versions 2.7 and 3.0 beta of the PDF Focus .Net.
What's new in 2.7:
Improved the converting of PDF documents into plain Text documents (extracting text from PDF)
Added the new property 'Password' to process PDF documents protected by password
Improved the qualitity of processing PDF documents with colored images
Fixed minor issues
What's new in the version 3.0 beta:
The main feature of this version is new PDF to Word converting engine. With help of new converting engine a resulting Word (RTF) document looks
as typed by human. The document layout created without using text boxes and it's very convenient for editing.
Added three modes of the PDF to Word converting: Flowing, Continuous and Exact!
We are happy to offer new
PDF Focus .Net 3.0!
It's a really great breakthrough in the PDF conversion technology and we are proud to submit it.
Why is it so great?:
Maybe you know that PDF document doesn't have such expressions as paragraph, string, column, table etc. All text in any PDF document is located at (x,y) coordinates and tables is actually a set of graphic lines. Although typing a text in the MS Word editor
is totally connected with using string, paragraphs and tables.
Our developers worked hard several months to make an artificial intelligence which
re-creates a Word document from a PDF like a typed by a human. A Word document produced by
PDF Focus .Net now is completely editable and contains paragraphs, columns, tables, page breaks and so forth.
Added ability to set mode for a resulting Word document: Flowing, Continuos and Exact. The "Flowing" is the most useful and common type of Word document for editing. The resulting Word document looks as if it was typed by human. The "Exact"
is the mode when document layout created by using text boxes, this gives a monumental accuracy for PDF to Word conversion.
A PDF document doesn't have real tables. If you see a table inside a PDF, in fact it's a set of graphics lines. Conversely, a lot of documents created in MS Word often have a lot of complex tables. Now the PDF Focus .Net can understand and
re-create real-world tables with rows and cells from set of of orthogonal
lines or text.
Added support of underline and strike formatted text.
Added a new artificial intelligence system which converts some complex vector graphic elements (e.g. lines, curves, polygons) into a raster picture. This innovation significantly
decreases a size of .doc file and time of its opening in MS Word.
Added new ability to convert PDF documents into "1 bit Black & White" images. E.g., Convert a PDF to Black & White multi page-TIFF image. Thus, a resulted image will have a minimal possible size in kilobytes.
Created new code samples for VS2012, the assembly version compiled for .Net 4.5 and the Demo application for Windows 8.
SautinSoft
Member
194 Points
103 Posts
PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Aug 25, 2008 08:21 AM|LINK
Hi Community,
We offer a new .Net component to convert PDF to Word (RTF), Images from ASP.Net (C#, VB.Net). The component names PDF Focus .Net (version 1.0.3):
http://www.sautinsoft.com/products/pdf-focus/index.php
The component is absolutely standalone and doesn't require anything else. Requires only Net 2.0 or higher platform.
In this package there are samples of Web-application and C#, VB.Net console applications.
To convert PDF to RTF you will need only two lines of code.
We also offer discounts for ASP.Net members.
Let me know if you will have questions,
Max
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Dec 23, 2008 08:23 AM|LINK
We are happy to inform about releasing new version PDF Focus .Net 1.3.0.
So, whats's new:
New engine of software allows to transform all textboxes to regular text.
PDF Focus .Net converts PDF documents with preserving:
General functions of PDF Focus .Net:
The component is absolutely standalone and doesn't require Adobe Acrobat and MS Word. It requires only Net 2.0 or higher platform.
Let me know if you will have questions,
Max
RTF PDF library pdf converter pdf library pdf api edit existing pdf PDF to ODT PDF to WordML PDF to OpenDocument PDF to HTML Convert PDF to DOC PDF to XML PDF to Rich Text Format PDF to Word PDF to RTF PDF to TXT PDF to MHTML PDF to Office Open XML Convert PDF to Word Convert Word documents to PDF
Tango542
Contributor
2559 Points
489 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Feb 03, 2009 01:50 PM|LINK
Hello,
As a part of Document Management I am in need to do the below.
1.Extract Text from PDF file page wise or book mark wise and save it in database.
2.Provide option for user to edit specific page or bookmark to reduce risk of going through complete page for updating version.
Here I am thinking to use Rich Text Editor to edit the extracted Text.
3.After Saving the changes, version is updated and when any user wish to see the document we will be creating document on the fly from text in database.
I am interested to see your product and need to clarify
Is the text extracted is with formatting ( Bold headings etc; ) ?Please let me know, So that we can go forward with your product.
Regards,
Tango
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
May 16, 2011 01:09 PM|LINK
Yes, it supports extracting text with formatting: bold, italic and underline.
So you may extract the text:
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Sep 07, 2011 12:50 PM|LINK
Hi Community!
We are very happy to inform about releasing PDF Focus .Net 2.0. What's new:
PDF Focus .Net homepage: http://www.sautinsoft.com/products/pdf-focus/index.php
We have online Chat Support and glad to help you in any questions!
Max
tiff .rtf pdf
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Oct 14, 2011 05:35 AM|LINK
Hi Community!
We've released the new version PDF Focus .Net 2.1.10 Beta! The main feature of this version is "Significantly improved quality of PDF to image conversion". Now with help of PDF Focus .Net you may easily add these functions to any .Net app:
Here I'll show you to create images from PDF with help of PDF Focus .Net:
1. PDF to TIFF
<div style="color: black; background-color: white;"> </div>
<div style="color: black; background-color: white;"> <div>P.S. PDF Focus .Net is written entirely in C#. It has no dependencies other than the .NET framework and it is packaged as a single assembly which makes deployment truly easy.2. PDF to Multipage-TIFF
If anyone will need code samples, we'll help you at our online chat!
Max</div> </div>
tiff jpeg images word pdf net
Angelabb
Member
6 Points
5 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Nov 15, 2011 07:22 AM|LINK
A comprehensive PDF Converter is able to convert pdf to word, excel, powerpoint, image, etc. You just import the PDF document and customize the output document, then it will convert pdf for youM EVEN FOR PROTECTED FILES. The most distinguished feature is that, the software can convert PDF which was created from scanner or image. It can make it editable. I have benefited from it much to deal with daily PDF issues.
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Apr 13, 2012 05:33 AM|LINK
We are happy to announce about releasing the new PDF Focus .Net 2.4.4.12! It's component for .Net developers which enables any app to:
What we've added:
These are some code samples:
1. Convert PDF file to Word file in C#:
SautinSoft.PdfFocus f = new SautinSoft.PdfFocus(); f.OpenPdf(@"c:\Sample.pdf"); if (f.PageCount > 0) { f.ToWord(@"c:\Result.doc"); }2. Extract Text from custom pages of PDF file using C#:
3. Rasterize PDF to Multipage-TIFF in C#:
Best wishes,
Max
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Oct 12, 2012 07:47 AM|LINK
Hi Community!
We are happy to announce about releasing two new versions 2.7 and 3.0 beta of the PDF Focus .Net.
What's new in 2.7:
What's new in the version 3.0 beta:
You may download free trial versions 2.7 and 3.0 beta here: http://www.sautinsoft.com/products/pdf-focus/download.php.
Trial versions have unlimited testing time and you may evaluate them as long as you wish.
Cheers,
Max
images word pdf text Convert
SautinSoft
Member
194 Points
103 Posts
Re: PDF to Word, RTF, Text, JPG, PNG, TIFF in C# and VB.Net - with new PDF Focus .Net 3.0!
Feb 21, 2013 08:07 AM|LINK
Hi Community!
We are happy to offer new PDF Focus .Net 3.0! It's a really great breakthrough in the PDF conversion technology and we are proud to submit it.
Why is it so great?:
Our developers worked hard several months to make an artificial intelligence which re-creates a Word document from a PDF like a typed by a human. A Word document produced by PDF Focus .Net now is completely editable and contains paragraphs, columns, tables, page breaks and so forth.
To start the process, download the most fresh version of PDF Focus .Net.
Wants to see how it works in *.aspx page? See here: http://www.pdftoword.us.
Best wishes,
Max