Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 13,744 for

doc to html

(1.47 sec)
  1. 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...
  2. 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/
  3. Java API to Convert ODT to XLSM or with free On...

    Convert ODT To XLSM via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free ODT To XLSM online converter quickly before integrating the code....Java to export the ODT file to HTML. This API provides a wide range...formats, including ODT, DOC, DOCX, HTML, and PDF. The second step...

    products.aspose.com/total/java/conversion/odt-t...
  4. Converting a PCL file to TXT using C# | Aspose.PDF

    Sample code for PCL‑To‑TXT conversion in .NET. Use the API example code for batch PCL‑To‑TXT conversion within VB.NET, ASP.NET, or any .NET‑based application....PCL to BMP PCL to DOC PCL to DOCX PCL to HTML PCL to JPEG PCL to...documents from scratch or from HTML, XML, or images. Edit existing...

    products.aspose.com/pdf/net/conversion/pcl-to-txt/
  5. Converting a PS file to PNG using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-png/
  6. Converting a EPUB file to PNG using C# | Aspose...

    Sample code for EPUB‑To‑PNG conversion in .NET. Use the API example code for batch EPUB‑To‑PNG conversion within VB.NET, ASP.NET, or any .NET‑based application....clipboard EPUB to DOC EPUB to DOCX EPUB to HTML EPUB to JPEG EPUB...documents from scratch or from HTML, XML, or images. Edit existing...

    products.aspose.com/pdf/net/conversion/epub-to-...
  7. C++ API to Convert EPUB to POWERPOINT | product...

    Convert EPUB To POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...// save EPUB as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/epub-t...
  8. Compress TIFF In C++

    Compress TIFF in C++ without losing quality. Optimize TIFF content, reduce file size easily....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/cpp/compress/tiff/
  9. Several Image Into DOCX C++

    Merge multiple Image inTo DocX in C++ code. Save Image as DocX 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-docx/
  10. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DocX file which was generated from Html using Aspose.Words. Now I want To modify this DocX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…...file which was generated from HTML using Aspose.Words. Now I want...Sample input DOCX (generated from HTML). input.docx (256.0 KB) Output...

    forum.aspose.com/t/move-figures-to-even-pages-a...