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

pdfsaveoptions

(0.54 sec)
  1. Convert ASE to PDF via Python | products.aspose...

    Sample code for ASE to PDF Python conversion. Use API example code for batch ASE 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/as...
  2. PDF変換時のファイルサイズについて - Free Support Forum - aspos...

    WORDファイルをPDFファイルに変換する際に、Aspose.words.Document の save関数を使用しています。 PDFファイルに変換時、ファイルサイズが増加しているように見受けられるのですが、ファイルサイズが増加する要因をご教授いただきたいです。 また、変換後のPDFファイルのファイルサイズを可能な限り小さくするための方法(実装方法など)も合わせてご教授いただきたいです。 お手数をおかけしますが、よろしくお願いいた…...docx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/pdf/318942
  3. Visio to PDF Discrepancies. Page size, margins,...

    Aspose.Diagram Support Request - Visio to PDF Conversion Issues Overview …... Is there a PdfSaveOptions setting or API we’re missing...conversion? Is there a PdfSaveOptions setting to honor the print...

    forum.aspose.com/t/visio-to-pdf-discrepancies-p...
  4. 【Aspose.Cells for .NET】CalculateFormulaをTRUE設定時...

    ■利用製品 Aspose.cell for .NET(v25.8) ■事象 Excel ファイルをPDFに変換する際、 CalculateFormula を TRUE に設定すると、一部のセルの値が変換元ファイルと一致しない。 一方、CalculateFormula を FALSE に設定した場合は、問題なく変換できる。 詳細は以下の添付ファイルをご参照ください。 20250908_48137.zip (1.6 MB) …...変換オプションを作成し、再計算をオフにする PdfSaveOptions pdfOptions = new PdfSaveOptions { // ここで再計算を無効にする...→ Excel と同じタイミングで結果を取得。 PdfSaveOptions.CalculateFormula = false...

    forum.aspose.com/t/aspose-cells-for-net-calcula...
  5. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...getOutputFileName()); PdfSaveOptions saveOptions = new PdfSaveOptions(); // for...

    forum.aspose.com/t/defect-data-validations-in-t...
  6. Გააკეთეთ PDF C# Ის Გამოყენებით

    შექმენით ახალი PDF C# ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF .NET ბიბლიოთეკის გამოყენებით....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/ka/net/make/pdf/
  7. Կատարեք PDF՝ Օգտագործելով C#

    Ստեղծեք նոր PDF C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք PDF՝ օգտագործելով .NET գրադարանը:...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...

    products.aspose.com/words/hy/net/make/pdf/
  8. Add Watermark To PDF with Node.js via C++|Docum...

    Learn how to add text and image watermarks to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++.... PdfSaveOptions (); options . setWatermark...options = new AsposeCells . PdfSaveOptions (); options . setWatermark...

    docs.aspose.com/cells/nodejs-cpp/add-watermark-...
  9. Mht to pdf - exception is thrown - Operation is...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Operation is not valid due to the current state of the object.” input file 109.zip (18.0 KB)...PdfSaveOptions; public class MHTMLToPDFExample...mht")) { PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  10. 将 SVG 转换为 PDF – C# 示例

    您将学习如何以编程方式或在线将 SVG 转换为 PDF,并考虑使用 Aspose.SVG 将 SVG 转换为 PDF 的 C# 示例。...'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...instance of the PdfSaveOptions class 7 PdfSaveOptions saveOptions...

    docs.aspose.com/svg/zh/net/convert-svg-to-pdf/