Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 33,585 for

saveoptions

(0.15 sec)
  1. Փոխարկել HTML EPUB C++

    Փոխարկեք HTML ը EPUB ձևաչափի C++ կոդով: Պահեք HTML որպես EPUB օգտագործելով C++:...html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/htm...
  2. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/hy/cpp/conversion/wor...
  3. LaTeX 转图像 | .NET

    通过 Aspose.TeX API 将 TeX 转换为图像格式(适用于 .NET)的解决方案,请阅读本文了解如何操作以及代码示例。... SaveOptions = pngOptions; 14 15 // Run...DeviceWritesImages = false ; 13 options. SaveOptions = pngSaveOptions; 14 15 //...

    docs.aspose.com/tex/zh/net/latex-to-image/
  4. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results...."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.set...
  5. Bad PDF Forms conversion quality - Free Support...

    Greetings! I have issue in conversion of PDF files containing forms to HTML. I tried 2 ways of doing it, but didn’t got a convinient result. Could you, please, help me? Am I doing somethinf wrong or there’s some kind o…...HtmlSaveOptions saveOptions = new Aspose.Words.Saving...HtmlSaveOptions(); saveOptions.AllowNegativeIndent = true; saveOptions.DmlEffectsRenderingM...

    forum.aspose.com/t/bad-pdf-forms-conversion-qua...
  6. PdfPageMode | Aspose.Words for Java

    Specifies how the PDF document should be displayed when opened in the PDF reader in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); //...pane in the output PDF. saveOptions.setPageMode(PdfPageMode.USE_OUTLINES);...

    reference.aspose.com/words/java/com.aspose.word...
  7. 文本图层导出时中文格式不对 - Free Support Forum - aspose.com

    I have a PSD file that contains a text layer with Chinese text. When exporting the image using the Aspose.PSD for Java API to save as a jpg picture, the Chinese text displays incorrectly. the origin psd file looks like …...JpegOptions saveOptions = new JpegOptions(); saveOptions.setQuality(100);...newPsdImage.save(outJpgFilePath, saveOptions); churui June 19, 2025, 1:27am...

    forum.aspose.com/t/topic/314055
  8. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…...PdfSaveOptions and set properties Dim saveOptions As New Aspose.Words.Saving...Saving.PdfSaveOptions() saveOptions.ExportDocumentStruct = True '...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  9. ImageSaveOptions.metafile_rendering_options pro...

    ImageSaveoptions.metafile_rendering_options property. Allows to specify how metafiles are treated in the rendered output....an image, we can pass a SaveOptions object to # determine how...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#.... Save ( memStream , SaveOptions . CreateSaveOptions ( SaveFormat...

    docs.aspose.com/words/net/extend-and-contribute...