Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 13,737 for

pdfsaveoptions

(0.06 sec)
  1. 合并 XPS 文件 | .NET API 解决方案

    Aspose.Page API 解决方案的 .NET 合并 XPS 功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...创建一个 PdfSaveOptions 实例并配置转换选项,例如: Copy 1 var pdfSaveOptions = new...new PdfSaveOptions(); 2 pdfSaveOptions. TextCompression = PdfTextCompression...

    docs.aspose.com/page/zh/net/merge/xps/
  2. Aspose.words 转pdf 出现多出一页现象 - Free Support Forum...

    这份word 文档中出现第五页存在多个换行符(导致间距过大),而由于客户性质导致不好编辑word。用wps 等转出来的pdf 不存在这个问题。该如何解决这个问题呢? SDtext2025.docx (62.6 KB)...Words的选项 :在转换时,可以使用 PdfSaveOptions 类来控制输出格式和布局设置。 Code 以下是一个示例代码,展示如何设置...以下是一个示例代码,展示如何设置 PdfSaveOptions 并进行转换: Document doc = new Docu...

    forum.aspose.com/t/aspose-words-pdf/315275
  3. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Set the "TextCompression"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PdfTextCompression enumeration | Aspose.Words f...

    aspose.words.saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images....' ) i += 1 # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "TextCompression"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.IsHeading | Aspose.Words for .NET

    Discover how the IsHeading property enhances your document formatting by identifying built-in Heading styles for better organization and clarity....2" ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words/par...
  6. FixedPageSaveOptions.MetafileRenderingOptions |...

    Discover FixedPageSaveOptions' MetafileRenderingOptions property to customize and enhance your metafile rendering for optimal results....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....vsdx" ); // Initialize PdfSaveOptions Aspose . Diagram . Saving...Saving . PdfSaveOptions options = new Aspose . Diagram . Saving...

    docs.aspose.com/diagram/net/convert-visio-to-pdf/
  8. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Enable encryption...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....option PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetOnePagePerSheet...workbook . Save ( outputFile , pdfSaveOptions ); std :: cout << "PDF...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  10. How to change table direction LTR to RTL - Free...

    I am trying to create a report in arabic and english for shane content report has a table , in case of arabic report table is printing properly RTL if i save word file to PDF but it is not working in case of Savind word …...file PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); wordDoc...wordDoc.save(os, pdfSaveOptions); //report.setBase64(Base64.getEncoder()...

    forum.aspose.com/t/how-to-change-table-directio...