|
|
Tag Browser: aspose.words
3 second(s)
-
I have a web page which uses absolute positioned items to mimic a a4 landscape page, the code I am using to convert the html to a doc is as follows:
DocumentBuilder builder = new DocumentBuilder(doc);
builder.PageSetup.LeftMargin = 0;
builder.PageSetup.RightMargin = 0;
builder.PageSetup.TopMargin = 0;
builder.PageSetup.BottomMargin ...
-
Hello alexey,
Thanks for your quick and positive reply.
Please find the attached document ,here i have attached the word document
which i was not able to extract by using Aspose.Words.
The file which crashesh our webserver it is not possible for us to Upload here,
but we are trying to recreate such type of file.
When we are able ...
-
Hello,
I am Using Aspose.Words for extracting words Document into Pages.
Here i am using methods of Apsose.Words.Viewer.DocumentRenderer class(GetPages)
When i was uploading Documents with Text,Imgaes it is extracting the pages,
but when i was trying to extract word document with a TOC(Table Of Contents) it is crashes my ...
-
Hello,
I am trying to convert DCOM Word to Apose. Most of it is straight forward.However I can't solve the following problem:
I have in a document a table. The first cell contains a BookMark. In de MSWord enviroment I was ableto set tekst in the cell, move to the cell right, set text and add a new row, set text, move cell to right and set text ...
-
|