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

saveoptions

(0.11 sec)
  1. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.PageMode...PdfPageMode.UseOutlines; saveOptions.OutlineOptions.HeadingsOutlineLevel...

    forum.aspose.com/t/word/316558
  2. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format in Java....docx"); // Configure a SaveOptions object to export fonts to..."Rendering.docx"); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用 C# 製作 DOCX

    通過幾個步驟在 C# 中創建一個新的 DOCX。使用 .NET 庫輕鬆創建 DOCX。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/docx/
  4. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.md", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/md/
  5. Rendering Gantt Charts | Aspose.Tasks Documenta...

    Learn how to render Gantt charts from your project files using Aspose.Tasks for .NET....During Rendering If the SaveOptions.RollUpGanttBars property...on the Gantt chart.) If SaveOptions.RollUpGanttBars = false,...

    docs.aspose.com/tasks/net/rendering-gantt-chart/
  6. 使用 Java 製作 DOC

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

    products.aspose.com/words/zh-hant/java/make/doc/
  7. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( outputFile , saveOptions ); } PSDNET-2033. Fix the...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  8. Aspose.Pdf Warning callback - Free Support Foru...

    Hi, I’m using Aspose.Pdf.Drawing version 24.9. I have a c# method to convert images into a pdf. I have added warning callback for other libraries. but when I try to add warning callback with Aspose.Pdf, I’m facing error…...Looks like LoadOptions / SaveOptions are also not supported. Can...

    forum.aspose.com/t/aspose-pdf-warning-callback/...
  9. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....approach and conversion using SaveOption. This section will show you...works. Convert PDF using SaveOptions class This part of article...

    docs.aspose.com/pdf/cpp/convert-pdf-to-images-f...
  10. CompatibilityOptions class | Aspose.Words for N...

    Aspose.Words.Settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)..."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

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