Sort Score
Result 10 results
Languages All
Labels All
Results 6,601 - 6,610 of 18,476 for

docx to doc

(0.13 sec)
  1. Aspose.Words for .NET|Documentation

    使用 C# 生成、修改、轉換、渲染並列印文件。...Words 支援大多數流行的文件格式,如 DOCDOCX、RTF、HTML、Markdown、PDF、XPS、EPUB...

    docs.aspose.com/words/zh-hant/net/
  2. Online ODT File Compression or Build Python App...

    Free online app To compress different ODT files. Python compression and archiving library code for ODT Documents....Camera Image Format) Compress DOC Files (Microsoft Word Binary...Word 2007 Marco File) Compress DOCX Files (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/compress/odt/
  3. Online DOTX File Compression or Build Python Ap...

    Free online app To compress different DOTX files. Python compression and archiving library code for DOTX Documents....Camera Image Format) Compress DOC Files (Microsoft Word Binary...Word 2007 Marco File) Compress DOCX Files (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/compress/d...
  4. Alternative for getChildNodes() to get all the ...

    i was using 23.1 version not trying To upgrade To 25.3 but my old class are throwing errors...following: Document doc = new Document("your-document.docx"); CompositeNode...CompositeNode body = doc.getFirstSection().getBody(); NodeCollection...

    forum.aspose.com/t/alternative-for-getchildnode...
  5. MARKDOWN Ის Რედაქტირება Javascript

    შეცვალეთ MARKDOWN JavaScript კოდში....require( '@aspose/words' ); var doc = new aw.Document( "Input.md"...builder = new aw.DocumentBuilder(doc) // Ჩადეთ ტექსტი დოკუმენტის დასაწყისში...

    products.aspose.com/words/ka/nodejs-net/edit/ma...
  6. index.xml

    2.0 http://www.w3.org/2005/ATom Aspsoe.PDF Products – 使用 C++ 的 PDF 转换解决方案 https://products.aspose.com/pdf/zh-hant/cpp/conversion/ Recent content in 使用 C++ 的 PDF 转换解决方案 on Aspsoe.PDF Products Hugo -......has-background-success https://docs.aspose.com/pdf/cpp/ 學習 aspose-learn...有关代码片段和其他可能的转换格式的更详细描述,请参见 https://docs.aspose.com/pdf/cpp/converting/...

    products.aspose.com/pdf/zh-hant/cpp/conversion/...
  7. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...Load the Word document (DOC or DOCX) // ---------- Document wordDoc...wordDoc = new Document("input.docx"); // ---------- // 2. Convert...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  8. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt Document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...length >= 1) { Document doc = new Document(files[0]); for...endsWith(".DOC"))|| (files[i].toUpperCase().endsWith(".DOCX"))|| (files[i]...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  9. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related To HTML import - where the HTML contains a table with fixed column widths. When the HTML is added To a Document and the table’s auTo-fit property is disabled, the column widths of t…...docx files and the following Java...wdDoc = new Document("WordWrap.docx"); DocumentBuilder builder =...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.Docx (12.1 KB)...docx (12.1 KB) Professionalize.Discourse...list programmatically: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/word/315453