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

pdfsaveoptions

(0.06 sec)
  1. Secure PDF Documents with JavaScript via C++|Do...

    Learn how to secure PDF documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for JavaScript via C++....Workbook , SaveFormat , PdfSaveOptions , PdfSecurityOptions ,...const saveOption = new PdfSaveOptions (); saveOption . securityOptions...

    docs.aspose.com/cells/javascript-cpp/secure-pdf...
  2. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....sample file , then set the PdfSaveOptions.OnePagePerSheet property...property of the PdfSaveOptions object. Here is an example in C#: The...

    docs.aspose.com/cells/net/how-to-print-excel-as...
  3. Aspose.Diagram字体操作|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作字体。...在呈现期间通知字体替换: 创建一个类来实现 警告回调 将其传递给 PdfSaveOptions.WarningCallback 属性。 在保存图形的实例...// initialize PdfSaveOptions object PdfSaveOptions saveOp = new...

    docs.aspose.com/diagram/zh/net/aspose-diagram-f...
  4. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others.... A: Use PdfSaveOptions and set the appropriate...docx" ); PdfSaveOptions options = new PdfSaveOptions (); options...

    docs.aspose.com/words/net/convert-a-document/
  5. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....2" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // The...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++.... PdfSaveOptions options ; options . SetWatermark...watermark for rendering to PDF PdfSaveOptions options ; options . SetWatermark...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  7. PS to PDF Conversion API for | Java

    Sample Java conversion code for PS format to PDF file. Use this example code to convert PS to PDF within any Web or Desktop Java based application....an instance of PDFSaveOptions PDFSaveOptions options = new PDFSaveOptions();...

    products.aspose.com/page/java/conversion/ps-to-...
  8. Set Orientation and Control the Export of Hidde...

    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....ImageSaveOptions, HTMLSaveOptions and PdfSaveOptions classes. Set the Export...options PdfSaveOptions options = new PdfSaveOptions (); // set...

    docs.aspose.com/diagram/java/set-orientation-an...
  9. Convert RVM to PDF via Python | products.aspose...

    Sample code for RVM to PDF Python conversion. Use API example code for batch RVM 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/rv...
  10. Fail to calculate CELL("filename") - Free Suppo...

    Upon calling calculateFormula on a workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell. Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB) Excel file to repro: image.png (20.7 KB)...options PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/fail-to-calculate-cell-filen...