Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 32,784 for

saveoptions

(0.43 sec)
  1. Გადაიყვანეთ WORD TXT C++

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

    products.aspose.com/words/ka/cpp/conversion/wor...
  2. Გადაიყვანეთ JPG SVG C++

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

    products.aspose.com/words/ka/cpp/conversion/jpg...
  3. Გადაიყვანეთ JPG PNG C++

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

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

    Փոխարկեք JPG ը JPG ձևաչափի C++ կոդով: Պահեք JPG որպես 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. 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-...
  6. Გადაიყვანეთ HTML WORD C++

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  7. Გადაიყვანეთ HTML DOCX C++

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  8. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....5 6 NotebookOneSaveOptio saveOptions = new NotebookOneSaveOptio();...NotebookOneSaveOptio(); 7 saveOptions. setDeferredSaving ( true ); 8 notebook....

    docs.aspose.com/note/java/working-with-onenote-...
  9. Aspose.PSD for Java 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 . setPdfCoreOptions...psdImage . save ( outputFile , saveOptions ); } PSDJAVA-624. 修复获取中文字体信息记录方法的问题...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  10. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...xlsx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...workbook.save("output.pdf", saveOptions); Test with Simplified Data...

    forum.aspose.com/t/incorrect-conditional-format...