Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 18,475 for

docx to doc

(0.1 sec)
  1. Converting a PDF file to HTML using C++ | Aspos...

    Sample code for PDF To HTML conversion using C++. Use C++ example for batch PDF To HTML conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in HTML format. doc -> Save ( u "convertedFile.html"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-h...
  2. Word to pdf with Farsi words - Free Support For...

    I have a word Document written in Farsi which has some white spaces at the start of some line, When I convert it To PDF all these spaces get dragged To the end of the line (if justify is on, these spaces get divided betw…...conversion: var doc = new Aspose.Words.Document(SRC); doc.Save(dest);...to do this, uploading of doc or docx files are prevented in this...

    forum.aspose.com/t/word-to-pdf-with-farsi-words...
  3. Export EML to RTF via Java | products.aspose.com

    Java API To Convert EML To RTF without using Microsoft Word or Outlook...Word, LibreOffice, or Google Docs while preserving formatting...(Bitmap Image File) Convert EML to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/java/conversion/eml-t...
  4. Convert POTM to FLATOPC via Java or with free O...

    Java API To Export POTM To FLAToPC without using Microsoft Word or PowerPoint or online. Test free POTM To FLAToPC online converter quickly before integrating the code....range of formats, including DOC, DOCX, ODT, RTF, HTML, and FLATOPC...PPSX, PPT, PPS, POT, HTML, DOC, DOCX, ODT, RTF, and FLATOPC. How...

    products.aspose.com/total/java/conversion/potm-...
  5. Export EMAIL to IMAGE via Java | products.aspos...

    Java API To Convert EMAIL To IMAGE without using Microsoft Word or Outlook...(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/email...
  6. Watermarker.SetText | Aspose.Words for .NET

    Enhance your Documents with our Watermarker SetText method. Easily add cusTomizable text watermarks for improved branding and professionalism.... string doc = MyDir + "Big document.docx" ; string watermarkText...SetText ( doc , ArtifactsDir + "LowCode.WatermarkText.1.docx" , watermarkText...

    reference.aspose.com/words/net/aspose.words.low...
  7. Converting a PDF file to WORD using Java | Aspo...

    PDF To WORD conversion via Java sample code. Programmers can use this example code To export PDF To WORD within any Web or DeskTop Java based application....document in DOCX format pdfDocument . save ( "output.docx" , SaveFormat...SaveFormat . DocX ); pdfDocument . close (); Copy code to the clipboard...

    products.aspose.com/pdf/java/conversion/pdf-to-...
  8. How to Run Aspose.Words with Mono|Aspose.Words ...

    Using Aspose.Words for .NET with Mono on Linux or Mac OS To generate Doc files, convert Doc and Docx To PDF and much more in C#....OS to generate DOC files, convert DOC and DOCX to PDF and much...

    docs.aspose.com/words/net/how-to-run-aspose-wor...
  9. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create cusTomized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....populate document with data: string doc = MyDir + "Reporting engine template...template - If greedy.docx" ; AsposeData obj = new AsposeData...

    reference.aspose.com/words/net/aspose.words.low...
  10. Converting a PS file to SVG using C++ | Aspose.PDF

    Sample code for PS To SVG conversion using C++. Use C++ example for batch PS To SVG conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in SVG format. doc -> Save ( u "convertedFile.svg"...

    products.aspose.com/pdf/cpp/conversion/ps-to-svg/