Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 12,086 for

pdfsaveoptions

(0.08 sec)
  1. Convert Excel file to PDF format compatible wit...

    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....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/java/convert-excel-file-t...
  2. MetafileRenderingOptions.useEmfEmbeddedToWmf pr...

    MetafileRenderingOptions.useEmfEmbeddedToWmf property. Gets or sets a value determining how WMF metafiles with embedded EMF metafiles should be rendered....docx" ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Set the "EmfPlusDualRendering"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Word转pdf后多出一行 - Free Support Forum - aspose.com

    使用aspose.word 25.6版本将word转为pdf时 word中按中文习惯控制首尾字符,标点在最后时会压缩在同一行,转为PDF后标点符号换行 效果如下图所示: word文件如下: 中文习惯转pdf多一行.docx (66.8 KB)...docx"); // Create PdfSaveOptions and enable additional text...positioning PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/word-pdf/315348
  4. 使用 Python 将 HTML 转换为 PDF

    本快速指南介绍如何使用 Python 将 HTML 转换为 PDF。您将学习使用 Python 将 HTML 转换为 PDF 的算法和代码。...HTMLDocument 类加载输入 HTML 文件 初始化 PdfSaveOptions 类的对象 使用 convert_html 方法将...HTML 库,然后继续加载输入文件。接下来,创建 PdfSaveOptions 类的实例并呈现输出文档以完成转换。 使用 Python...

    kb.aspose.com/zh/html/python/convert-html-to-pd...
  5. 使用 Python 将 LaTeX 转换为 PDF

    本简要指南介绍了如何在 Python 中将 TeX 转换为 PDF。它涵盖了环境配置设置、分步过程以及在 Python 中将 Latex 转换为 PDF 的工作示例代码。...TeXOptions 类实例启动转换选项 创建 PdfSaveOptions 类对象 将 LaTeX 转换为 PDF 文件...,创建 TeXOptions 类的实例并设置 PdfSaveOptions 类的不同属性。接下来,在 Python 中将...

    kb.aspose.com/zh/tex/python/convert-latex-to-pd...
  6. MetafileRenderingOptions.emulate_rendering_to_s...

    MetafileRenderingOptions.emulate_rendering_to_size_on_page property. Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page or the display of the metafile in its default size....docx' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Set the "EmulateRenderingToSi"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. MetafileRenderingOptions.emf_plus_dual_renderin...

    MetafileRenderingOptions.emf_plus_dual_rendering_mode property. Gets or sets a value determining how EMF+ Dual metafiles should be rendered....docx' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Set the "EmfPlusDualRendering"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfDigitalSignatureTimestampSettings.serverUrl ...

    PdfDigitalSignatureTimestampSettings.serverUrl property. Timestamp server URL...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Create a digital...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Ինչպես փոխարկել CSV-ն PDF-ի, օգտագործելով C#

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

    kb.aspose.com/hy/cells/net/how-to-convert-csv-t...
  10. Aspose.CellsでExcelファイルをPDF形式に変換した場合、異体字(IVSを利用し...

    Aspose.Cellsを使用して、システム内でExcelファイルをPDFファイルに変換しています。 Aspose.CellsでPDF変換を行った際、Excelファイル内に異体字(IVSを利用した文字)が存在する場合、文字化けが発生します。 変換元のExcelでは、IVS対応フォント(IPAmj明朝)が設定された異体字(IVSを利用した文字)が正しく表示されております。 文字化けを解消する方法はございますでしょうか。 以下に、P…...PdfSaveOptions pdfSaveOptions = new Aspose.Cells...Cells.PdfSaveOptions(); asposeWorkBook.Save(保存先のファイル名, pdfSaveOptions);...

    forum.aspose.com/t/aspose-cells-excel-pdf-ivs/3...