Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
925
Exporting to PDF Issue
posted

I am also trying to export the grid to PDF and it is changing the row height to unreadable on the export into PDF and trying to put it all on one page it looks like.  How do i just do an export to PDF to be readable?

Thanks

Scott

Parents
  • 20872
    Offline posted

    Hello Scott,

    I have created small sample that after I export an UltraGrid to a .pdf file it creates multiple pages based on the size of the UltraGrid.

    Could you please let me how exactly you are exporting the UltraGrid to pdf file? I am using the following line of code below:

     ultraGridDocumentExporter1.Export(ultraGrid1, "ExportedGrid.pdf", Infragistics.Win.UltraWinGrid.DocumentExport.GridExportFileFormat.PDF);

    Please let me know if you have any further questions.

Reply Children