Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 33,584 for

saveoptions

(0.11 sec)
  1. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....pages to HTML by using the SaveOptions as shown in the following...pageNumber) 80 { 81 auto saveOptions = [&] { auto tmp_0 = System::MakeObject...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  2. Pivot Data Mismatch Between Excel Workbook and ...

    We are facing a serious data mismatch issue when converting an Excel workbook (containing a PivotTable) to HTML using Aspose.Cells for Node.js. The Excel workbook is generated programmatically using Aspose. The PivotTab…...setVisible(false); } } const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/pivot-data-mismatch-between-...
  3. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOpt...STANDARD); saveOptions.setCheckFontCompatib(true); saveOptions.setC...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  4. Ustvari PDF Z Uporabo Java

    Ustvarite novo PDF v Java v nekaj korakih. Preprosto ustvarite PDF s knjižnico Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/pdf/
  5. Gawe PDF Nganggo C++

    Gawe PDF anyar ing C++ ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan C++....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/jv/cpp/make/pdf/
  6. Buat PDF Menggunakan C++

    Buat PDF baharu dalam C++ dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka C++....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ms/cpp/make/pdf/
  7. Cropped images do not render properly in HTML w...

    Hi, When converting DOCX to HTML, we set ScaleImageToShapeSize is set to false. This is to work around a sizing issue reported in https://forum.aspose.com/t/images-in-rendered-html-have-extra-size-and-caused-blurry-outp…...docx"); var saveOptions = new HtmlSaveOptions { ...doc.Save(@".\test.html", saveOptions); As mentioned above, we...

    forum.aspose.com/t/cropped-images-do-not-render...
  8. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.CompressOutputToZipA...MemoryStream(); doc.Save(memStream, saveOptions); } catch { } } Page page...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  9. Fill.TextureAlignment | Aspose.Words for .NET

    Set the TextureAlignment property to optimize tile texture fill. Easily customize alignment for enhanced visual appeal and design precision.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Document.attached_template property | Aspose.Wo...

    Document.attached_template property. Gets or sets the full path of the template attached to the document.... # Use a SaveOptions object to automatically set...options = aw . saving . SaveOptions . create_save_options ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...