|
|
Tag Browser: aspose-word
1 second(s)
-
Hi All,
We are using Aspose Word for .Net of version 5.2.2.0
Our requirement is that, if a bookmark is present in a table row, I need to create create a N number of rows under that bookmark and later that bookmark should be removed.
Like this there may be N number of bookmark, but all will be they present in a same row in a Table....
So, ...
-
Creating PDF from .DOC
Aspose.Word extracts 3 files (2 PNGs and 1 XML)
When creating PDF
Aspose.Pdf.Pdf aPdf = new Aspose.Pdf.Pdf();
aPdf.BindXML(xmldoc, null);
aPdf.IsImagesInXmlDeleteNeeded = true;
aPdf.Save(pdfdoc);
The following exception is caught
System.ApplicationException was caught
Message=''Image top or bottom margin is ...
-
Hello,
While converting from doc to html, flowcharts/diagrams are lost. Is there any API to retain them in html (as images).
I am using Aspose.Words for Java.
Thanks,
S.S
-
Hi All,
In the Aspose word document we have to replace a bookmark text with table...
I have reference to bookmark in the document..
I need to create a table with with single cell and multiple rows in the place where bookmark is present...
Aspose.Words.DocumentBuilder |