-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quoted-Printable content encoding support #1
Comments
Same for me. I used Word to save docx as
|
So this was written a long time ago to support a single use case, which was to inject a report generated from SQL Server Reporting Services 2005 (SSRS) into an email without an attachment all in C#. I haven't looked at this script since then, so unfortunately I may not be much help to you. From a first-glance, I can see that your mhtml has My use case never dealt with quoted-printable, only base64. Let me know if you need anything else. |
Althought its an old post but recently I had faced a similar kind of issue where I had an mhtml that need to be converted to HTML file. In this regard one can use HTMLAgility pack dll and here goes the code.
Please mention in the comment if this way doesnt work seemlessly. |
While using getHTMLText() function to convert mht content to html, we are getting the below error message.
"Failed to find string 'boundary'"
I found that the issue is, i have converted html to mht by using another program. I there any way to convert html to mht by using your library. if this works, that will more helpful for me.
Please reply as early as possible.
The text was updated successfully, but these errors were encountered: