Hello again,
Sorry, I think there’s some wires being crossed here. In a different thread I started I had asked about setting page margins in the HTML during conversion (which you kindly pointed out to me we do through a second API request).
My question/need here is different, though. I would like to know if I can create an HTML document where I can define a Text Box in word through a class or something similar.
For example:
<html><body>
<p>I am a basic paragraph</p>
<div class='inline-text-box' style='width: 144; height: 72;'><p>I should be an inline Text Box</p></div>
</body></html>
In the above, I’d want the first paragraph to be a standard paragraph in Word, but the second one to actually be placed within an inline Text Box in Word.
Is there some way of achieving this during conversion? And if not, what is my best path towards being able to insert a Text Box into a Word document using the API?
Cheers!