PDF Vision .Net is a component to convert
images to PDF format. It supports BMP to PDF, JPG to PDF, GIF to
PDF and other formats such as WMF, EMF, ICO, and PNG.
The componenent created only with pure C#, it's absolutely standalone
and doesn't require Adobe Acrobat®.
Developers can convert images to PDF with only two lines of code
on C#, VB.Net and ASP.Net.
Component has 4 methods of conversion:
- ConvertByte() - converts array bytes of Image to PDF string
- ConvertFile() - works with files, converts image file to PDF file
- ConvertFolder() - takes directory with image files and convert
to PDF
- ConvertPackFiles() - converts pack of image files to PDF file
It supports conversion of:
- .gif, .bmp, .jpeg, .jpg, .png, .tiff ect.
You can specify:
- page footer, header
- font face, size and color of footer or header
- page size and orientation
- change image height and width
- placing images by horizontal or vertical
The size of our C# component is only about 100 Kb,it works with
Windows 2000/XP/2003/Vista and has fast speed of conversion.
|