Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 175,431 for

docx

(0.14 sec)
  1. Incorrect Rendering of EQ Field with Center-Ali...

    Description When exporting a Docx that contains a Word EQ field using the below syntax, Aspose.Words renders the result differently from Microsoft Word 2010. Field Equation Example { EQ \b\bc({content}) } Expected Res…...Description When exporting a DOCX that contains a Word EQ field...Word rendering. DOCX → PNG 794×1123 5.22 KB DOCX → HTML <html><head><meta...

    forum.aspose.com/t/incorrect-rendering-of-eq-fi...
  2. Table cell list format changed after insert new...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document main = new Document(path + "794084228810694656.Docx"); Document cover = new Document(path + "竖版签批.Docx"); Document target = (Document) main.deepClo…...docx"); Document cover = new Document(path...Document(path + "竖版签批.docx"); Document target = (Document) main...

    forum.aspose.com/t/table-cell-list-format-chang...
  3. WarningSource Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningSource enum, identifying warning sources during document loading and saving for enhanced document management.... Docx 9 Module that reads/writes DOCX files. Doc 10...modules that are shared between DOCX/WML reader/writer modules. Odt...

    reference.aspose.com/words/net/aspose.words/war...
  4. Convert Word to PCL in C#

    This simple topic covers how to convert Word to PCL in C#. It includes all the required information to set up the environment and a working example code to render DOC file to PCL in C#....example code for converting DOCX to PCL using C# . The developed...MS Windows. Steps to Export DOCX to PCL in C# Configure the environment...

    kb.aspose.com/words/net/convert-word-to-pcl-in-...
  5. How to Convert Word to HTML using C++

    In this short tutorial, we will learn how to convert Word to HTML using C++. For converting word to html format in C++, you need to make simple API calls in few simple steps on MS Windows or Linux.... The input file can be in DOCX or DOC format containing text...have explored how to convert DOCX to HTML using C++ . You can...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  6. Word转html后复选框乱码 - Free Support Forum - aspose.com

    Document doc = new Document("/Users/lpg/Documents/工作/中合通用平台/zhonghe-guangan-java/zhonghe-admin/src/抗震试验记录 " + ".Docx"); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.HTML); doc.save("./2121.html", sa…...docx"); SaveOptions saveOptions =...html", saveOptions); 抗震试验记录 .docx (57.2 KB) 2120×254 63.5 KB alexey...

    forum.aspose.com/t/word-html/312780
  7. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…...Excel spreadsheet to a Word DOCX, without requiring any additional...also specify the SaveFormat.Docx enumeration. For .NET, more...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  8. Word files saved into HTML produce different re...

    If a Docx files is saved into HTML, it produces different results on different machines. This issue is breaking our CI processes. Could you help in figuring out what might cause this difference? The local settings are…...August 26, 2025, 10:43am 1 If a DOCX files is saved into HTML, it...Attachments: The source docx file. baseFile.docx (48.8 KB) The code...

    forum.aspose.com/t/word-files-saved-into-html-p...
  9. Export POT to WORD on Andorid via Java or with ...

    Convert POT to WORD in mobile apps without installing any software or online. Test free POT to WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  10. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...docx (2.5 MB) alexey.noskov August...format("/home/satishgupta/split_%s.docx", split+1); splitDoc.save(fileName);...

    forum.aspose.com/t/list-labels-not-getting-reat...