Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 34,037 for

saveoptions

(0.07 sec)
  1. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...workbook.save(outputPath, saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/row-column-headings-incorrec...
  2. Convert PDF to HTML in .NET|Aspose.PDF for .NET

    This topic shows you how to convert a PDF file to HTML format with the Aspose.PDF C# library....)) { // Instantiate HTML SaveOptions object var htmlOptions =...)) { // Instantiate HTML SaveOptions object var htmlOptions =...

    docs.aspose.com/pdf/net/convert-pdf-to-html/
  3. Convert EML to DOCM via C# | products.aspose.com

    Sample code for EML to DOCM C# conversion. Use API example code for batch EML files to DOCM conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...

    products.aspose.com/email/net/conversion/eml-to...
  4. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/
  5. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...Presentation(inputFile)) { PdfOptions saveOptions = new PdfOptions { EmbedFullFonts...Slides.Export.SaveFormat.Pdf, saveOptions); results = "SUCCESS"; }...

    forum.aspose.com/t/textbox-not-converting-corre...
  6. 将 Python 格式的 Word 转换为 Excel|Python via .NET 格式的...

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 DOCX 转换为 Excel Python。使用 Python 将各种格式的文档保存到 XLSX。...docx" ) saveOptions = XlsxSaveOptions () saveOptions . compression_level..."BaseConversions.CompressXlsx.xlsx" , saveOptions ) 也可以看看 文档部分 保护或加密文档 了解有关保护和加密文档的更多信息...

    docs.aspose.com/words/zh/python-net/convert-a-d...
  7. Make HTML Using Java

    Make a new HTML in Java in a few steps. Easily create HTML using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/html/
  8. Make WORD Using Java

    Make a new a Word document in Java in a few steps. Easily create a Word document using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/word/
  9. Ustvari Dokument V Java

    Ustvarite datoteko s knjižnico Java. Preprosto ustvarite nov dokument v Java v nekaj korakih....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/
  10. Ustvari DOC Z Uporabo Java

    Ustvarite novo DOC v Java v nekaj korakih. Preprosto ustvarite DOC s knjižnico Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/doc/