Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 175,591 for

docx

(0.21 sec)
  1. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......C# 将 PDF 转换为 Word 如何使用 C# 将 DOCX 转换为 TIFF 如何在 Python 中将 XLS 转换为...Java 中调整 SVG 图像的大小 如何在 C++ 中创建 DOCX 如何在 C# 中将 TIFF 转换为 PDF 如何使用...

    kb.aspose.com/zh/categories/page/68/
  2. Word փաստաթղթի տպում մեկնաբանություններով Pytho...

    Հետևեք այս հոդվածին՝ Python-ում մեկնաբանություններով Word փաստաթուղթ տպելու համար։ Այն պարունակում է զարգացման միջավայրի կազմաձևման տեղեկություններ, քայլերի ցանկ և օրինակ կոդ՝ Docx մեկնաբանությունները տպելու համար։...ցանկ և օրինակ կոդ՝ Python-ում DOCX մեկնաբանությունները տպելու համար։...քայլերը օգնում են արտապատկերել DOCX մեկնաբանությունները ։ Ներմուծեք...

    kb.aspose.com/hy/words/python/print-word-docume...
  3. Ինչպես տեղադրել բառի վերնագիր և ստորագիր՝ օգտագ...

    Այս ձեռնարկում դուք կսովորեք, թե ինչպես տեղադրել Word-ի վերնագիրն ու ստորոտը C#-ի միջոցով առանց interop-ի: Այս ձեռնարկը կարող է օգտագործվել Word-ում վերնագիր և ստորագիր ավելացնելու համար՝ օգտագործելով C# և տեղադրելու որոշ տեքստ դրանց մեջ:...և ստորագրի մեջ և պահում այն DOCX ֆայլի ձևաչափում: Word-ի վերնագիր...Վերջապես, փաստաթուղթը պահեք DOCX ֆայլի ձևաչափով Այս քայլերում...

    kb.aspose.com/hy/words/net/how-to-insert-header...
  4. Ինչպես փոխարկել HTML փաստաթուղթը Word-ի Python-ում

    Այս կարճ ուղեցույցը տեղեկատվություն է տրամադրում այն մասին, թե ինչպես փոխարկել HTML փաստաթուղթը Word-ի Python-ում: Այն կիսում է IDE կարգավորումները, քայլերի ցանկը և Python-ում HTML-ից Word փոխակերպման համար գործարկվող օրինակելի կոդը:...ցանկ և գործարկվող կոդ՝ HTML-ը DOCX-ի Python -ում փոխարկելու համար:...NET-ի միջոցով միջավայրը HTML-ը DOCX-ի փոխարկելու համար Բացեք սկզբնաղբյուր...

    kb.aspose.com/hy/words/python/how-to-convert-ht...
  5. Free HTML Applications – Documentation Aspose.HTML

    Aspose.HTML offers free, high-quality online apps to handle your HTML tasks with ease – convert, merge, parse, and generate HTMLs in seconds....– Convert HTML to PDF, XPS, DOCX, MHTML, Markdown, JPG, PNG,...formats, including PDF, XPS, DOCX, MHTML, Markdown, JPG, PNG,...

    docs.aspose.com/html/apps/
  6. How to copy word style to excel style - Free Su...

    I have multiple Docx files and I have a requirement to put each Docx content with style into column. Like If you copy word content and paste into excel but I want to do programmatically. I’m able to put the plain text i…...multiple docx files and I have a requirement to put each docx content...

    forum.aspose.com/t/how-to-copy-word-style-to-ex...
  7. Export OFT to WORD via C++ | products.aspose.com

    C++ API to Convert OFT to WORD without using Microsoft Word or Outlook...document to DOCX format using Save method and set Docx as SaveFormat...call save method while passing Docx as save format doc -> Save (...

    products.aspose.com/total/cpp/conversion/oft-to...
  8. Convert a Multi-page Document to an Image in Py...

    Export multi-page documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using Python....shows how to save a multi-page DOCX document as JPEG image with...( file_name = ' Rendering . docx ' ) options = aw . saving ....

    docs.aspose.com/words/python-net/convert-a-mult...
  9. Converting Word document to PDF does not render...

    Please find attached the word document that does not render correctly when converted to PDF. Some of the pages are not rendered correctly and new page is added at the end. Input Word file Employee evaluation form - 5 …...docx (679.7 KB) Output PDF file Employee...Employee evaluation form – 5 page.docx to PDF skips some pages and...

    forum.aspose.com/t/converting-word-document-to-...
  10. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = new Document(path + "1.Docx"); var builder = new DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...docx"); var builder = new DocumentBuilder(word);...word.save(path + "1result.docx"); 1.docx (103.1 KB) 1.png (109 Bytes)...

    forum.aspose.com/t/page-is-missing-after-insert...