Thomas Barnekow
Thomas Barnekow
@tomjebo, I can't provide an example. I am just interested to understand Word's behavior in this regard as I also depend on w14:paraId values to not be changed.
@adamshakhabov, looked into the issue and could reproduce it. I can't explain why this happens. On the other hand, I am asking myself why you would do what you are...
Let's rewrite your first case to not introduce a different concept (loop): ```csharp // Step 1: Get the stream. using MemoryStream stream = ReadAllBytesToMemoryStream("Resources\\base.pptx"); // Step 2: Transform the stream...
@adamshakhabov, can we close this issue?
Hi, I have the problem that "it works" locally, using `http://app.localhost:3000`, but **not** once deployed. The deployed site only shows a nicely rendered "404 | This page could not be...
@ybidois, I've tried your approach just now. However, that does not seem to work either. I can only assume there is some issue in the codebase. @steven-tey, can you help...
@ybidois and @steven-tey, I finally made it work! The one thing that was missing was to set the `NEXT_PUBLIC_ROOT_DOMAIN` environment variable to the custom domain (`domain.com`) in the example above....
@kkurhekar10, please provide the relevant parts of your code, eg., in the form of a unit test, and the Open XML markup (e.g, a Word document) so that we can...
Couple thoughts and questions: - Your issue is not related to the Open XML SDK but the Open XML PowerTools. You are using the OpenXmlRegex class to do the replacement....
@kkurhekar10, could you please test your code with a different replacement text that does not contain any characters that are reserved in XML? For example, use "TEST".