Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 9,661 for

pdfsaveoptions

(0.04 sec)
  1. 使用 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...
  2. 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
  3. Ինչպես փոխարկել CSV-ն PDF-ի, օգտագործելով C#

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

    kb.aspose.com/hy/cells/net/how-to-convert-csv-t...
  4. PdfDigitalSignatureDetails.timestampSettings pr...

    PdfDigitalSignatureDetails.timestampSettings property. Gets or sets the digital signature timestamp settings...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Create a digital...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to convert Word to PDF in Java

    This tutorial describes how to convert Word to PDF in Java. It provides the sequence of steps to perform this conversion along with a runnable Java code to convert DOCX to PDF....export to PDF Instantiate a PdfSaveOptions class object to create...object. Later an instance of PdfSaveOptions is created that is used...

    kb.aspose.com/words/java/how-to-convert-word-to...
  6. Differenza tra documento convertito - Free Supp...

    Ciao, ho una differenza durante la conversione di un docx in PDF utilizzando la libreria Aspose.Words Java rispetto ad una conversione eseguita con altri convertitori; sembra che il carattere abbia una spaziatura differ…... Utilizza PdfSaveOptions : Puoi specificare opzioni...docx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/differenza-tra-documento-con...
  7. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for Node.js via C++. Ensure bookmarks remain intact regardless of page changes.... list ); // Create PdfSaveOptions and assign Bookmark to...opts = new AsposeCells . PdfSaveOptions (); opts . setBookmark...

    docs.aspose.com/cells/nodejs-cpp/add-pdf-bookma...
  8. During Email to PDF export, part of the inline ...

    I am using Aspose Total 24.4.1 Our code for Email2PDF is public static void email2pdf(final String emailFilename, final String targetPDFname, final Properties properties) throws Exception { final MailMessa…...(isPdfA) { final PdfSaveOptions opts = new PdfSaveOptions(); opts.s...

    forum.aspose.com/t/during-email-to-pdf-export-p...
  9. DownsampleOptions class | Aspose.Words for Python

    aspose.words.saving.DownsampleOptions class. Allows to specify downsample options...docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # By default, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PdfSaveOptions.preblendImages property | Aspose...

    Pdfsaveoptions.preblendImages property. Gets or sets a value determining whether or not to preblend transparent images with black background color....preblendImages property PdfSaveOptions.preblendImages property...Words.Saving class PdfSaveOptions PdfSaveOptions.pageMode property...

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