|
|
Search
You searched for the word(s):
|
< 1 second(s)
-
is there a logo for OpenXML ?
-
Why are you spoiling my post with dirty C# code ?
-
I'm not using the SDK, rather using C++ to create and construct the docx content.
So far evrythings works when inserting images of type other than JPEG : gif, png, etc : I insert the image in the package, create and point to a reference in the document relationship file.
This also works for JPEG images unless I specify dimensions in the xml ...
-
I'm not using the SDK, rather using C++ to create and construct the docx content.
So far evrythings works when inserting images of type other than JPEG : gif, png, etc : I insert the image in the package, create and point to a reference in the document relationship file.
This also works for JPEG images unless I specify dimensions in the xml drawing
-
I ended up integrating a jpeg parser to read the dimensions of the image before supplying those values into the wordml chunk.It seems there's nothing like 100% , ie relative dimensions, etc
-
Two problems here :1. I have a certain chunk of content for instance :<p><pPr>..<pPr><r>..</r></p><p>..</p> etc and I want to protect that chunk of content from user edit.Is there a special tag withwich I can surround that content such that the final result is locked ?2.I want to lock the whole ...
-
Hi there,Trying to add an image to a docx package, I understood I have to copy the image file into a certain folder, then add a relationship line, a contenttype line, and finally insert the follwing chunck of xml data into document.xml :<w:drawing> ...
|
|
|