Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 32,778 for

saveoptions

(0.19 sec)
  1. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...PdfSaveOptions saveOptions = new Aspose.Cells.PdfSaveOptions();...PdfSaveOptions(); saveOptions.OnePagePerSheet = false; saveOptions.AllColumnsInOnePageP...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  2. Pdf转docx,转换模式设置flow。如何指定图片格式为嵌入型 - Free Support...

    pdf转docx,转换模式设置flow。转换出来的文档,图片都是浮动型,衬于文字下方,这个格式导致文档难以编辑。如何指定转换word文档的时候,图片格式为嵌入型。 Aspose.pdf,java...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...setFormat(DocSaveOptions.DocFormat.DocX); saveOptions.setMode(DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/pdf-docx-flow/307087
  3. Save as PDF - Change image - Free Support Forum...

    hello, when I save the document as PDF the image changes, you can check it out. thanks in advance input.docx (238.8 KB)...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...Example: Set image compression saveOptions.setImageCompression(PdfImageCompression...

    forum.aspose.com/t/save-as-pdf-change-image/310466
  4. 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...
  5. GradientStopCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Drawing.GradientStopCollection class, featuring a robust collection of customizable GradientStop objects for enhanced document design.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Converting Presentation with EMF Images to PDF ...

    Hello, We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF. Below is the sample code: final String targetPdfFile =…...PdfOptions saveOptions = new PdfOptions(); saveOptions.setBestI...setBestImagesCompres(false); saveOptions.setJpegQuality((byte)95); pptx...

    forum.aspose.com/t/converting-presentation-with...
  7. 使用 Javascript 製作 Markdown

    通過幾個步驟在 JavaScript 中創建一個新的 Markdown。使用 Node.js via .NET 庫輕鬆創建 Markdown。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  8. 使用 Javascript 製作 DOC

    通過幾個步驟在 JavaScript 中創建一個新的 DOC。使用 Node.js via .NET 庫輕鬆創建 DOC。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  9. 使用 Javascript 製作 WORD

    通過幾個步驟在 JavaScript 中創建一個新的 WORD。使用 Node.js via .NET 庫輕鬆創建 WORD。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  10. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/