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

saveoptions

(0.78 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportPageMargins method. Specifies whether page margins is exported to HTML, MHTML or EPUB. Default is false in C++....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Save HTML Document – Aspose.HTML for Java

    Learn how to save HTML documents after editing using Aspose.HTML for Java API and how to apply save options....Java library provides the [SaveOptions]https://reference.aspose...com/html/java/com.aspose.html.saving/saveoptions/ and classes that allow you...

    docs.aspose.com/html/java/save-a-document/
  3. Trailer not found al intentar cargar un pdf - F...

    Hola, Estoy intentando firmar un pdf ya creado con ASPOSE.Pdf versión 25.10.0 pero cuando intento cargar el fichero con un objeto Document o con PdfFileSignature.BindPdf me da el error Aspose.Pdf.InvalidPdfFileFormatExc…...password PdfSaveOptions saveOptions = new PdfSaveOptions(); if...PdfPermissions.Printing; saveOptions.EncryptionDetails = encryptionDetails;...

    forum.aspose.com/t/trailer-not-found-al-intenta...
  4. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/diagram/python-net/save-visio-d...
  5. Muokkaa PSD-tiedostoja verkossa | products.aspo...

    Muokkaa PSD Adobe Photoshop -tiedostoja verkossa...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/fl/editor/
  6. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveoptions Saveoptions = new HtmlFixedSaveoptions(); Saveoptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.set...e); saveOptions.setExportEmbeddedFon(true); saveOptions.setE...

    forum.aspose.com/t/bug-when-generating-html-in-...
  7. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveoptions htmlSaveoptions = HtmlSaveoptionsBuilder.build(documentWra…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...save("path/to/output/document.html", saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/doc/314783
  8. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document 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...
  9. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....Exception { ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...ImageSaveOptions(SaveFormat.PNG); { saveOptions.setPageSet(new PageSet(pageIndex));...

    reference.aspose.com/words/java/com.aspose.word...
  10. Creating an Outlook Message (MSG) File|Document...

    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.... save ( strMsg , SaveOptions . getDefaultMsgUnicode ());...

    docs.aspose.com/email/java/creating-an-outlook-...