Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 13,737 for

pdfsaveoptions

(0.14 sec)
  1. HTML to PDF too slow with version 25.7.0 and ab...

    Dear support team, We are using Aspose.pdf version 25.7.0 for html to pdf Below is the code that we are using for HTML to PDF where “using (Document pdfDocument = new Document(stream, htmloptions))” is taking too much …...HtmlToPdfConverter(); var pdfSaveOptions = new PdfSaveOptions(); // configure...converter.Convert(htmlStream, pdfSaveOptions, pdfStream); Measure the...

    forum.aspose.com/t/html-to-pdf-too-slow-with-ve...
  2. Ինչպես փոխարկել PostScript ֆայլը PDF-ի՝ օգտագոր...

    Այս հոդվածը նկարագրում է այն գործընթացը, թե ինչպես փոխարկել PostScript ֆայլը PDF-ի՝ օգտագործելով C#: Այն ունի IDE կազմաձևման մանրամասներ, ծրագրավորման քայլերի ցանկ և գործարկվող կոդ՝ PS-ը PDF-ի փոխարկելու համար՝ օգտագործելով C#:...մուտքային հոսքը Ստեղծեք PdfSaveOptions օբյեկտ՝ ճնշելու սխալների...այս հոսքում՝ օգտագործելով PdfSaveOptions օբյեկտի նշված հատկությունները:...

    kb.aspose.com/hy/page/net/how-to-convert-postsc...
  3. 使用 Python 将 SVG 转换为 PDF

    本教程详细介绍了如何在 Python 中将 SVG 转换为 PDF。它讨论了在 Python 中将 SVG 呈现为 PDF 的程序流程和可运行的代码片段。...PDF 格式 激活 SkiaSharp 功能 创建 PdfSaveOptions 类的对象 使用 SVGDocument 类实例加载源...PDF 的基本版本。它配置渲染引擎,然后启动 PdfSaveOptions 类的实例。您可以选择指定不同的参数,如水平和垂直分辨率、PDF...

    kb.aspose.com/zh/svg/python/convert-svg-to-pdf-...
  4. MetafileRenderingOptions class | Aspose.Words f...

    Aspose.Words.Saving.MetafileRenderingOptions class. Allows to specify additional metafile rendering options...VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Scalable, performant solution for Aspose.Words ...

    I’m using Aspose.Words for .NET inside a Linux Docker container to generate Word document and then convert them to PDF or HTML files based on use case. Issue is that the output fonts often don’t match the original templa…...PDF, PdfSaveOptions savePdfOptions = new PdfSaveOptions(); savePdfOptions...

    forum.aspose.com/t/scalable-performant-solution...
  6. CellsException : File format not supported - Fr...

    Dear sir, When converting a specific excel to a PDF we've encountered an error. (unfortunately, this exception isn't thrown by Aspose, so we couldn't catch it) com.aspose.cells.CellsException: This file's format is no…...xls"'); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/cellsexception-file-format-n...
  7. 使用 Java 製作 WORD

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

    products.aspose.com/words/zh-hant/java/make/word/
  8. SaveOptions.memoryOptimization property | Aspos...

    SaveOptions.memoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the document...docx" ); // Create a "PdfSaveOptions" object that we can pass...base . artifactsDir + "PdfSaveOptions.memoryOptimization.pdf"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Numbers ֆայլի փոխակերպում PDF-ի Java-ում

    Այս հոդվածը ներկայացնում է, թե ինչպես փոխակերպել Numbers ֆայլը PDF-ի Java-ում։ Այն ներառում է IDE-ի կարգավորման մանրամասներ, քայլերի ցանկ և օրինակ կոդ՝ Numbers ֆայլը PDF-ի փոխակերպելու համար Java-ում։...ջրանիշից խուսափելու համար PdfSaveOptions օբյեկտի ստեղծում՝ ելքային...Workbook օբյեկտի մեջ և ստեղծեք PdfSaveOptions դասի օբյեկտ։ Սահմանեք ֆիլտրացված...

    kb.aspose.com/hy/cells/java/convert-numbers-fil...
  10. How to Transform Markdown to PDF in C#

    In this brief tutorial you will learn how to transform Markdown to PDF in C#. The following easy steps can be used to convert Word to MD file in C# in any of the common operating system like Linux, macOS, or Windows....Create an object of the PdfSaveOptions class to customize the...the declaration of the PdfSaveOptions class object for the output...

    kb.aspose.com/words/net/how-to-transform-markdo...