Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 13,737 for

pdfsaveoptions

(0.93 sec)
  1. Keep SDT controls inside cells editable after w...

    Ref WORDSNET-27357 this issue describes specifically a checkbox inside a table cell was not editable after word2pdf conversion. A fix was released in v24.10, but I’m requesting that this should work for other content con…...with these options: new PdfSaveOptions() { PreserveFormFields...

    forum.aspose.com/t/keep-sdt-controls-inside-cel...
  2. Text gets mirrored when saving XLSX to PDF - Fr...

    Hi, please see the attached XLSX file. On the first sheet you find 4 arrows with a letter inside. Those letters get mirrored when saving to pdf. See the screenshots. XLSX: grafik.png (67,2 KB) PDF: grafik.png (68,1 …...you passing any custom PdfSaveOptions when calling Workbook.Save...

    forum.aspose.com/t/text-gets-mirrored-when-savi...
  3. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…...example, you can set the PdfSaveOptions to preserve the layout...docx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/words-for-net-output-questio...
  4. 在使用DrawObjectEventHandler类在渲染为PDF时获取DrawObject和...

    学习如何在C++中使用DrawObjectEventHandler类捕获在将Excel文件渲染为PDF或图像时的DrawObject和边界。...DrawObjectEventHandl 类结合 PdfSaveOptions.PaginatedSaveOptions(P...,并将其保存为 输出PDF 。在渲染为PDF时,使用 PdfSaveOptions.PaginatedSaveOptions(P...

    docs.aspose.com/cells/zh/cpp/get-drawobject-and...
  5. 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...
  6. Build an XPS to PDF Converter in Java

    Build an XPS to PDF converter in Java programmatically. Aspose.Page for Java is an enterprise-level SDK to manipulate and convert EPS, PS, and XPS files....Create an object of the PdfSaveOptions class. Set the quality...

    blog.aspose.com/page/xps-to-pdf-converter-in-java/
  7. Draw Rectangle|Documentation

    This section explains how to draw rectangle in a visio page with Aspose.Diagram. Support using C# to draw rectangle and save as pdf, svg, html, image, xps and other formats....pdf" , new PdfSaveOptions ()); Draw Rectangle in...

    docs.aspose.com/diagram/net/drawing/draw-rectan...
  8. PDL Conversion API | C++ Solution

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the C++ library with the Aspose.Page PDL conversion functionality.... Create object of PdfSaveOptions Class to define additional...JpegQualityLevel using PdfSaveOptions . Finally convert XPS document...

    products.aspose.com/page/cpp/conversion/
  9. 在 C++ 中製作文檔

    使用 C++ 庫創建文件。只需幾個步驟即可在 C++ 中輕鬆創建新文檔。...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/zh-hant/cpp/make/
  10. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 DOC。使用 C++ 庫輕鬆創建 DOC。...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/zh-hant/cpp/make/doc/