Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 20,671 for

docx to doc

(0.07 sec)
  1. Convert to pdf change the original font - Free ...

    Hi, I am converting words files To pfd I am converting the files by c# code, i am try To is by online method in aspose site. I am attached he original file and the result 25_lsh_3848889.Docx (58.4 KB) 25_lsh_384888…...docx (58.4 KB) 25_lsh_3848889_Convert_To_Onlne...Document doc = new Document(@"C:\Temp\in.docx"); doc.Save(@"C:\Temp\out...

    forum.aspose.com/t/convert-to-pdf-change-the-or...
  2. PDF to XLS Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-xls/
  3. PDF to PDFA Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  4. Convert WORD to PPTM via C++ or with free Onlin...

    Export WORD To PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORD To PPTM online converter quickly before integrating the code....docx" ); System :: SharedPtr < Document > doc = System..."sourceFile.docx" ); // save the document in HTML file format doc -> Save...

    products.aspose.com/total/cpp/conversion/word-t...
  5. PS to PPTX Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-pptx/
  6. PS to XPS Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xps/
  7. PS to PDF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-pdf/
  8. PS to HTML Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-html/
  9. PS to TEX Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-tex/
  10. PS to JPEG Converter using C++ | Aspose.PDF

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

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