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

pdfsaveoptions

(0.07 sec)
  1. Markdown Converter – Convert Markdown in Python

    Learn how to convert Markdown to other formats using Aspose.HTML Python library and consider Markdown conversion scenarios....{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...

    docs.aspose.com/html/python-net/markdown-conver...
  2. Java API to Render PS to XLSB | products.aspose...

    Export PS to XLSB via Java API without using Microsoft Excel or Adobe Reader...This is done by using the PdfSaveOptions class, which provides a...

    products.aspose.com/total/java/conversion/ps-to...
  3. Aspose.Cells 8.3.2中的公共API更改|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....setNumberGroupSepara ( ' ' ); 添加了 PdfSaveOptions.setFontSubstitutionC 属性...Cells for Java 8.3.2已经为PdfSaveOptions.setFontSubstitutionC属性...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Rendering Task Usage View

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks for Java....SaveOptions options = new PdfSaveOptions(); 8 options. setTimescale...

    docs.aspose.com/tasks/java/rendering-task-usage...
  5. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use Pdfsaveoptions to change the result of saving a document to PDF format....specified by use of the PdfSaveOptions class, containing the properties...Some examples of using PdfSaveOptions are provided below. Currently...

    docs.aspose.com/words/python-net/specify-render...
  6. Configuring Fonts for Rendering Spreadsheets|Do...

    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....the font specified under PdfSaveOptions.default_font or ImageOrPrintOptions...the font defined under PdfSaveOptions.default_font or ImageOrPrintOptions...

    docs.aspose.com/cells/python-net/configuring-fo...
  7. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  8. Aspose.Cells 8.3.2中的公共API更改|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....NumberGroupSeparator = ' ' ; 添加了PdfSaveOptions.IsFontSubstitutionCh属性...Aspose.Cells for .NET 8.3.2已为PdfSaveOptions.IsFontSubstitutionCh属性...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Merge XPS to PDF | C++ API Solution

    C++ API Solution to merge XPS files in a few lines of code. Save the combined result as PDF files. C++ code example of merging functionality....output file by means of the PdfSaveOptions Class. Using the PdfDevice...

    products.aspose.com/page/cpp/merge-xps-files/
  10. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Pdf) { var options = new PdfSaveOptions { EmbedFullFonts = true...

    forum.aspose.com/t/prevent-table-header-rows-fr...