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..
CA Mihir Shah (Working with Suresh Surana & Associates) (231 Points)
21 February 2011i 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..
Tehsinkhan Pathan
(CA CMA DISA(ICAI) B.COM)
(3956 Points)
Replied 21 February 2011
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.
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.
The links provided above are from www.download.com
Abigail
(Student CFA)
(25 Points)
Replied 09 August 2013
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 }