Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 34,060 for

saveoptions

(0.07 sec)
  1. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...BottomMargin = 0; } var saveOptions = new ImageSaveOptions(SaveFormat...document.Save(@"output.png", saveOptions); alexey.noskov September...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  2. Aspose::Words::Saving::ImageSaveOptions::get_Ve...

    Aspose::Words::Saving::ImageSaveoptions::get_VerticalResolution method. Gets or sets the vertical resolution for the generated images, in dots per inch in C++....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. IFontSavingCallback.fontSaving method | Aspose....

    IFontSavingCallback.fontSaving method. Called when Aspose.Words is about to save a font resource....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions.exportPageSetup property | Aspo...

    HtmlSaveoptions.exportPageSetup property. Specifies whether page setup is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::ImageSaveOptions::get_Sa...

    Aspose::Words::Saving::ImageSaveoptions::get_SaveFormat method. Specifies the format in which the rendered document pages or shapes will be saved if this save options object is used. Can be a raster Tiff, Png, Bmp, Jpeg or vector Emf, Eps, WebP, Svg in C++....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. 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/python-net/aspose.wo...
  8. Saving File to Response Object|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.... SaveOptions , the file format type. The...

    docs.aspose.com/cells/net/saving-file-to-respon...
  9. ImageSaveOptions.save_format property | Aspose....

    ImageSaveoptions.save_format property. Specifies the format in which the rendered document pages or shapes will be saved if this save options object is used...an image, we can pass a SaveOptions object to # edit the image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Equation Line Breaking Issue - Sigma Symbol Inc...

    Description: When converting a DOCX file containing Office Math ML equations to PDF, Aspose.Words is incorrectly breaking single-line equations across multiple lines. Specifically, a summation sigma (Σ) symbol is being …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...PDF_17); saveOptions.setOptimizeOutput(false); saveOptions.setEmbedFullFonts(true);...

    forum.aspose.com/t/equation-line-breaking-issue...