Textbox text fill transparency not retained

In an existing Word document, it contains a textbox with a text fill: solid fill with 66% transparency. If I simply open and save that document the transparency is lost.
Attached are screenshots and the sample document.

Attachment: TextBoxFillEffects_122009f2.zip

7 Replies 1 reply marked as answer

SB Suriya Balamurugan Syncfusion Team July 30, 2020 03:06 PM UTC

Hi Jason,

Thank you for contacting Syncfusion support.

We can reproduce the reported issue with “Text effects are not preserved properly while converting Word document to PDF” in our end. Currently Essential DocIO doesn’t have support for text effects in Word to PDF conversion. We have already logged this as a feature request in our database. We don’t have any immediate plans to implement this feature. We will update you once this feature has been implemented.

The status of this feature can be tracked through below feedback link:
https://www.syncfusion.com/feedback/3109/support-for-text-effects-in-word-to-pdf-conversion

Please let us know if you have any other questions.

Regards,
Suriya Balamurugan.



JM Jason Morse July 30, 2020 03:24 PM UTC

Thank you form your reply. 

The issue is NOT related to PDF conversion.
 
Sinply open the sample DOCX document from the attchment and save it as a DOCX document. The text effects are lost. 


SB Suriya Balamurugan Syncfusion Team July 31, 2020 08:22 AM UTC

Hi Jason,

Thank you for your update.

We have tried to reproduce the reported problem using the given details, but it works properly at our end. For your reference, please find the generated Word document using our latest weekly NuGet release (v18.2.0.47) from the below link:
https://www.syncfusion.com/downloads/support/forum/156493/ze/Output_18.2.0.47-845341341

So, could you please share the product version used at you end to reproduce the reported issue. Thereby, we will check on the reported issue and will provide you the appropriate solution at the earliest.

Please let us know if you have any other questions.

Regards,
Suriya Balamurugan.
 



JM Jason Morse July 31, 2020 02:17 PM UTC

The resulting Word document posted is what I am trying to achieve. 

I am using the latest weekly NuGet release (v18.2.0.47) in a .NET Core console application in Visual Studio 2019. 

I have attached a ZIP containing the source code, documents, and screenshots.


            var sourceDocumentPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory!, "Document.docx");
            using(var document = new WordDocument())
            {
                using(var stream = File.OpenRead(sourceDocumentPath))
                {
                    document.Open(stream, FormatType.Docx);
                }

                var destinationDocumentPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory!, "Document-Updated.docx");
                using(var stream = File.OpenWrite(destinationDocumentPath))
                {
                    document.Save(stream, FormatType.Docx);
                }


Attachment: TextBoxFillEffectsrc_d8f1b48c.zip


MR Manikandan Ravichandran Syncfusion Team August 3, 2020 06:07 AM UTC

 Hi Jason,

Thank you for your update.

We have reproduced the reported issue with “Text transparency missing while open and save the Word document in .Net Core platform” from our end using the given word document . We will validate the reported problem and update you more details about this on 5th August 2020.

Please let us know if you have any other questions.

Thanks and Regards,
Manikandan Ravichandran

 



MR Manikandan Ravichandran Syncfusion Team August 5, 2020 04:13 PM UTC

Hi Jason,

Thank you for your patience.

We have confirmed that the reported issue with “Text transparency missing while open and save the Word document in .Net Core platform” is a defect and we have logged a defect report. We have planned to include this fix in our weekly NuGet release on 18th August 2020.

The status of this bug task can be tracked through the below link:
https://www.syncfusion.com/feedback/16731/text-fill-not-preserved-properly-when-open-and-save-the-docx-format-word-document

Please let us know if you have any other questions.

Regards,
Manikandan Ravichandran
 



MR Manikandan Ravichandran Syncfusion Team August 18, 2020 06:29 PM UTC

Hi Jason,

Thank you for your patience.

We have included the fix for the reported issue with “T
ext transparency missing while open and save the Word document in .Net Core platform" in our latest weekly NuGet release (v18.2.0.54).

Please use the below link to download our latest weekly NuGet:
https://www.nuget.org/packages/Syncfusion.DocIO.WinForms/18.2.0.54

The status of this bug task can be tracked through the below link:
https://www.syncfusion.com/feedback/16731/text-fill-not-preserved-properly-when-open-and-save-the-docx-format-word-document

Please let us know if you have any questions.

Regards,
Manikandan Ravichandran
 


Marked as answer
Loader.
Up arrow icon