Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 13,474 for

doc to html

(1.22 sec)
  1. Convert EMAIL to IMAGE in Python | products.asp...

    Save EMAIL To IMAGE in your Python applications without using Microsoft Outlook or Word...is loaded and rendered into HTML using “Aspose.Email for Python...via .NET”. Then, the converted HTML is loaded using “Aspose.Words...

    products.aspose.com/total/python-net/conversion...
  2. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG 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/jpg/
  3. Converting a PDF file to PDFA using C++ | Aspos...

    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 PPTX to EXCEL Format via Java or with f...

    Convert PPTX To EXCEL format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX To EXCEL online converter quickly before integrating the code....is to export the PPTX file to HTML using Aspose.Slides for Java...the PPTX file is converted to HTML, the second step is to use Aspose...

    products.aspose.com/total/java/conversion/pptx-...
  5. Converting a PS file to PPTX using C++ | Aspose...

    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. Converting a PS file to XPS 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. Converting a PS file to PDF 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. Converting a PS file to XLS using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xls/
  9. Converting a PS file to TEX 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. How to set single color to all revisions and no...

    Hello Support, This is request from Mahendra Reddy Kona: We encountered a requirement where we need To maintain a consistent revision color across all Document revisions, regardless of the author. Despite following the…...the following code to work: doc.layout_options.revision_options...layout.RevisionColor.CLASSIC_BLUE doc.layout_options.revision_options...

    forum.aspose.com/t/how-to-set-single-color-to-a...