Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 176,890 for

docx

(0.12 sec)
  1. docx转PDF后,生僻字不显示 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: 金顶宝-20年-单签-2024V1.0 (1) (1).Docx (33.6 KB)...docx转PDF后,生僻字不显示 中文技术支持 ZhonghaoSun July 2, 2025, 10:21am 1 版本:23...金顶宝-20年-单签-2024V1.0 (1) (1).docx (33.6 KB) Professionalize.Discourse...

    forum.aspose.com/t/docx-pdf/314728
  2. pdf转docx出现异常,System.NullReferenceException - Fr...

    示例代码: Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB) DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format = DocSaveOptions.DocFormat.Docx; pdfDocument.Save(“d:\test1.Docx”, …...pdf转docx出现异常,System.NullReferenceExcepti 中文技术支持 arlpan2000 September...DocSaveOptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, saveOptions);...

    forum.aspose.com/t/pdf-docx-system-nullreferenc...
  3. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...插入docx 中文技术支持 words-python Tiaohh April 2, 2025, 8:30am 1 [ {...doc.Save("FormattedDocument.docx"); } } 在这个示例中,我们创建了一个新的Word...

    forum.aspose.com/t/docx/310697
  4. Aspose.HTML HTML converted to DOCX no content n...

    We are currently leveraging the Converter.ConvertHTML to create a Docx file from HTML content. // Use a MemoryStreamProvider to handle the in-memory conversion var streamProvider = new MemoryStreamProvider(); //…...HTML HTML converted to DOCX no content not in compatibility...Converter.ConvertHTML to create a DOCX file from HTML content. // Use...

    forum.aspose.com/t/aspose-html-html-converted-t...
  5. How to Insert Comment into DOCX using C++

    In this tutorial, we will learn how to insert comment into Docx using C++. Comments are useful for reviewing the Word document. They don't change the document itself but are used by authors to discuss or comment about any section of Word Document....Family How to Insert Comment into DOCX using C++ In this tutorial,...learn how to insert comment into DOCX using C++. Comments are useful...

    kb.aspose.com/words/cpp/how-to-insert-comment-i...
  6. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    Docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.Docx (11.1 KB)...docx转化PDF后,标题换行了 中文技术支持 words-java 29095090 February 9, 2026...2026, 6:54am 1 docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 2578×895 376...

    forum.aspose.com/t/docx-pdf/325351
  7. While generating Output in PDF Allginment is no...

    Hello Aspose Support Team, I’m generating documents using Aspose.Words from a template (.Docx) and dynamic JSON data. The output is generated in both Docx and PDF formats, but I’m observing a noticeable alignment differ…...PDF Allginment is not same as DOCX generator Aspose.Words Product...Aspose.Words from a template ( .docx ) and dynamic JSON data. The...

    forum.aspose.com/t/while-generating-output-in-p...
  8. Content are pushed up to page after DOCX to PDF...

    Do you have any solution to this yet? https://forum.aspose.com/t/content-are-pushed-up-to-page-after-Docx-to-pdf-conversion-using-net/212405 We experience issues with Aspose PDF adding strange page breaks not present i…...are pushed up to page after DOCX to PDF conversion Aspose.Words...com/t/content-are-pushed-up-to-page-after-docx-to-pdf-conversion-using-net/212405...

    forum.aspose.com/t/content-are-pushed-up-to-pag...
  9. Chart axis issues when rendering DOCX to PDF/HT...

    Hi, When converting a Word document with charts to PDF/HTML, the axis and its content appeared to be wrong. Code: var doc = new Document(@".\test.Docx"); doc.Save(@".\out.pdf"); doc.Save(@".\out.html"); On the first …...Chart axis issues when rendering DOCX to PDF/HTML Aspose.Words Product...doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf"); doc...

    forum.aspose.com/t/chart-axis-issues-when-rende...
  10. How to Add Image in DOCX using C++

    In this example, we will learn how to add image in Docx using C++. Inserting images inside word document using C++ is one of commonly inquired requirement by developers. Adding image to DOC using C++ can be achieved using simple API calls....Product Family How to Add Image in DOCX using C++ In this example, we...will learn how to add image in DOCX using C++. Inserting images...

    kb.aspose.com/words/cpp/how-to-add-image-in-doc...