Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 12,086 for

pdfsaveoptions

(0.16 sec)
  1. Convert Excel file to PDF format compatible wit...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/net/convert-excel-file-to...
  2. PdfPageMode enumeration | Aspose.Words for Python

    aspose.words.saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF reader....docx' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Set the "PageMode"...

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

    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 = new aw . Saving . PdfSaveOptions (); // Set the "NumeralFormat"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below Pdfsaveoptions saveOptions = new Pdfsaveoptions(); saveOptions.setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePagePerSheet(true); fo…...below PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  5. 使用Python.NET计算Excel 2016的MINIFS和MAXIFS函数|Docume...

    了解如何使用Aspose.Cells for Python via .NET API计算Excel 2016的MINIFS和MAXIFS函数,并附有示例代码。...cells import Workbook , PdfSaveOptions # For complete examples...in pdf format options = PdfSaveOptions () options . one_page_per_sheet...

    docs.aspose.com/cells/zh/python-net/calculation...
  6. Convert Project Data to PDF | Aspose.Tasks Docu...

    A step-by-step guide to converting Microsoft Project files to PDF using Aspose.Tasks for C++....= System::MakeObject < PdfSaveOptions > (); 3 4 // Set option...= System::MakeObject < PdfSaveOptions > (); 2 3 // Set the LegendOnEachPage...

    docs.aspose.com/tasks/cpp/convert-project-to-pd...
  7. Pdf|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in output Documents by PdfSaveOptions.Producer property. Direct...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  8. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  9. Merge EPS files to PDF using Java

    Merger EPS functionality of Aspose.Page API solution for Java allows you to combine several EPS files into a single PDF document.... 16 PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...mandatory to set it in PdfSaveOptions 20 // But if you need to...

    docs.aspose.com/page/java/merge/eps/
  10. Pdf|Documentation

    Learn how to converT Excel to PDF with Aspose.Cells for Python via .NET API....in output Documents by PdfSaveOptions.producer property. Direct...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/python-net/convert-excel-...