Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 9,661 for

pdfsaveoptions

(0.04 sec)
  1. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Cells provides the PdfSaveOptions.IsFontSubstitutionCh property...generated without setting the PdfSaveOptions.IsFontSubstitutionCh property...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  2. Rendering Task Sheet View

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for .NET....SaveOptions options = new PdfSaveOptions(); 5 options. PresentationFormat...

    docs.aspose.com/tasks/net/rendering-task-sheet-...
  3. Rendering Task Usage View in PHP

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks Java for PHP....mpp' ); 2 $options = new PdfSaveOptions(); 3 $timescale = new Timescale();...

    docs.aspose.com/tasks/java/rendering-task-usage...
  4. Merge XPS files | .NET API Solution

    Merger XPS functionality of Aspose.Page API solution for .NET allows you to combine several XPS files into a single XPS or PDF document.... PdfSaveOptions options = new Aspose. Page.... Presentation . Pdf . PdfSaveOptions () 9 { 10 JpegQualityLevel...

    docs.aspose.com/page/net/merge/xps/
  5. Work with Task Views

    Learn how to work with Microsoft Project (MPP/XML) task views using Aspose.Tasks for C++....= System::MakeObject < PdfSaveOptions > (); 7 options -> set...= System::MakeObject < PdfSaveOptions > (); 7 options -> set...

    docs.aspose.com/tasks/cpp/task-views/
  6. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....saving options using the PdfSaveOptions class. Create an instance...options.SaveOptions = new PdfSaveOptions(); // Run the job. TeXJob...

    products.aspose.com/tex/net/load-tex-from-zip/
  7. 使用 C# 製作 HTML

    通過幾個步驟在 C# 中創建一個新的 HTML。使用 .NET 庫輕鬆創建 HTML。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/zh-hant/net/make/html/
  8. Convert MHTML to PDF – Python code and Online C...

    Use powerful Python API to convert MHTML to PDF with full control over save options or convert MHTML online with a free MHTML Converter....{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...adjustments. Using the PdfSaveOptions class gives you full control...

    products.aspose.com/html/python-net/conversion/...
  9. Python HTML Parser – Python API for HTML files ...

    Python library to read, edit, navigate, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....of the PdfSaveOptions class options = PdfSaveOptions() # Convert...

    products.aspose.com/html/python-net/
  10. Convert XHTML to PDF – Java Code and Online Con...

    Sample Java code for XHTML to PDF conversion. Use this example code to convert XHTML to PDF within any Web or Desktop Java based application....convertHTML( document, new PdfSaveOptions(), "output.pdf" ); Steps...XHTML file. Create a new PdfSaveOptions object. Call the convertHTML()...

    products.aspose.com/html/java/conversion/xhtml-...