Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 175,586 for

docx

(0.1 sec)
  1. Converting a PDF file to DOC using PHP | Aspose...

    Sample code on PHP for PDF to DOC conversion. Use example code for batch PDF to DOC conversion with Aspose.PDF for PHP via Java...output format to DOCX Save the document as DOCX System Requirements...// Set the output format to DOCX $docFormat = new DocSaveOptions_DocFormat...

    products.aspose.com/pdf/php-java/conversion/pdf...
  2. Export MSG to WORD via Java | products.aspose.com

    Java API to Convert MSG to WORD without using Microsoft Word or Outlook...document to DOCX format using save method and set DOCX as SaveFormat...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/msg-t...
  3. List.is_restart_at_each_section property | Aspo...

    List.is_restart_at_each_section property. Specifies whether list should be restarted at each section...supported only in RTF, DOC and DOCX document formats. This option...option will be written to DOCX only if OoxmlCompliance is higher...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convestation Issue Word to Pdf - Free Support F...

    Hello Aspose Team, We’ve encountered an issue while converting certain .Docx files to .pdf format using Aspose.Words for .NET. The problem appears consistently with specific documents, while others convert without issue…...docx files to .pdf format using Aspose...24920_AKT_ROZSHIRENIJ_VW_AKCIYA__1_2025_docx (2).docx (42.6 KB) Thank you for...

    forum.aspose.com/t/convestation-issue-word-to-p...
  5. Error reading PDF documents - Free Support Foru...

    Hi! In your demo (see attached images), reading and converting from PDF documents is supported, but when using this feature, the following error message appears: “Pdf format is not supported on this platform. Use .NET S…...Words can handle (such as DOCX) and then continue with your...approaches: Convert the PDF to DOCX or plain text with a library...

    forum.aspose.com/t/error-reading-pdf-documents/...
  6. 如何使用 C# 创建 Word 文档

    在本教程中,您将学习如何在没有互操作的情况下使用 C# 创建 Word 文档。 C# 代码示例以 Docx 文件格式创建 Word 文档。...文档,编写一些具有不同字体格式的文本,在其中插入超链接,并将文档保存为 DOCX 文件格式。 以下步骤说明 C# 如何创建 Word 文档文件...写一些文本并将超链接插入到文档中 将文档保存为 DOCX 文件格式 之前,我们研究了 如何使用 C# 在 DOCX 中插入页眉和页脚 。 C#...

    kb.aspose.com/zh/words/net/how-to-create-word-d...
  7. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...11:01pm 3 how would i do this for docx? asad.ali August 1, 2025, 10:24am...which enables you to process .docx files. We are moving the inquiry...

    forum.aspose.com/t/redlines-in-pdf/315965
  8. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = new File(outPath); try (FileOutputStream os = new FileOutputSt…...docx (4.1 KB) 转换后的pdf(两页) Table-1...doc = new Document("Table-1.docx", loadOptions); doc.save("output...

    forum.aspose.com/t/aspose-words-word-pdf/314404
  9. Aspose::Words::Comparing::AdvancedCompareOption...

    Aspose::Words::Comparing::AdvancedCompareOptions::get_IgnoreStoreItemId method. Specifies whether to ignore difference in StructuredDocumentTag store item Id in C++....docx" ); auto docB = System :: MakeObject...() + u "Document with SDT 2.docx" ); // Configure options to...

    reference.aspose.com/words/cpp/aspose.words.com...
  10. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted pages…...docx"); Aspose.Words.Document tempDoc...DirectorySeparatorCh + "page" + i + ".docx", SaveFormat.Docx); } Source Document...

    forum.aspose.com/t/extractpages-function-remove...