Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 32,697 for

saveoptions

(0.06 sec)
  1. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with Saveoptions, PresentationFormat, and Details column rendering....mpp" ); 2 3 // Define the SaveOptions with required TimeScale settings...settings as Days 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-usage-...
  2. PDF to HTML to PDF conversion results in differ...

    Hello Aspose Team, I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF. I’ve attached the following files for reference: Aspose.PDF issue…...pdf"); var saveOptions = new HtmlSaveOptions { SplitIntoPages...document.Save("test.html", saveOptions); DoSomeModifications();...

    forum.aspose.com/t/pdf-to-html-to-pdf-conversio...
  3. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...e); saveOptions.setExportPrintAreaOn(true); saveOptions.setE...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  4. Convert EML to PST via C++ application | produc...

    Sample C++ conversion code for EML document to PST format. Use example code for batch EML to PST conversion within any C++ Application....pst" , SaveOptions::get_DefaultPst()); EML to...

    products.aspose.com/email/cpp/conversion/eml-to...
  5. Convert MHTML to PST via C++ application | prod...

    Sample C++ conversion code for MHTML document to PST format. Use example code for batch MHTML to PST conversion within any C++ Application....pst" , SaveOptions::get_DefaultPst()); MHTML...

    products.aspose.com/email/cpp/conversion/mhtml-...
  6. Convert ICS to EML via C++ application | produc...

    Sample C++ conversion code for ICS document to EML format. Use example code for batch ICS to EML conversion within any C++ Application....eml" , SaveOptions::get_DefaultEml()); ICS to...

    products.aspose.com/email/cpp/conversion/ics-to...
  7. Convert ICS to HTML via C++ application | produ...

    Sample C++ conversion code for ICS document to HTML format. Use example code for batch ICS to HTML conversion within any C++ Application....html" , SaveOptions::get_DefaultHtml()); ICS...

    products.aspose.com/email/cpp/conversion/ics-to...
  8. Convert OFT to ICS via C++ application | produc...

    Sample C++ conversion code for OFT document to ICS format. Use example code for batch OFT to ICS conversion within any C++ Application....ics" , SaveOptions::get_DefaultIcs()); OFT to...

    products.aspose.com/email/cpp/conversion/oft-to...
  9. Convert OFT to MBOX via C++ application | produ...

    Sample C++ conversion code for OFT document to MBOX format. Use example code for batch OFT to MBOX conversion within any C++ Application....mbox" , SaveOptions::get_DefaultMbox()); OFT...

    products.aspose.com/email/cpp/conversion/oft-to...
  10. Convert MHTML to VCF via C++ application | prod...

    Sample C++ conversion code for MHTML document to VCF format. Use example code for batch MHTML to VCF conversion within any C++ Application....vcf" , SaveOptions::get_DefaultVcf()); MHTML...

    products.aspose.com/email/cpp/conversion/mhtml-...