Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 34,039 for

saveoptions

(0.12 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. SaveOptions.DmlEffectsRenderingMode | Aspose.Wo...

    Discover how the Saveoptions DmlEffectsRenderingMode property optimizes DrawingML effects rendering for enhanced document quality and performance....DmlEffectsRenderingM Contents [ Hide ] SaveOptions.DmlEffectsRenderingM property...DmlEffectsRenderingM class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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...
  4. Chart axis labels overlap with legends when con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var Saveoptions = new PdfOptions { SaveMetafilesAsPng =…... Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng...\test.pdf", SaveFormat.Pdf, saveOptions); I’ve attached the test...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  5. Gradient fill color appears colored homogenous ...

    Hi Team, we are facing an issue where a templated word document appears to have homogenous colored objects from a gradient fill HTML content. I attached a simple console application to reproduce the issue. It looks like…...effects: OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...doc.Save("output.docx", saveOptions); Test with Different Document...

    forum.aspose.com/t/gradient-fill-color-appears-...
  6. 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/
  7. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientFill.docx", saveOptions); Returns: java.awt.Color...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. SaveOptions.dmlEffectsRenderingMode property | ...

    Saveoptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered....dmlEffectsRenderingM property SaveOptions.dmlEffectsRenderingM property...Words.Saving class SaveOptions SaveOptions.dml3DEffectsRenderin...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert HTML To SVG C#

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

    products.aspose.com/words/net/conversion/html-t...