Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 9,655 for

pdfsaveoptions

(0.06 sec)
  1. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...issue, you can utilize the PdfSaveOptions class to optimize the PDF...file.xlsx"); // Create PdfSaveOptions and set the optimization...

    forum.aspose.com/t/gigantic-file-size-when-savi...
  2. Urobiť Markdown Pomocou C++

    Vytvorte nový Markdown v C++ v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice C++....saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/sk/cpp/make/md/
  3. Vytvorte Dokument V Jazyku C++

    Vytvorte súbor pomocou knižnice C++. Jednoducho vytvorte nový dokument v C++ v niekoľkých krokoch....saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/sk/cpp/make/
  4. Կատարեք HTML՝ Օգտագործելով C++

    Ստեղծեք նոր HTML C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով C++ գրադարանը:...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/hy/cpp/make/html/
  5. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....Cells provides the PdfSaveOptions.getOutputBlankPageWh()...as PDF after setting the PdfSaveOptions.getOutputBlankPageWh()...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  6. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...2' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # The output PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Buat HTML Menggunakan C#

    Buat HTML baharu dalam C# dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/ms/net/make/html/
  8. BookmarksOutlineLevelCollection.count property ...

    BookmarksOutlineLevelCollection.count property. Gets the number of elements contained in the collection.... PdfSaveOptions () outline_levels = pdf_save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert MPP to PDF in Python

    This tutorial elaborates on the process of rendering MPP to PDF in Python. It covers the IDE configuration information, stepwise algorithm, and a working code snippet to convert MPP file to PDF in Python....it further by creating a PdfSaveOptions class object to set the...

    kb.aspose.com/tasks/python/convert-mpp-to-pdf-i...
  10. Convert EPS to PDF in Python

    This tutorial covers how to convert EPS to PDF in Python. It explains about environment configuration, algorithm, and a code snippet to change EPS to PDF in Python....Create an object of the PdfSaveOptions class Render the output...

    kb.aspose.com/page/python/convert-eps-to-pdf-in...