Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 369,768 for

save

(0.11 sec)
  1. Customize Chart Axes in Presentations Using С++...

    Discover how to use Aspose.Slides for С++ to customize chart axes in PowerPoint presentations for reports and visualizations....get_ActualMinorUnit (); // Saves the presentation pres -> Save ( u "ErrorBars_out...SwitchRowColumn (); // Saves presentation pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/cpp/chart-axis/
  2. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for JavaScript via C++....Downlevel Revealed Comments while saving to HTML with JavaScript via...Possible Usage Scenarios When you save your Excel file to HTML, Aspose...

    docs.aspose.com/cells/javascript-cpp/disable-do...
  3. PdfTextCompression | Aspose.Words for Java

    Specifies a type of compression applied to all content in the PDF file except images in Java....apply text compression when saving a document to PDF. Document...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/java/com.aspose.word...
  4. C# 3D Formats Watermark Verification | products...

    Add blind Watermark Verification to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....Create save options using FbxSaveOptions to create save options...options and call the scene save method with the output file path and...

    products.aspose.com/3d/net/verify-watermark/
  5. GradientOverlayEffect and FillOpacity BUGs - Fr...

    I found some bugs when exporting layers as PNG images: GradientOverlay rendering effect The GradientOverlay rendering effect is poor. If you zoom in on the image, you will find many burrs on the stroke edges, which ar…...loadOptions)) { try { // Faild:save layer[1] without rectangle failed...failed. psd.Layers[1].Save("8_aspose.png", pngSaveOptions); Console...

    forum.aspose.com/t/gradientoverlayeffect-and-fi...
  6. MarkdownSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.MarkdownSaveOptions class. Class to specify additional options when saving a document into the [SaveFormat.MARKDOWN](../../aspose.words/Saveformat/#MARKDOWN) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageData.setImage method | Aspose.Words for No...

    Aspose.Words.Drawing.ImageData.setImage method... save ( base . artifactsDir + "Image...insertNode ( shape ); doc . save ( base . artifactsDir + "Image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....save() method, to generate an EPUB...path_infile ) save_options = ap . EpubSaveOptions () save_options ...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  9. Split a Document in Node.js|Aspose.Words for No...

    Split a document into several files using Node.js. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/nodejs-net/split-a-document/
  10. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... 调用 Document 对象的 Save 方法并保存输出 PDF 文件。 添加文本 以下代码片段向您展示如何在现有...textFragment ); // Save PDF document document . Save ( dataDir + "AddText_out...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/