Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 13,737 for

pdfsaveoptions

(2.63 sec)
  1. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...可以尝试每次设置一个工作表索引为 PdfSaveOptions.GetSheetSet() 选项进行渲染到 PDF。...// Define PdfSaveOptions PdfSaveOptions pdfSaveOptions ; // Take...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  2. Ինչպես փոխարկել CSV-ն PDF-ի Python-ում

    Այս հակիրճ, թե ինչպես կարելի է ձեռնարկը մանրամասներ է տալիս այն մասին, թե ինչպես փոխարկել CSV-ն PDF-ի Python-ում: CSV-ը PDF-ի փոխելու համար Python-ի վրա հիմնված հավելվածը կարող է մշակվել կամ macO-ներում, Windows-ում կամ Linux-ի վրա հիմնված միջավայրերում, որոնք կազմաձևված են Python-ով և JDK-ով:...բեռնելու համար Օգտագործեք PdfSaveOptions դասի օրինակ՝ ցանկալի PDF-ի...TxtLoadOptions-ով: Հետագա քայլերում PdfSaveOptions օրինակը կստեղծվի PDF արտահանման...

    kb.aspose.com/hy/cells/python/how-to-convert-cs...
  3. Ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node...

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

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xl...
  4. DownsampleOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.DownsampleOptions class to easily customize image downsampling for optimized document quality and performance....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 在 Java 中将 EPUB 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 在 Java 中将 EPUB 转换为 PDF。在Java代码示例中考虑各种EPUB到PDF的转换方案。...convertEPUB (fileInputStream, new PdfSaveOptions(), "convert-by-two-lines...EPUB 文件的内容。 创建 的实例。使用空的 PdfSaveOptions() 构造函数转换默认保存选项。 使用 类的 convertEPUB(stream...

    docs.aspose.com/html/zh/java/convert-epub-to-pdf/
  6. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Enable encryption...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file....'My value' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "custom_properties_export"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....PAGE_BREAK); } // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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/zh/net/convert-visio-to...