Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 175,033 for

docx

(0.08 sec)
  1. Korean characters are not getting Printed while...

    No Warnings are printed while converting from word to pdf… We have windows system and installed korean font as well but No luck. Issue still persists. PDF_4057cea4-074b-47ed-8389-f39bb7ca6694.pdf (64.0 KB) Word_da3cbae…...docx (8.1 KB) Thanks Professionalize...LoadOptions { LoadFormat = LoadFormat.Docx }; var doc = new Document("...

    forum.aspose.com/t/korean-characters-are-not-ge...
  2. EPUB Converter – Aspose.HTML for Python via .NET

    Learn about supported EPUB conversions and consider Python example of how to convert EPUB to PDF using Aspose.HTML.... {{#if_output 'PDF' 'DOCX' 'XPS' }} import aspose.html...{{/if_output}} {{#if_output 'DOCX'}} options = sav.DocSaveOptions()...

    docs.aspose.com/html/python-net/epub-converter/
  3. Header & Footer content updates are not showing...

    Hi Team, I’m using Aspose.words for Java to compare two versions of .Docx files, but I noticed that footer content updates are not showing in the comparison output file, even though it works fine on MS Word compare. sa…...docx (120.9 KB) source-Non Disclosure...Agreement_very new.docx (133.5 KB) Aspose.Words output: out.docx (78.1 KB)...

    forum.aspose.com/t/header-footer-content-update...
  4. Convert a Document to PDF in Java|Aspose.Words ...

    Convert a document in Word or any other supported format to PDF, which preserves the original appearance of a document during its rendering on various platforms using Java....convert a document from DOC or DOCX format to PDF without using...Converting DOCX or DOC to PDF Converting from the DOC or DOCX document...

    docs.aspose.com/words/java/convert-a-document-t...
  5. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...docx (18.4 KB) processed_document_2.docx (19.1 KB)...KB) output.docx (18.4 KB) I want the same way exactly to be replaced...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  6. Render EMLX to WORD in Andorid App | products.a...

    Export EMLX to WORD without using Microsoft Word or Outlook in you Andorid applications...document to DOCX format using save method and set DOCX as SaveFormat...passing SaveFormat.DOCX document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  7. Aspose::Words::Saving::OoxmlSaveOptions::get_Ke...

    Aspose::Words::Saving::OoxmlSaveOptions::get_KeepLegacyControlChars method. Keeps original representation of legacy control characters in C++....docx. auto doc = System :: MakeObject...Aspose :: Words :: SaveFormat :: Docx ); so -> set_KeepLegacyControlCha...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method...docx' input_doc2 = MY_DIR + 'Tables.docx' with system_helper...FileStream ( MY_DIR + 'Big document.docx' , system_helper . io . FileMode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert Markdown to HTML in Python

    Python code for Markdown to HTML conversion. Save Markdown as HTML file using Aspose.HTML for Python via .NET. Try online MD to HTML Converter!... {{#if_output 'PDF' 'DOCX' 'XPS' }} import aspose.html...{{/if_output}} {{#if_output 'PDF' 'DOCX' 'XPS' 'BMP' 'JPEG' 'GIF' 'PNG'...

    products.aspose.com/html/python-net/conversion/...
  10. 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