Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 13,737 for

pdfsaveoptions

(0.7 sec)
  1. How to Export MS Project to PDF in C#

    This article describes the process how to export MS Project to PDF in C#. It contains the configuration information and runnable sample code with description to convert MPP to PDF in C#....object Declare an object of PdfSaveOptions class Set desired properties...steps also discuss the PdfSaveOptions class object that contains...

    kb.aspose.com/tasks/net/how-to-export-ms-projec...
  2. 如何在 Python 中将 HTML 转换为 PDF

    这个简单的操作教程重点介绍如何在 Python 中将 HTML 转换为 PDF,以及最终配置环境的步骤。为了从 HTML 生成 PDF,基于 Python 的 API 提供了简单的 API 接口。...文件加载到 Document 类对象中 实例化 PdfSaveOptions 对象并设置输出 PDF 选项 使用 Document...Document 类对象加载源 HTML 文件。 PdfSaveOptions 将用于自定义 PDF,最后将其保存在磁盘上。...

    kb.aspose.com/zh/words/python/how-to-convert-ht...
  3. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  4. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  5. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use Pdfsaveoptions to change the result of saving a document to PDF format....demonstrates how to use the PdfSaveOptions class in Aspose.Words for...specified by use of the PdfSaveOptions class, containing the properties...

    docs.aspose.com/words/python-net/specify-render...
  6. IWarningCallback class | Aspose.Words for Node.js

    Aspose.Words.IWarningCallback class. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported....2' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # The output PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OutlineOptions.create_outlines_for_headings_in_...

    OutlineOptions.create_outlines_for_headings_in_tables property. Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables....end_table () # Create a "PdfSaveOptions" object that we can pass...pdf_save_options = aw . saving . PdfSaveOptions () # The output PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Creating MS word document using FolderFontSourc...

    Hi I want to create a word document using only the font(s) in a folder. I copied all the Arial fonts to a folder and tried to create a word document using FolderFontSource. I see that the document that got created has t…..."); } } PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...EMBED_ALL); pdfSaveOptions.setEmbedFullFonts(true); pdfSaveOptions.se...

    forum.aspose.com/t/creating-ms-word-document-us...
  10. NumeralFormat | Aspose.Words for Java

    Indicates the symbol set that is used to represent numbers while rendering to fixed page formats in Java....50, 100"); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Set...

    reference.aspose.com/words/java/com.aspose.word...