Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 12,086 for

pdfsaveoptions

(0.11 sec)
  1. Merge PostScript files to PDF using C++

    Merger PS functionality of Aspose.Page API solution for C++ allows you to combine a few PS files into a single PDF document....14 System::SharedPtr < PdfSaveOptions > options = System::MakeObject...System::MakeObject < PdfSaveOptions > (suppressErrors); 15 // If you want...

    docs.aspose.com/page/cpp/merge/ps/
  2. Worksheet to Image - Set Pixel Format for the R...

    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....DefaultFont property of PdfSaveOptions and ImageOrPrintOptions...

    docs.aspose.com/cells/python-net/worksheet-to-i...
  3. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....then you need to set the PdfSaveOptions.getOnePagePerSheet() property...property of the PdfSaveOptions object. Here is an example in Node...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  4. PDL Conversion API Solution | Python

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the Python library with the Aspose.Page PDL conversion functionality.... Use PdfSaveOptions to specify AdditionalFontsFolde...options. Let’s consider PdfSaveOptions. Using this class we can...

    products.aspose.com/page/python-net/conversion/
  5. Table width issue in the PDF documents - Free S...

    Hi Team, We are encountering a table width issue in the PDF documents generated by Aspose. We have a template that contains a table, where some columns are dynamically removed during Word document generation. However, w…...= new(); var pdfSaveOptions = new PdfSaveOptions(); var wordDocumentToSave...wordDocument.Save(pdfDocStream, pdfSaveOptions); } catch { pdfDocStream...

    forum.aspose.com/t/table-width-issue-in-the-pdf...
  6. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here.... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/cpp/convert-ps/
  7. Convert a Document to PDF in Java|Aspose.Words ...

    Convert a document in Word or any other supported format to PDF, which preserves the original appearance of a document during its rendering on various platforms using Java....be specified using the PdfSaveOptions class, containing properties...document to PDF 1.7 using PdfSaveOptions with compliance to PDF17:...

    docs.aspose.com/words/java/convert-a-document-t...
  8. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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.... Calculate (); Added PdfSaveOptions.OptimizationType Property...NET 8.7.0 has exposed the PdfSaveOptions.OptimizationType property...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/pdf/
  10. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # The output PDF document...

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