Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 177,428 for

docx

(0.62 sec)
  1. Convert WORD To PDF Javascript

    Convert a Word document to PDF format in JavaScript code. Save a Word document as PDF using JavaScript....example in JavaScript to convert DOCX to PDF format Copy Examples...convert Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/nodejs-net/conversion...
  2. 使用JavaScript通过C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel工作表中将WAV文件作为OLE对象插入。...docx,application/*" /> < button id...

    docs.aspose.com/cells/zh/javascript-cpp/inserti...
  3. Convert WORD To TIFF Javascript

    Convert a Word document to TIFF format in JavaScript code. Save a Word document as TIFF using JavaScript....example in JavaScript to convert DOCX to TIFF format Copy Examples...convert Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/nodejs-net/conversion...
  4. Გადაიყვანეთ WORD Გამოსახულება C#

    გადაიყვანეთ WORD Გამოსახულება C# ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება C#.... კოდის მაგალითი C# DOCX JPG ფორმატში გადასაყვანად ჩამოტვირთვა...გაუშვით კოდი Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/ka/net/conversion/wor...
  5. Փոխարկել WORD HTML C++

    Փոխարկեք WORD ը HTML ձևաչափի C++ կոդով: Պահեք WORD որպես HTML օգտագործելով C++:...բնօրինակին: Կոդի օրինակ C++ DOCX ը HTML ձևաչափի փոխարկելու համար...Գործարկել կոդը Ելքային ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/hy/cpp/conversion/wor...
  6. Გადაიყვანეთ WORD JPG C#

    გადაიყვანეთ WORD JPG C# ფორმატში კოდით. შეინახეთ WORD როგორც JPG C#.... კოდის მაგალითი C# DOCX JPG ფორმატში გადასაყვანად ჩამოტვირთვა...გაუშვით კოდი Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/ka/net/conversion/wor...
  7. Embedding images into RTF document - Free Suppo...

    Hi Aspose, I have had some success with your library so far, but I have run into one specific issue that is blocking progress on a project I am using this for. We are converting a combination of plain text and RTF data…...of plain text and RTF data to DOCX files, which by and large has...Document doc = new Document("input.docx"); RtfSaveOptions options =...

    forum.aspose.com/t/embedding-images-into-rtf-do...
  8. Document conversion occurs without any prompts ...

    Today, I encountered an issue while processing document conversion. A Word file couldn’t be converted, and there was no error message or prompt. After debugging, I found that the problem might be caused by some code with…...docx"); int TotalPages = WordDoc...println(TotalPages); 20260128.docx (32.3 KB) Professionalize.Discourse...

    forum.aspose.com/t/document-conversion-occurs-w...
  9. Error when converting pdf file to word file - F...

    Hi, We are encountering the following error in one of our reports only on the servers when converting a PDF to a Word document. The conversion works fine locally. We are using: Java version: 17.0.9 Aspose libraries: …...docx'); plugins.webnotificationsToas...pdf.DocSaveOptions.DocFormat.DocX); doc.save(wordFile, options);...

    forum.aspose.com/t/error-when-converting-pdf-fi...
  10. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...docx"); DocumentBuilder builder =...LANDSCAPE); } } doc.save("output.docx"); 请尝试使用 builder.getCurrentSection()...

    forum.aspose.com/t/msword/310489