Microsoft Document to PDF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==Docx4Java== | |||
==Word2Jasper== | ==Word2Jasper== | ||
Please open the project in '''Visual Studio Community Edition 2019''' then find the following lines from the <code>ReportConversionAddIn\ReportConversionAddIn.csproj</code>. You may comment out or delete following lines and save the file then '''Visual Studio Community Edition 2019''' prompt you to reload the project configuration. Please confirm the reload. After that it will be automatically recreate the '''ManifestCertificateThumbprint'''. Hope it will fix your signing issue. | Please open the project in '''Visual Studio Community Edition 2019''' then find the following lines from the <code>ReportConversionAddIn\ReportConversionAddIn.csproj</code>. You may comment out or delete following lines and save the file then '''Visual Studio Community Edition 2019''' prompt you to reload the project configuration. Please confirm the reload. After that it will be automatically recreate the '''ManifestCertificateThumbprint'''. Hope it will fix your signing issue. |
Revision as of 22:48, 18 January 2021
Docx4Java
Word2Jasper
Please open the project in Visual Studio Community Edition 2019 then find the following lines from the ReportConversionAddIn\ReportConversionAddIn.csproj
. You may comment out or delete following lines and save the file then Visual Studio Community Edition 2019 prompt you to reload the project configuration. Please confirm the reload. After that it will be automatically recreate the ManifestCertificateThumbprint. Hope it will fix your signing issue.
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>ReportConversionAddIn_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>A1FE05DDA1DF10BA23B874A26E7BDF224282D192</ManifestCertificateThumbprint>
</PropertyGroup>