How to create a PDF file using print option

Others 1659 views 3 replies

hi friends,

i have a query that when u want to create a pdf file using print option what u need to do. do you need to instal pdf converter or smthing else... if pdf converter is required pls share it out here..

Replies (3)

I HAVE ONE SOFTWARE...........I HAVE UPLOADED IT..............

The simplest and best option is Primo PDF Converter. Install it and select it from printer name drop down menu during printing. You can also create PDF files from other files saved on your computer. Right click on the file you want to convert to PDF and select copy and paste it on the Primo PDF icon on your desktop. It's a completely free software.

Click here

If you want to merge several PDF files into one. Then use PDF Re-Direct. Its easy and free to use and also no creation messages in the files like other trial versions.

Click here

The links provided above are from www.download.com



i'd like to suggest you a code to create a PDF;

public static string FolderName = "c:/";
private void button1_Click(object sender, EventArgs e)
{
    string fileName = FolderName + "SampleNew.pdf";

    PDFDocument pdf = new PDFDocument(5);

    REFile.SaveDocumentFile(pdf, fileName, new PDFEncoder());//save new pdf
}


CCI Pro

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register