Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 18,494 for

docx to doc

(0.09 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/ATom Aspsoe.PDF Products – راه حل تبدیل PDF با استفاده از C++ https://products.aspose.com/pdf/fa/cpp/conversion/ Recent content in راه حل تبدیل PDF با استفاده از C++ on A......has-background-success https://docs.aspose.com/pdf/cpp/ یادگیری...تبدیل ممکن، به صفحات https://docs.aspose.com/pdf/cpp/converting/...

    products.aspose.com/pdf/fa/cpp/conversion/index...
  2. Archive

    archives...in other formats such as DOC , DOCX , MarkDown , PDF , Text ...of output options such as DOC, DOCX, PDF, and Text files so that...

    blog.aspose.com/ocr/best-arabic-ocr-online-free/
  3. Online EMF File Compression or Build Python App...

    Free online app To compress different EMF files. Python archiving library code for EMF Documents....Camera Image Format) Compress DOC Files (Microsoft Word Binary...Word 2007 Marco File) Compress DOCX Files (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/compress/emf/
  4. Issue with converting Word.docx to PDF - Free S...

    Hello we have expired dev license (in progress To renew). When we do convert Woprd To PDf we are getting bad checkboxes section. Is that limitation re expired license or bug in Aspose code?...docx to PDF Aspose.Words Product Family...Document doc = new Document("path/to/your/document.docx"); doc.setWarningCallback(new...

    forum.aspose.com/t/issue-with-converting-word-d...
  5. How to identify borderless table for 25.3 versi...

    how To identify borderless table for 25.3 version...docx (16.3 KB) alexey.noskov April...following: Document doc = new Document("C:\\Temp\\in.docx"); for (Table...

    forum.aspose.com/t/how-to-identify-borderless-t...
  6. Convert MPX to PRIMAVERA XML via Java

    Sample Java conversion code for MPX format To PRIMAVERA XML file. Use this example code To convert MPX To PRIMAVERA XML within any Web or DeskTop Java based application....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/tasks/java/conversion/mpx-t...
  7. Unable to get bookmarks from word document with...

    I have a Document which has huge number of bookmarks, it fails To read bookmarks at some point. It reads like 120 bookmarks but fails To get a bookmark at 150. I am using very simple code To get these bookmarks Document…...get these bookmarks Document doc = new Document(FileName); foreach...(Aspose.Words.Bookmark bm in doc.Range.Bookmarks) { Console.WriteLine("Bookmark...

    forum.aspose.com/t/unable-to-get-bookmarks-from...
  8. Convert XML to PRIMAVERA XML via Java

    Sample Java conversion code for XML format To PRIMAVERA XML file. Use this example code To convert XML To PRIMAVERA XML within any Web or DeskTop Java based application....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/tasks/java/conversion/xml-t...
  9. SvgTextOutputMode | Aspose.Words for Java

    Allows To specify how text inside a Document should be rendered when saving in SVG format in Java....docx document to .svg. Document doc = new Document(getMyDir()...Document(getMyDir() + "Document.docx"); // Configure the SvgSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. Several WORD Into JPG C++

    Merge multiple a Word Document inTo JPG in C++ code. Save a Word Document as JPG using C++....example in C++ to combine multiple DOCX to JPG Copy Examples Input files...fileNames { u"Input1.docx" , u"Input2.docx" }; auto output = MakeObject...

    products.aspose.com/words/cpp/merge/word-to-jpg/