Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working in .Net application with Angular JS. we are attaching file attachments through my applications in many formats (JPEG, GIF, xlsx, bmp, txt, docx, doc, xps,reg, TIFF, PDF, PNG, TIF)
we have a file handler server and want to send this files to destination server, but before sending to another server want to convert this files(different format files) to PDF format.
Please suggest I am fine with paid library or utility.
but new to this implementation and need some guidance.

What I have tried:

I gone through spire.doc but I have a doubt does it convert only doc files to PDF. I want any format to PDF.
also somebody suggested very PDF, but I don't know how to use it in the .Net application
Posted
Updated 4-Jan-19 0:00am
Comments
Richard Deeming 14-Dec-18 11:01am    
You might want to have a look at Ghostscript[^].
Geeta N 17-Dec-18 11:24am    
thanks
F-ES Sitecore 14-Dec-18 11:31am    
Have you even googled for PDF generators? If so which ones have you already looked at and discounted?
Geeta N 17-Dec-18 11:25am    
yes all the links redirecting to some utility or library, but how to use that utility in the application, how it will work that I want to study
BillWoodruff 14-Dec-18 16:50pm    
First, do the basic research to determine if all the types of files you want converted to .pdf format CAN be converted.

1 solution

A well known - free of charge - library for .net application is: GitHub - itext/itextsharp: .NET port of the iText library[^]
More you'll find on Google!
An implementation in C# you'll find on CP Knowledge Base[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900