
PDF Focus .Net is a component that enables to any .Net application to convert PDF files to Word and rasterize PDF documents to Image documents. The component reads PDF documents directly and can render a whole document or separate pages in desired format. Component Features
The component represents only a single file “SautinSoft.PdfFocus.dll”. It’s absolutely standalone and can process all versions of PDF documents: 1.0 – 1.7, PDF/A. |
||||
|
||||
The component interface The PDF Focus .Net has very simple interface, understandable even for novices: For example, to convert PDF to Word in C#: 1. SautinSoft.PdfFocus f = new SautinSoft.PdfFocus(); 2. f.OpenPdf(@ "c:\Sample.pdf" ); 3. 4. if (f.PageCount > 0) 5. { 6. f.ToWord(@ "c:\Result.doc" ); 7. } Here there are samples how to rasterize PDF to TIFF in C# and VB.Net Here shown how looks the component’s interface in Visual Studio: |
Requirements and compatibility
Our products are compatible with all .NET languages and supports all Operating Systems where .NET Framework or Mono can be installed. |
BUY NEW
Leave a Reply