Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 12,086 for

pdfsaveoptions

(0.12 sec)
  1. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...inputFilePath ); PdfSaveOptions pdfSaveOptions ; TestPageSavingCallba...TestPageSavingCallba callback ; pdfSaveOptions . SetPageSavingCallbac ( &...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  2. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...conversion, you can use PdfSaveOptions to adjust the page size...Workbook, ImageSaveOptions, PdfSaveOptions, HtmlSaveOptions # Load...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  3. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. 将文件保存到响应对象中(Python.NET)|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel文件直接保存到HTTP响应流中。...cells import Workbook , PdfSaveOptions # For complete examples...Pdf format save_options = PdfSaveOptions () workbook . save ( Response...

    docs.aspose.com/cells/zh/python-net/saving-file...
  5. PdfZoomBehavior enumeration | Aspose.Words for ...

    Aspose.Words.Saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); options . zoomBehavior...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OutlineOptions.defaultBookmarksOutlineLevel pro...

    OutlineOptions.defaultBookmarksOutlineLevel property. Specifies the default level in the document outline at which to display Word bookmarks....docx" ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Set the "PageMode"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfFontEmbeddingMode enumeration | Aspose.Words...

    aspose.words.saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts....' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "EmbedFullFonts"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NumeralFormat enumeration | Aspose.Words for Py...

    aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats....50, 100' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "numeral_format"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Convert PS to PDF in Java

    This article guides on how to convert PS to PDF in Java. It has all the IDE settings, the list of programming tasks, and a runnable sample code to transform PostScript to PDF in Java....PS file stream Create a PdfSaveOptions object using the desired...the PDF file using the PdfSaveOptions class object customized...

    kb.aspose.com/page/java/how-to-convert-ps-to-pd...