Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 32,784 for

saveoptions

(0.48 sec)
  1. FontSavingArgs.originalFileSize property | Aspo...

    FontSavingArgs.originalFileSize property. Gets the original font file size....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 档案

    档案...Landscape; DiagramSaveOptions saveOptions = new DiagramSaveOptions()...diagram.Save("output.vsdx", saveOptions); } } public class Input...

    blog.aspose.com/zh/diagram/create-flowchart-csh...
  3. HtmlSaveOptions.export_page_margins property | ...

    HtmlSaveoptions.export_page_margins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object # to decide whether...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.OfficeMathOutputMode | Aspose.W...

    Discover HtmlSaveoptions' OfficeMathOutputMode for optimal HTML, MHTML, or EPUB exports. Customize OfficeMath object output with ease!...document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  5. HtmlOfficeMathOutputMode enumeration | Aspose.W...

    Aspose.Words.Saving.HtmlOfficeMathOutputMode enumeration. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...Save as PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); doc...doc.Save(@"test.pdf", saveOptions); // Java example import com...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  7. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using Node.js via C++....save(string, SaveOptions) method. You may also use...of Workbook.save(string, SaveOptions) method. You may also use...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  8. PclSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PclSaveoptions to enhance your document saving with customizable features for PCL format. Optimize your workflow today!...docx" ); PclSaveOptions saveOptions = new PclSaveOptions { SaveFormat...RasterizeElements.pcl" , saveOptions ); See Also class FixedPageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. DocSaveOptions Class | Aspose.Words for .NET

    Optimize document saving with Aspose.Words.Saving.DocSaveoptions. Customize your Doc and Dot formats for enhanced quality and flexibility....public class DocSaveOptions : SaveOptions Constructors Name Description...world!" )); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Exception occurs when converting VSD to PDF - F...

    Hello, I am working on project to convert .vsd file to pdf. The conversion fails due to below exception: java.lang.NullPointerException: Cannot invoke “com.aspose.diagram.b.a.d.g5e.l()” because “this.b” is null at co…... If SaveOptions used instead of PdfSaveOptions...no issue observed. But, SaveOptions does not have setPdfCompliance...

    forum.aspose.com/t/exception-occurs-when-conver...