Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 31,268 for

saveoptions

(0.1 sec)
  1. Aspose.PSD for Python via .NET 24.5 - 发行说明|Docu...

    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....psdImage : saveOptions = PdfOptions () saveOptions . pdf_core_options...psdImage . save ( outputFile , saveOptions ) PSDPYTHON-64. 修复GetFon...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  2. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET....PageSize enumeration in SaveOptions . You can choose from a variety...PresentationFormat property in SaveOptions . Setting Page Size and Rendering...

    docs.aspose.com/tasks/net/rendering-project-dat...
  3. Aspose.PSD for Python via .NET 24.5 - Release N...

    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....psdImage : saveOptions = PdfOptions () saveOptions . pdf_core_options...psdImage . save ( outputFile , saveOptions ) PSDPYTHON-64. Fix the issue...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  4. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.md", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/md/
  5. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...PREVIOUS); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  6. com.aspose.pdf.internal.ms.System.lv: startInde...

    I’m having trouble extracting a PDF, I use Aspose version 23.11, here is the document and code used MMC 7-2025 - Indicação políticas públicas Repp 2026 (Relatório de Fiscalização em Políticas Públicas e Programas de Gov…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...save(convertedFileName, saveOptions); ByteArrayOutputStrea baos...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  7. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/word-...
  8. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/html-...
  9. SaveOptions.dml_effects_rendering_mode property...

    Saveoptions.dml_effects_rendering_mode property. Gets or sets a value determining how DrawingML effects are rendered....dml_effects_rendering_mode property SaveOptions.dml_effects_rendering_mode...words.saving class SaveOptions SaveOptions.dml_3d_effects_rendering_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PDF To PNG C#

    Convert PDF to PNG format in C# code. Save PDF as PNG using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...