162
Views
2
Comments
Exporting content on screen to Word document format 
Question

Hi,

Can someone help me out by giving some ideas on "How to Export Content on Screen to Word Document". 


Thank You.

2018-03-26 14-20-06
Jordan Welch

I do not believe there is anything in the OutSystems core that would allow you to do this.

However there could be some forge components that achieve this. Here is One, however looks like it may require a license.

Other than that, if you find a C# or java library that does this for you, you can create your own extension.

If a PDF would work for you as well, I recommend the HTML to PDF Converter which has worked very well for me in the past.

UserImage.jpg
Melody Begum Syed

Jordan Welch wrote:

I do not believe there is anything in the OutSystems core that would allow you to do this.

However there could be some forge components that achieve this. Here is One, however looks like it may require a license.

Other than that, if you find a C# or java library that does this for you, you can create your own extension.

If a PDF would work for you as well, I recommend the HTML to PDF Converter which has worked very well for me in the past.


Thank You Jordan, will try doing this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.