Category / Section
What is the difference between the Syncfusion.Pdf.Base.dll and Syncfusion.Pdf.Web.dll?
1 min read
The Syncfusion.Pdf.Base.dll and Syncfusion.Pdf.Web.dll share the same code. The difference is that the Syncfusion.Pdf.Base.dll works only in full trust mode, but the Syncfusion.Pdf.Web.dll works in partially trust mode also.
The following assemblies are dependent for running the PDF application:
- Syncfusion.Pdf.Base.dll
- Syncfusion.Compression.Base.dll
- Syncfusion.Core.dll
The following assemblies are dependent for running the PDF application in Medium trust:
- Syncfusion.Pdf.Web.dll
- Syncfusion.Compression.Base.dll
- Syncfusion.Core.dll