Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net create pdf invoices using api

Hi. I want to generate a pdf document on my ASP.net website. Is there a website with an api that I might use to create for instance a purchase order or invoice using VB.net
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Hi Murray,

I am tempted to throw some Api providers names here but any specific reason you don't want to do it in your own app.

Also, what format you are expecting? Will you submit HTML string and this Api will return PDF? Or there is some other scenario in your mind?

Regards,
Chinmay.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Strauss
Dirk Strauss
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Hi Chinmay

My answer is yes to
"Will you submit HTML string and this Api will return PDF?"
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much