Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 33,683 for

saveoptions

(0.27 sec)
  1. 文本图层导出时中文格式不对 - 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
  2. 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...
  3. Issue with Symbol Rendering after Formatting Ch...

    Hello, we are encountering a rendering issue when converting a Word document to PDF using ** Example Dok1_Aspose.docx (14,7 KB) Example Dok1_Aspose_gerated with Aspose (with error).pdf (74,7 KB) **. The problem speci…...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...Save("path/to/output/document.pdf", saveOptions); Next Steps Test the above...

    forum.aspose.com/t/issue-with-symbol-rendering-...
  4. ImageColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageColorMode enum to optimize document page images. Control color modes for enhanced visual quality in your projects....an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …...Save(Stream stream, SaveOptions saveOptions) at Aspose.Cells.Workbook...

    forum.aspose.com/t/exception-when-saving-an-xls...
  6. PdfSaveOptions.DigitalSignatureDetails | Aspose...

    Discover PdfSaveoptions DigitalSignatureDetails to easily manage PDF signing details, ensuring secure and efficient document output...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Alignment}"); } } } } var saveOptions = new ImageSaveOptions(SaveFormat...Save(@"outputPath\" + fileName + @".png", saveOptions); var warnings = WarningCollector...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  8. Convert Image To TXT C++

    Convert Image to TXT format in C++ code. Save Image as TXT using C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/image-...
  9. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++....html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Convert HTML To DOCX C++

    Convert HTML to DOCX format in C++ code. Save HTML as DOCX using C++....html"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/html-t...