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

pdfsaveoptions

(0.15 sec)
  1. Customize Globalization Settings for Pivot Tabl...

    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.... PdfSaveOptions (); options . setOnePagePerSheet...

    docs.aspose.com/cells/nodejs-cpp/customize-glob...
  2. 设置方向并控制隐藏 Visio 保存页面的导出|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....ions、HTMLSaveOptions 和 PdfSaveOptions 类中的 ExportHiddenPage 属性。...

    docs.aspose.com/diagram/zh/java/set-orientation...
  3. Convert DRC to PDF via Python | products.aspose...

    Sample code for DRC to PDF Python conversion. Use API example code for batch DRC files to PDF conversion within VB.NET, Asp.NET or any .NET based application....file extension & object of PdfSaveOptions Check resultant PDF file...

    products.aspose.com/3d/python-net/conversion/dr...
  4. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...ConversionIssueCallB() }); var opt = new PdfSaveOptions() { SaveFormat = SaveFormat...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  5. Convert EPUB to PDF – Python code and Online Co...

    Convert EPUB to PDF using Python code within any Python application, and try our free online EPUB to PDF Converter!...{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...in the EPUB file stream, PdfSaveOptions , and the desired output...

    products.aspose.com/html/python-net/conversion/...
  6. 用C++自定义数据透视表的全球化设置|Documentation

    学习如何使用Aspose.Cells for C++自定义数据透视表的全球化设置。...SetRefreshDataFlag ( false ); PdfSaveOptions options ; options . SetOnePagePerSheet...

    docs.aspose.com/cells/zh/cpp/customize-globaliz...
  7. Convert HTML to PDF – Python code and Online Co...

    Python library for converting HTML to PDF. Convert HTML to PDF online or with Python to quickly, clearly, and securely save web pages as PDFs....{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...adjustments. Using the PdfSaveOptions class gives you full control...

    products.aspose.com/html/python-net/conversion/...
  8. 处理存储在 SharePoint Online 中的文档|.NET 格式的 Aspose.Words

    使用 C# 将 SharePoint 中共享的 Word 转换为 PDF。处理存储在 SharePoint 中的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...(); var saveOptions = new PdfSaveOptions (); doc . Save ( outputStream...有关页面布局的更多信息,请参阅 转换为固定页面格式 文章 有关使用 PdfSaveOptions 类的更多信息,请参阅 转换为 PDF 时指定渲染选项...

    docs.aspose.com/words/zh/net/work-with-document...
  9. How to Convert HTML Page to PDF in C#

    This article guides on how to convert HTML page to PDF in C#. It contains information to set the environment, a detailed step-wise process and a runnable sample code to convert HTML page to PDF using C#....Similarly, you may use the PdfSaveOptions class object while saving...

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  10. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, Pdfsaveoptions); But I am getting null reference exception error on this line of code. H…...Save(pdfDocStream, pdfSaveOptions); But I am getting null...

    forum.aspose.com/t/getting-error-while-converti...