Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 34,052 for

saveoptions

(0.11 sec)
  1. Გადაიყვანეთ JPG DOCX C++

    გადაიყვანეთ JPG DOCX C++ ფორმატში კოდით. შეინახეთ JPG როგორც DOCX C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  2. Փոխարկել JPG DOCX C++

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

    products.aspose.com/words/hy/cpp/conversion/jpg...
  3. 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...
  4. Փոխարկել JPG Պատկեր C++

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

    products.aspose.com/words/hy/cpp/conversion/jpg...
  5. Փոխարկել Պատկեր BMP C++

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

    products.aspose.com/words/hy/cpp/conversion/ima...
  6. Aspose.PSD for .NET 24.5 - 发布说明|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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( outputFile , saveOptions ); } PSDNET-2033. 修复获取中文字体信息记录方法中的问题...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Aspose.PSD for .NET 19.8 - 发行说明|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....true }; ImageOptionsBase saveOptions = new PngOptions () { ColorType...image . Save ( outFileName , saveOptions ); } double memoryUsed =...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  8. 文本图层导出时中文格式不对 - 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
  9. 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...
  10. 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-...