views:

77

answers:

1

Hello, is there any .net library to make small app to read pdf on Windows CE ?

thanks

A: 

Hai william,

NetXtreme PDF is a .NET library with the capability to produce Adobe PDF files. It features a full-fledged object model for the easy creation of PDF files from any .NET language, providing complete control over the positioning of the elements in a PDF document. It does not use any external libraries and is built from scratch in C#. It can be used on the server-side (ASP.NET or any other environment) or with Windows Forms / WPF applications. The usage is common for both environments, except for the part where the created document is saved to disk or stream in the case of Windows Forms / WPF applications, and streamed to the client browser in the case of ASP.NET applications. Note that there are no temporary documents saved on the server in an ASP.NET application. NetXtreme PDF supports many features for creating a PDF document including drawing text, images, tables and other shapes. The generated PDF document can also be protected using 40 Bit and 128 Bit encryption.

Pandiya Chendur