Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 13,620 for

html to doc

(0.28 sec)
  1. Converting a PDF file to GIF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-gif/
  2. Converting a PDF file to XLS using C++ | Aspose...

    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. Several Image Into PDF C++

    Merge multiple Image inTo PDF in C++ code. Save Image as PDF using C++....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-pdf/
  4. Converting a PS file to JPEG using C++ | Aspose...

    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/
  5. Converting a PDF file to DOCX using C++ | Aspos...

    Sample code for PDF To DocX conversion using C++. Use C++ example for batch PDF To DocX conversion....Doc as parameters Save the output...file: // Load the PDF. auto doc = MakeObject < Document > ( u...

    products.aspose.com/pdf/cpp/conversion/pdf-to-d...
  6. Compress DOCX In C#

    Compress DocX in C# without losing quality. Optimize DocX content, reduce file size easily....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...Words; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/docx/
  7. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...Words; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/word/
  8. Convert PPTX to DOTM via Java or with free Onli...

    Java API To Export PPTX To DOTM without using Microsoft Word or PowerPoint or online. Test free PPTX To DOTM online converter quickly before integrating the code....developers to convert PPTX to HTML, which is then used as an intermediate...the conversion process. The HTML file is then converted to DOTM...

    products.aspose.com/total/java/conversion/pptx-...
  9. Converting a PDF file to PPTX using C++ | Aspos...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  10. Converting a PDF file to XPS using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-xps/