How to convert html file to pdf in progress

Mkontwg

Member
Hi Team

I need a help i want to write program that will generate pdf from html. is there a walk through to this? please a sample will be highlighy appreciated
 

Osborne

Active Member
Progress cannot create pdf's directly - Progress KB - How to produce PDF documents from 4GL? - so you have to use a third party option.

There are many .NET solutions for converting html to pdf but these can be quite expensive. If the pdf is not going to be more than 10 pages then this is a free option:

Free .NET PDF Component - Developing PDF in C#, VB.NET, ASP.NET | Spire.PDF
How to convert HTML into PDF in C#, VB.NET

I have used it in the past and it works with Progress, although I have never tried the html to pdf feature.
 

Mkontwg

Member
Progress cannot create pdf's directly - Progress KB - How to produce PDF documents from 4GL? - so you have to use a third party option.

There are many .NET solutions for converting html to pdf but these can be quite expensive. If the pdf is not going to be more than 10 pages then this is a free option:

Free .NET PDF Component - Developing PDF in C#, VB.NET, ASP.NET | Spire.PDF
How to convert HTML into PDF in C#, VB.NET

I have used it in the past and it works with Progress, although I have never tried the html to pdf feature.
Thanks will attempt and works on them
 
Top