Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 175,559 for

docx

(0.09 sec)
  1. Object reference not set to an instance of an o...

    Hey i am getting issue while converting Docx to png using Aspose.Words Version=25.11.0, attaching Docx file for referance ttt.Docx (35.4 KB)... Error While converting DOCX to PNG Aspose.Words Product...getting issue while converting docx to png using Aspose.Words Version=25...

    forum.aspose.com/t/object-reference-not-set-to-...
  2. Converting a PCL file to DOCX using C++ | Aspos...

    Sample code for PCL to Docx conversion using C++. Use C++ example for batch PCL to Docx conversion....to DOCX in Aspose.PDF for C++ How to convert PCL to DOCX? You...programmatically a document from PCL to DOCX format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/pcl-to-d...
  3. Converting a PS file to DOCX using C++ | Aspose...

    Sample code for PS to Docx conversion using C++. Use C++ example for batch PS to Docx conversion....PS to DOCX in Aspose.PDF for C++ How to convert PS to DOCX? You...programmatically a document from PS to DOCX format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/ps-to-docx/
  4. How to insert the css formatting as it is in HT...

    In my task, we are collecting user inputs from the CKEditor (in HTML format) and populating them into Docx files. However, when formatting is applied, even though I provide the CSS values generated by CKEditor, the forma…...is in HTNL when populating a docx file with insert_html() Aspose...format) and populating them into DOCX files. However, when formatting...

    forum.aspose.com/t/how-to-insert-the-css-format...
  5. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    Docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...words从html制作的docx文件转为PDF样式表现混乱,但是把docx文件改一下再撤回再保存之后,再使用aspose...pose.words转为PDF就正常了,但肉眼看不出两个docx文件的区别。 中文技术支持 words-java pizhai2...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  6. Converting a PDF file to DOCX using C++ | Aspos...

    Sample code for PDF to Docx conversion using C++. Use C++ example for batch PDF to Docx conversion....to DOCX in Aspose.PDF for C++ How to convert PDF to DOCX? You...programmatically a document from PDF to DOCX format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/pdf-to-d...
  7. Converting a TEX file to DOCX using Python | As...

    Sample code on Python for TEX to Docx conversion. Use example code for batch TEX to Docx conversion with Python and .NET...Convert TEX to DOCX in Aspose.PDF for Python via .NET How to...to convert TEX to DOCX? You can easily convert programmatically...

    products.aspose.com/pdf/python-net/conversion/t...
  8. Converting a JPEG file to DOCX using Python | A...

    Sample code on Python for JPEG to Docx conversion. Use example code for batch JPEG to Docx conversion with Python and .NET...Convert JPEG to DOCX in Aspose.PDF for Python via .NET How to...to convert JPEG to DOCX? You can easily convert programmatically...

    products.aspose.com/pdf/python-net/conversion/j...
  9. Converting a SVG file to DOCX using Python | As...

    Sample code on Python for SVG to Docx conversion. Use example code for batch SVG to Docx conversion with Python and .NET...Convert SVG to DOCX in Aspose.PDF for Python via .NET How to...to convert SVG to DOCX? You can easily convert programmatically...

    products.aspose.com/pdf/python-net/conversion/s...
  10. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...value of the numbering in a docx file? Aspose.Words Product Family...numbering value of a paragraph in a DOCX file using Aspose.Words, you...

    forum.aspose.com/t/how-to-get-the-value-of-the-...