Syncfusion.Maui.PdfToImageConverter constructor does not support password

I am using Syncfusion.Maui.PdfToImageConverter nuget v30.1.37.0, but there is no constructor that takes password as input.

Image_2341_1753004555349


Whereas in the documentation, there is a constructor with password.

Class PdfToImageConverter - MAUI API Reference | Syncfusion


Can you plz check if there is a miss, and how do I use PdfToImageConverter with password protected file?


11 Replies

IJ Irfana Jaffer Sadhik Syncfusion Team July 21, 2025 01:22 PM UTC

Hi Optimilia,


Thank you for bringing this to our attention.

We understand you're using the Syncfusion.Maui.PdfToImageConverter NuGet package (v30.1.37.0) and are unable to locate a constructor that accepts a password, despite it being mentioned in the documentation.

We’d like to clarify that the constructor:

public PdfToImageConverter(Stream inputStream, string password) is supported.


To assist you further, we kindly request the following:

  • A simplified sample of your implementation.
  • Details about your target platform(s).
  • Confirmation that you're referencing the correct NuGet package: Syncfusion.Maui.PdfToImageConverter.

This will help us reproduce the issue and provide a more accurate resolution.


Regards,

Irfana J



OP Optimilia replied to Irfana Jaffer Sadhik July 21, 2025 02:06 PM UTC

Thanks for your response, I have attached a simplified sample where I am trying to use Syncfusion.Maui.PdfToImageConverter nuget to convert Pdf to image on a password protected pdf file.

Note - The project will not build due to this statement 

It's a .net MAUI 9 project targeting Android platform.


PdfToImageConverter imageConverter = new PdfToImageConverter(memoryStream, "password");

Attachment: PdfTest_(2)_3adc057e.zip


IJ Irfana Jaffer Sadhik Syncfusion Team July 22, 2025 10:54 AM UTC

Hi Optimilia,


Currently we are analyzing on the reported behavior with the provided details on our end and we will share the further details on July 24th, 2025.

 

Regards,

Irfana J.



AG Aribalakrishnan Govindasamy Syncfusion Team July 24, 2025 05:35 PM UTC

Hi Optimilia,

Sorry for the inconvenience caused.
Currently, we are still analyzing your requirement, and we will update further details on July 28th, 2025.


Regards,

Aribalakrishnan G.



AG Aribalakrishnan Govindasamy Syncfusion Team July 28, 2025 04:44 PM UTC

Hi Optimilia,

Upon further analysis of the reported issue, we have identified that the password-protected PDF loading functionality is currently not supported on Android using the existing overload. After deeper investigation, we found that Android API level 35 (Android 14) introduces support for password-protected PDFs via the LoadParams class in the PdfRenderer API.
As this feature is only available on devices running Android 14 or higher, we will implement appropriate handling on our end to ensure compatibility across different Android versions. For devices below API level 35, we will either provide a fallback mechanism or gracefully notify users of the limitation.

We confirmed the issue "Exposing the Password overload in PdfToImageConverter on the Android platform" as a defect in our product and we will include the fix into our upcoming weekly NuGet release, which will be available on (29/07/2025)

 

Please use the below feedback link to track the status of the reported bug.

Exposing the Password overload in PdfToImageConverter on the Android platform in .NET MAUI | Feedback Portal

 

Note: If you require a patch for the reported issue in any of our Essential Studio Main or SP release version, then kindly let us know the version, so that we can provide a patch in that version based on our SLA policy.

 

Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Aribalakrishnan G.



IJ Irfana Jaffer Sadhik Syncfusion Team July 30, 2025 04:14 AM UTC

Hi Optimilia,


We apologize for the inconvenience.

The date was mistakenly updated. Please be assured that the mentioned changes will be included in the upcoming weekly release scheduled for August 12th, 2025. We appreciate your understanding and patience.


Regards,

Irfana J.



JT Jeyalakshmi Thangamarippandian Syncfusion Team August 12, 2025 12:51 PM UTC

Sorry for the inconvenience caused.

 Due to concerns about stability, we cannot include the fix in our last weekly update. We will ensure that the solution is included in our next weekly NuGet release, which you can expect on August 19th 2025.




AG Aribalakrishnan Govindasamy Syncfusion Team August 19, 2025 01:52 PM UTC

Hi eam,

Due to the code freeze for the Vol 3 main release, we are unable to include in this weekly release. However, we will include the fix after the Vol 3 main release, which is expected on August last week.

Regards,
Aribalakrishnan G.


IJ Irfana Jaffer Sadhik Syncfusion Team August 29, 2025 04:00 AM UTC

Hi Optimilia,


Sorry for the inconvience caused. Our Volume 3 main release has been postponed to September 1st week. the fix for the reported issue will be addressed in the weekly release after the Volume 3 Main release.

 

Regards,

Irfana J. 



AG Aribalakrishnan Govindasamy Syncfusion Team September 10, 2025 03:47 PM UTC

Hi Optimilia,


We have resolved the reported issue. We are currently dealing with some issues in fixing automation problems. Our team is focused on resolving this quickly.We will ensure that the solution is included in our next weekly NuGet release, which you can expect on September 16th, 2024.

 

Regards,

Aribalakrishnan G.



IJ Irfana Jaffer Sadhik Syncfusion Team September 17, 2025 05:57 AM UTC

Hi Optimilia,


We have included the fix for this issue "Exposing the Password overload in PdfToImageConverter on the Android platform” in our latest weekly release (31.1.20) .Please download the NuGet from the below link,


Regards,

Irfana J.


Loader.
Up arrow icon