Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 33,585 for

saveoptions

(0.2 sec)
  1. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....PDF/A‑1a PdfSaveOptions saveOptions ; saveOptions . SetCompliance (...Save ( u "pdfa1a.pdf" , saveOptions ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  2. Convert OFT to HTML in C# .NET | .NET Email Con...

    Use .NET email API to convert OFT template files to HTML programmatically in C# .NET. Convert OFT to HTML within a couple of lines of code....Save(string, SaveOptions) method. The following code...

    blog.aspose.com/email/convert-oft-to-html-in-cs...
  3. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. Merge MD Files in Python

    Follow this article to merge MD files in Python. It has details to set the IDE, a list of steps, and a sample code to merge Markdown files in Python....MarkdownLoadOptions, and specific SaveOptions can be used to save the output...

    kb.aspose.com/words/python/merge-md-files-in-py...
  5. Convert MBOX Files to Various Formats in C#|Doc...

    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.... The SaveOptions class specifies the options...(“outputMessage”+i+".eml") using SaveOptions.DefaultEml . using ( var...

    docs.aspose.com/email/net/converting-between-fo...
  6. 使用 Node.js 和 C++ 将每个工作表保存为不同的 PDF 文件|Documentation

    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....com/cells/nodejs-cpp/pdfs saveoptions/#sheetSet) 选项进行渲染到 PDF。 const...

    docs.aspose.com/cells/zh/nodejs-cpp/save-each-w...
  7. Convert MBOX to MSG via C++ application | produ...

    Sample C++ conversion code for MBOX document to MSG format. Use example code for batch MBOX to MSG conversion within any C++ Application....msg" , SaveOptions::get_DefaultMsgUnicode());...

    products.aspose.com/email/cpp/conversion/mbox-t...
  8. HtmlMetafileFormat enumeration | Aspose.Words f...

    aspose.words.saving.HtmlMetafileFormat enumeration. Indicates the format in which metafiles are saved to HTML documents....document to HTML, we can pass a SaveOptions object # to determine how...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert OFT to EML via Java | products.aspose.com

    Try the code sample to convert OFT files to EML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...for the EML file and the SaveOptions.getDefaultEml method to specify...

    products.aspose.com/email/java/conversion/oft-t...
  10. Table Page Breaks Not Matching Word Display - F...

    Issue Summary Aspose.Words for Java is creating additional page breaks for tables during PDF conversion that don’t appear in Microsoft Word’s display, even when AllowBreakAcrossPages is set to false. Documents with stan…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...PDF_17); doc.save(“output.pdf”, saveOptions); Console Output: Word Page...

    forum.aspose.com/t/table-page-breaks-not-matchi...