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

pdfsaveoptions

(0.05 sec)
  1. 使用C++在将Excel转换为PDF时忽略错误|Documentation

    了解如何在将Excel转换为PDF时使用Aspose.Cells for C++忽略错误。...您可以在转换过程中使用 PdfSaveOptions.PaginatedSaveOptions(P...转换为PDF 的17.11中会抛出错误,但由于我们使用了 PdfSaveOptions.PaginatedSaveOptions(P...

    docs.aspose.com/cells/zh/cpp/ignore-errors-whil...
  2. 避免在输出PDF中生成空白页,使用Node.js via C++|Documentation

    学习如何在没有内容输出时避免输出PDF中的空白页,使用Aspose.Cells for Node.js via C++。...Cells提供了 PdfSaveOptions.getOutputBlankPageWh()...以下示例代码创建一个空工作簿,然后将其保存为PDF,并将 PdfSaveOptions.getOutputBlankPageWh()...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-blank...
  3. PowerPoint (PPT/PPTX) and Excel (XLS/XLSX) not ...

    Hi Aspose Team, We are facing an issue with file conversion on Amazon Linux 2 (EC2). Our PPT/PPTX → PDF and XLS/XLSX → PDF conversions are not working. No exceptions are thrown, but the PDF output is either not create…...Pdf; // PdfSaveOptions lives here public static...Workbook(xlsPath)) { var pdfSaveOpts = new PdfSaveOptions { // Example:...

    forum.aspose.com/t/powerpoint-ppt-pptx-and-exce...
  4. 透過 Java 查看 ONETOC2 檔案格式

    用於在 Java 平台上載入、渲染和顯示 ONETOC2 文件的 Java 原始碼...// Initialize PdfSaveOptions object PdfSaveOptions opts = new PdfSaveOptions();...PdfSaveOptions(); // Set page index opts.setPageIndex( 2 ); //...

    products.aspose.com/note/zh-hant/java/viewer/on...
  5. Merge XPS Files in C#

    This guide explains how to merge XPS in C#. It includes the program workflow along with the sample code to combine XPS files in C#....custom options with the PdfSaveOptions class instance Declare...

    kb.aspose.com/page/net/merge-xps-files-in-csharp/
  6. Merge XPS Files in Java

    This basic tutorial explains how to merge XPS in Java. It contains the step-by-step flow, in addition to a sample code to combine XPS files in Java....Initialize an instance of PdfSaveOptions class Create a PdfDevice...

    kb.aspose.com/page/java/merge-xps-files-in-java/
  7. Փոխարկել EPUB-ը PDF-ի Python-ում

    Այս ձեռնարկը քննարկում է, թե ինչպես փոխարկել EPUB-ը PDF-ի Python-ում: Այն ներառում է ալգորիթմ և աշխատանքային կոդի հատված՝ EPUB ֆայլը Python-ում PDF արտահանելու համար:...ընտրանքները՝ օգտագործելով PdfSaveOptions դասը Նախաձեռնեք պահպանման...

    kb.aspose.com/hy/html/python/convert-epub-to-pd...
  8. Փոխակերպեք PS-ը PDF-ի Python-ում

    Այս արագ ուղեցույցը բացատրում է, թե ինչպես փոխարկել PS-ը PDF-ի Python-ում: Այն ընդգրկում է համակարգի կոնֆիգուրացիան, քայլ առ քայլ ալգորիթմը և Python-ում PS-ի PDF փոխակերպման գործարկվող կոդ:...PsDocument դասի հետ Ստեղծեք PdfSaveOptions դասի օբյեկտ Արտադրեք ելքային...

    kb.aspose.com/hy/page/python/convert-postscript...
  9. Create PdfBookmarkEntry for Chart Sheet with No...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for Node.js via C++.... PdfSaveOptions (); opts . setBookmark...

    docs.aspose.com/cells/nodejs-cpp/create-pdfbook...
  10. Converting Email to PDF consumes huge memory - ...

    Hello, We have an EML file and we want to convert it to PDF. In our usecase we need to consume less than 256MB of RAM and we are passing files up to 25MB of size. The code we use to convert them is something like: pu…...ByteArrayOutputStrea(); PdfSaveOptions saveOptions2 = new PdfSaveOptions(); saveOptions2...

    forum.aspose.com/t/converting-email-to-pdf-cons...