You are not logged in.
Pages: 1
I have been looking for a PDF generator/editor for Delphi for a while now and all responses I have had point me to MORMOT2, I have downloaded and installed the full framework but I cannot seem to find a basic example of what should go in the USES clause for just using the PDF side f the framework. I installed the full framework as I will be moving into Server-Client applications in the near future.
At the moment TPdfDocument comes up and an 'undeclared identifier'
POSSIBLY BEEN ASKED IN THE PAST BUT CANT SEEM TO FIND ANYTHING
Offline
For Delphi, you just need to include the units in your IDE path, then include mormot.ui.pdf in your uses clause.
Follow https://github.com/synopse/mORMot2?tab= … uick-start
But note that our PDF library does not support reading nor editing.
Only generating.
Offline
Pages: 1