Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 18,450 for

docx to doc

(0.18 sec)
  1. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word Document with Form Fields, then how can I convert the Document To PDF Document with PDF Form Fields. Currently if I do Doc.Save() with target file extension as PDF, it just converts the word To PDF …... Currently if I do doc.Save() with target file extension...Word Document: Word Doc Form Fields.docx (20.4 KB) Sample Output...

    forum.aspose.com/t/convert-word-form-fields-to-...
  2. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.Docx (175.8 KB) out.Docx (129.3 KB) cover.Docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB)...main = new Document(path + "1.docx"); Document cover = new Document(path...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  3. Fix manual text to proper list level with prope...

    I am working on a usecase To process a Document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…...7:17pm 3 I want to do this in docx file using aspose words java...to work with lists: https://docs.aspose.com/words/java/working-with-lists/...

    forum.aspose.com/t/fix-manual-text-to-proper-li...
  4. How to mail merge - Free Support Forum - aspose...

    I am attaching four files: a Word Document for the mail merge, an Excel data source, a manually generated output file, and an output file generated using Aspose C# code. I want the output like manually generated file Th…...true); Document doc = new(pathSrcDocFile); doc.MailMerge.Execute(dataTable);...e); // Save the Excel file. doc.Save(output); } FIles.zip (152...

    forum.aspose.com/t/how-to-mail-merge/327798
  5. Online POWERPOINT File Merger or Build Python A...

    Free online app To combine different POWERPOINT files. Python merging library code To merge POWERPOINT Documents inTo other formats....required format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others...

    products.aspose.com/total/python-net/merge/powe...
  6. 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…...inputStreamToByteArr(sheetStream); Document doc = new Document(new ByteArray...println("converted to: " + converted); doc.save(converted); } 1152×858 182...

    forum.aspose.com/t/error-reading-pdf-documents/...
  7. Convert ICS to SVG in Python | products.aspose.com

    Save ICS To SVG in your Python applications without using Microsoft Outlook or Word...(Bitmap Image File) Convert ICS to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert ICS to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/conversion...
  8. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....Examples Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/make/html/
  9. Low Code|Aspose.Words为.NET

    使用Low CodeAPI简化比较、转换、拆分、合并、查找和替换等文档处理任务。 Aspose.WordsLowCodeAPI具有简洁的语法,快速的结果和最小的编码努力。...docx" ; string secondDoc = "Document2.docx" ; string...string outputDoc = "Compared.docx" ; LowCodeComparer . Compare ( firstDoc...

    docs.aspose.com/words/zh/net/low-code/
  10. How to use the Examples|Aspose.Words for Java

    How To run Aspose.Words for Android via Java examples....PDF: Document doc = new Document ( "input.docx" ); doc . save ( "output...

    docs.aspose.com/words/java/how-to-use-the-examp...