How to generate PDF file using X++?

2019-09-15 13:38发布

Can I create simple pdf file in x++? In this pdf I would like to have for example select from one table or simple static text.

2条回答
smile是对你的礼貌
2楼-- · 2019-09-15 13:59

MorphX reports can be saved to PDF by using the proper print settings beforehand.

SSRS reports can do this also using similar tricks.

Another way is to generate RTF, then let Word do the PDF creation. Silly, but maybe the PDF is smaller or better looking.

It is possible, but not simple, to generate PDF directly by using third party .Net components.

查看更多
闹够了就滚
3楼-- · 2019-09-15 14:18

Some weeks ago, I used the Evo HTML to PDF library http://www.evopdf.com/ to convert simple HTML templates to PDF and it worked great. It can convert plain text as well, so maybe it could be useful for you. Natively, AX hasn't anything to create PDF files.

查看更多
登录 后发表回答