-
Notifications
You must be signed in to change notification settings - Fork 473
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
DocX.ConvertToPdf() does not convert inserted html content. #464
Comments
Hi, So if I understand correctly, you are : If yes, then this is a known issue. Thank you |
Hello Xceedsoftware/Docx
Thanks for the fast response. I did the purchase recently and last week I
was sent the upgraded version activation key and I am using it but still
facing the same problem.
…On Mon, 30 Oct 2023, 17:48 XceedBoucherS, ***@***.***> wrote:
Hi,
So if I understand correctly, you are :
-loading a docx
-calling document.InsertContent(HtmlParse(partnerReports.achievements),
Xceed.Document.NET.ContentType.Html, targetParagraph) on that docx
-calling DocX.ConvertToPdf() for that docx
and the result is the html part is not in PDF.
If yes, then this is a known issue.
But please note that in the latest release of "Xceed Words for .NET",
v3.0, this is all fixed. You can try it here :
https://www.xceed.com/en/our-products/product/words-for-net.
Thank you
—
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXSG6LCDWO72Y2KU75ZGO3YB642RAVCNFSM6AAAAAA6VVOEWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBVGM4DANBUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi @KevinStreetCoder , |
Hi @XceedBoucherS |
Hi @KevinStreetCoder , |
When converting from word document to pdf the content that were inserted with the line of code below, were not converted to pdf.
Below is the method that convert word to pdf:
public (byte[], string) GetPDF(int reportID, bool email)
{
(byte[] docContent, string fileName) = CreateWORD(reportID, true);
}
The text was updated successfully, but these errors were encountered: