Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 9,655 for

pdfsaveoptions

(0.06 sec)
  1. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....)); // Instantiate the PdfSaveOption const options = new AsposeCells...AsposeCells . PdfSaveOptions (); // Print only Page 3 and Page 4...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  2. Convert SVG to PDF – C# Examples

    You will learn how to convert SVG to PDF programmatically or online and consider C# examples of SVG to PDF conversions using Aspose.SVG....'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...Initialize an instance of the PdfSaveOptions class 12 var saveOptions...

    docs.aspose.com/svg/net/convert-svg-to-pdf/
  3. Convert MD to PDF – C# code and Online Converter

    Sample C# code for MD to PDF conversion. Save Markdown as PDF file using C# code. Try online MD to PDF Converter for free!...'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...pass the HTMLDocument, PdfSaveOptions, and output file path to...

    products.aspose.com/html/net/conversion/md-to-pdf/
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library....then you need to call the PdfSaveOptions.setOnePagePerSheet(boolean...n value) method of the PdfSaveOptions object. Here is an example...

    docs.aspose.com/cells/java/how-to-print-excel-a...
  5. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most of its content is not visible. I’m using this code: Diagram diag = new Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...options PdfSaveOptions options = new PdfSaveOptions { SaveForegroundPagesO...new Aspose.Diagram.Saving.PdfSaveOptions(); PDFso.EmfRenderSetting...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...
  6. Add Watermark To PDF with Node.js via C++|Docum...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++.... PdfSaveOptions (); options . setWatermark...options = new AsposeCells . PdfSaveOptions (); options . setWatermark...

    docs.aspose.com/cells/nodejs-cpp/add-watermark-...
  7. 使用 Node.js 和 C++ 将 Excel 保存为标准或最小尺寸的 PDF|Docume...

    学习如何使用 Aspose.Cells for Node.js via C++ 以标准或最小尺寸将 Excel 文件保存为 PDF。...但你也可以使用 PdfSaveOptions.getOptimizationType() ...保存为标准或最小尺寸的 PDF 以下示例代码展示了如何使用 PdfSaveOptions.getOptimizationType() 属性,将...

    docs.aspose.com/cells/zh/nodejs-cpp/save-excel-...
  8. Convert ASE to PDF via Python | products.aspose...

    Sample code for ASE to PDF Python conversion. Use API example code for batch ASE files to PDF conversion within VB.NET, Asp.NET or any .NET based application....class Create an instance of PdfSaveOptions Set PDF specific properties...file extension & object of PdfSaveOptions Check resultant PDF file...

    products.aspose.com/3d/python-net/conversion/as...
  9. Convert PNG to PDF via Python | products.aspose...

    Sample code for PNG to PDF Python conversion. Use API example code for batch PNG files to PDF conversion within VB.NET, Asp.NET or any .NET based application....class Create an instance of PdfSaveOptions Set PDF specific properties...file extension & object of PdfSaveOptions Check resultant PDF file...

    products.aspose.com/3d/python-net/conversion/pn...
  10. SaveOptions.createSaveOptions method | Aspose.W...

    Aspose.Words.Saving.SaveOptions.createSaveOptions method...docx" ); // Create a "PdfSaveOptions" object that we can pass...base . artifactsDir + "PdfSaveOptions.memoryOptimization.pdf"...

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