|
|
Tag Browser: .docx
1 second(s)
-
Hi,We are evaluating ASPOSE PDF component (Word to PDF conversion) and while working with the evaluation version I have come up with an issue. Our requirement is as follows: The source word document will have an image place holder (an image control). When the PDF will be generated from that I need to fill in an image in the image place holder and ...
-
Hi,I am trying to convert a word document to PDF equivalent using the ASPOSE Word and ASPOSE PDF components. My word document contains some MS Word based activex controls - text box, combo box and check box. When I convert the same in PDF all the above controls are added to the PDF as images. I need them to be converted as proper controls though.I ...
-
Using Aspose.Words 5.2.2.0 for .NET, I have a .docx word document that fills in the users' name into a bookmark, then launches on the client machine. Upon clicking the link to open the document, one user gets the following prompt: ''The file was created by a newer version of Microsoft Office Word and a converter is needed to open ...
-
The issue also exists when converting a docx to doc. The font of the standard text is set to Calibri (default setting after installing Office 2007). After saving the document as .doc, Word 2007 displays the text using Times New Roman. Text that has the Calibri-font explicitly applied (no longer marked as 'standard' by Word) does work, so the ...
-
I am creating a report using Jasper IReport 3.5.0 that displays data in a table that can stretch over several pages. The table displays correctly in PDF format, but when I generate a DOCX file with Aspose.Words (evaluation licence), the table descends into the bottom margin, and on to the beginning of the next page if the bottom margin is small, ...
-
Hi , how can we handle corrupted document in aspose ?? is there any way to open or fix corrupted document . Is there any other api to fix corrupted document ?? please do help me :)Thanks in advance
-
I am trying to convert a .doc file to a .pdf file as follows:
Dim doc As Document = New Document(strFileName)
doc.Save(objEL.AddPathSeparator(Server.MapPath('''')) & strFileName, SaveFormat.Pdf)
If the original .doc file has footnotes, it is unable to export it to the newly created .pdf file and the foot notes are lost.
Is there a work ...
-
Hi there,I have a number of .doc and .docx files that I use aspose to add/remove watermarks with. I am however finding that some specific .docx files get corrupted when i use the following function: private static void RemoveWatermark(Document doc) ...
|
|