Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 33,691 for

saveoptions

(1.13 sec)
  1. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...loadOptions); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportListLabels(com.aspose.words...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  2. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...layout for vertical text saveOptions.setPageLayout(PdfPageLayout...

    forum.aspose.com/t/ensure-vertical-text-layout-...
  3. PSD ファイルをオンラインで編集 | products.aspose.com

    PSD アドビフォトショップファイルをオンラインで編集...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/jp/editor/
  4. PSB ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSB ファイルを開いて編集する...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/jp/editor/psb/
  5. PDF to Word conversion issues (source document ...

    Hello, I am experiencing significant issues when converting a PDF to Word using Aspose.PDF 25.8.0. The output DOCX introduces formatting and rendering problems that make the converted document difficult to use. …...pdf"); DocSaveOptions saveOptions = new DocSaveOptions { Format...pdfDocument.Save("output.docx", saveOptions); If these steps do not resolve...

    forum.aspose.com/t/pdf-to-word-conversion-issue...
  6. Introduction | Developers Guide | Aspose.Zip fo...

    Discover the basic features of Aspose.Zip for .NET in the Introduction section of the Developers Guide. Learn how to manage, compress, extract, and convert archive formats like ZIP, RAR, 7Z, and TAR with ease, using the powerful Aspose.Zip API....Save(stream, ArchiveSaveOptions saveOptions = null ) 2 3 archive.Save(filePath...Save(filePath, ArchiveSaveOptions saveOptions = null ) Archive Extraction...

    docs.aspose.com/zip/net/introduction/
  7. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...save(string, SaveOptions) 方法的第二个参数。也可以使用 MarkdownSaveOptions...作为参数传递给 Workbook.save(string, SaveOptions) 方法的第二个参数。也可以使用 DocxSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  8. Convert PowerPoint Presentations to HTML in Pyt...

    Convert PowerPoint presentations to responsive HTML in Python. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ) saveOptions = slides . export . HtmlOptions...HtmlOptions () saveOptions . svg_responsive_layout = True presentation...

    docs.aspose.com/slides/python-net/convert-power...
  9. Linked picture (camera object) shows stale cach...

    Hi, Using Aspose Cells for Java, version 26.3. Sample code: Workbook template = new Workbook("input.xlsx"); template.getWorksheets().get("data").getCells().get("A1").putValue(2); template.calculateFormula(); template.…...getIndex()); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HTML); saveOptions.setParseHtmlTagInCel(true); saveOptions.setE...

    forum.aspose.com/t/linked-picture-camera-object...
  10. com.aspose.pdf.exceptions.FontNotFoundException...

    Converting a document to PDF on a Linux machine generates this error: com.aspose.pdf.exceptions.FontNotFoundException: Font OpenSansRegular can not found. com.aspose.pdf.internal.l5h.l1n.l1h(Unknown Source) com.aspose.p…...SaveOptions; import com.aspose.pdf.PdfSaveOptions;...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...

    forum.aspose.com/t/com-aspose-pdf-exceptions-fo...