Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 177,436 for

docx

(0.16 sec)
  1. Extract relevant OOXML for a chart using Aspose...

    Hi, I wanted to extract the following OOXML from a word doc, this word doc was created by by saving an excel workbook as a Docx with SaveAsEditableShapes marked as true. I will attach the OOXML data I require. The idea i…...saving an excel workbook as a Docx with SaveAsEditableShapes marked...Document("path/to/your/document.docx"); foreach (Shape shape in doc...

    forum.aspose.com/t/extract-relevant-ooxml-for-a...
  2. Aspose.words.26.5版本pdf转word后word里面的图片和文字重叠并出现了莫...

    aspose.words.26.5版本pdf转word后word里面的图片和文字重叠并出现了莫名其妙的空格,并且文字和图片大小不一样了,明显图片比文字高 一些该怎么解决 test (1).Docx (181.7 KB) 数学.pdf (269.6 KB)...docx (181.7 KB) 数学.pdf (269.6 KB)...我这边生成的PDF转DOCX文件比您提供的DOCX文档效果更好。以下是我这边生成的输出结果: out.docx (182.1 KB)...

    forum.aspose.com/t/aspose-words-26-5-pdf-word-w...
  3. How to Convert HTML Document to Word in Python

    This short guide provides information on how to convert HTML document to Word in Python. It shares IDE settings, a list of steps, and a runnable sample code for HTML to Word conversion in Python....code to convert the HTML to DOCX in Python . Sample code will...via .NET to convert HTML to DOCX Open the source HTML file using...

    kb.aspose.com/words/python/how-to-convert-html-...
  4. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...our svaing code: // Save as DOCX, reload and save as PDF DocumentStoreHelper...your existing code: // Save as DOCX, reload and save as PDF DocumentStoreHelper...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  5. Word to pdf Arabic format is not conervted prop...

    Dears, Using (aspose-words-20.11 , aspose-words-21.11) to convert word file that contains Arabic letters to pdf file, It doesn’t view the Arabic format properly after the conversion. Please check the attached 2 files w…...docx (12.1 KB) awais.hafeez May 10...aspose arabic letters format .docx"); doc.getLayoutOptions().s...

    forum.aspose.com/t/word-to-pdf-arabic-format-is...
  6. How to Convert Excel to Word in C#

    This basic tutorial elaborates the details on how to convert Excel to Word in C#. In order to convert Excel to Word C# environment configuration and sample code is explained for clear understanding....to export an XLSX file to a DOCX file. Steps to Convert Excel...the output document in Word DOCX format These steps precisely...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  7. Convert HTML to Word in Python

    This brief guide covers the information to convert HTML to Word in Python. It discusses the step-by-step algorithm and a working sample code that exports HTML to Word in Python....perform the rendering to DOC or DOCX file format while writing the...the Word document in DOC or DOCX format. However, you can further...

    kb.aspose.com/html/python/convert-html-to-word-...
  8. Ինչպես փոխակերպել Word-ը PDF-ի՝ օգտագործելով Py...

    Այս հակիրճ ձեռնարկը պարունակում է տեղեկատվություն այն մասին, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով Python-ը: Word-ը Python-ում PDF-ի փոխարկելու համար այս թեման ներառում է միջավայրի կազմաձևման քայլերը և API-ի կանչերը, որոնք անհրաժեշտ են փոխակերպումն իրականացնելու համար:...բերված բաժիններում: Python-ում DOCX-ը PDF-ի փոխարկելու քայլեր Կարգավորեք...սահմանելու համար Փոխակերպեք DOCX-ը PDF-ի, օգտագործելով պահպանման...

    kb.aspose.com/hy/words/python/how-to-convert-wo...
  9. Ինչպես գտնել և փոխարինել տեքստը Word փաստաթղթու...

    Այս թեման ցույց է տալիս, թե ինչպես գտնել և փոխարինել տեքստը Word փաստաթղթում C++-ում՝ օգտագործելով պարզեցված կոդի օրինակ: Օգտագործելով C++ տեքստը Word փաստաթղթում փոխարինելը հեշտությամբ կատարվում է հեշտ կոդի մի քանի տողով, առանց արտաքին կախվածության MS Word-ից կամ Interop գրադարանից:...դասի օբյեկտ՝ բեռնելու համար DOCX-ը՝ տեքստը փոխարինելու համար...C++*-ի միջոցով և կպահենք փոփոխված DOCX-ը սկավառակի վրա: Կոդ՝ Word փաստաթղթում...

    kb.aspose.com/hy/words/cpp/how-to-find-and-repl...
  10. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Docx); var fileName = $"{fileNam...$"{fileNameWithoutExten}{FileExtensions.DOCX}"; await assetFileService.U...

    forum.aspose.com/t/prevent-table-header-rows-fr...