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

pdfsaveoptions

(0.2 sec)
  1. 使用 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-...
  2. 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...
  3. 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...
  4. 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...
  5. Ինչպես փոխարկել XLSX-ը PDF-ի, ունենալով սահմանա...

    Այս թեման ենթադրում է, թե ինչպես փոխարկել XLSX-ը PDF-ի, ունենալով սահմանափակ թույլտվություններ Python-ի միջոցով: Դուք կսովորեք արտահանել Excel-ը դեպի սահմանափակ թույլտվություններ PDF Python-ի միջոցով՝ մանրամասն քայլերի և Python-ի աշխատանքային կոդի օգնությամբ:...Workbook դասի օրինակը Ստեղծեք PdfSaveOptions դասի օբյեկտի օրինակ՝ ելքային...Այնուհետև, օգտագործելով PdfSaveOptions-ի օրինակը, մուտք են գործում...

    kb.aspose.com/hy/cells/python/how-to-convert-xl...
  6. 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...
  7. Image transformation - Free Support Forum - asp...

    Hello, I have a document with text that has a drop shadow with WordArt. It used to convert normally, but since we upgraded to version 23.9, part of the text no longer converts as it did before. Before: After: B…...docx"); PdfSaveOptions opt = new PdfSaveOptions(); opt.Compliance...

    forum.aspose.com/t/image-transformation/315832
  8. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....inputFilePath ); // Instantiate PDFSaveOptions to manage security attributes...attributes PdfSaveOptions saveOption ; // Create and configure PDF...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  9. Question about behavior Mail to PDf Conversion ...

    Hello, if we converting EMails to PDF, the fields FROM and TO contains only the name in the PDF, not the Mail Address. Is it possible to hav the Mail Adress AND the name in the fields FROM, TO, CC, …? Here is our code…...Save(outputFile, new PdfSaveOptions()); } } } catch (Exception...wordDocument.Save(outputFile, new PdfSaveOptions()); } } Why it works –...

    forum.aspose.com/t/question-about-behavior-mail...
  10. 使用 Java 製作 HTML

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

    products.aspose.com/words/zh-hant/java/make/html/