How can I create a pdf file (no report) using ax 2012?

Is it possible create a pdf file to export table data using AX 2012?

sorry for my bad English…

Thanks,

Anto

Everything is possible, but why do insist on making your live hard? Just use a report.- use can easily print it directly to PDF. Just adjust this code snippet (especially change the format to SRSReportFileFormat::PDF).

Thank you very much. This is undoubtedly a good alternative.
But I was wondering if there was something like “CommaIO” or “TextIO” for PDFs.

There are .NET APIs available, of course, nevertheless PDF is much more complex than text (you need only encoding for text; PDF requires much more, especially visual rendering). I felt you wouldn’t ask that way if you were going to use a .NET API.

Thank you so much.
PDFsharp is the one for me!

antonio

All right. Sorry if I tried to push you to a different direction then you need to go.

Do not worry! i’m happy to have found a solution!!!