Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 32,698 for

saveoptions

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

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

    products.aspose.com/words/ka/cpp/conversion/wor...
  2. Გადაიყვანეთ HTML Გამოსახულება C++

    გადაიყვანეთ HTML Გამოსახულება C++ ფორმატში კოდით. შეინახეთ HTML როგორც Გამოსახულება C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/ka/cpp/conversion/htm...
  3. Გადაიყვანეთ WORD Გამოსახულება C++

    გადაიყვანეთ WORD Გამოსახულება C++ ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/ka/cpp/conversion/wor...
  4. Փոխարկել TEXT Պատկեր C++

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

    products.aspose.com/words/hy/cpp/conversion/tex...
  5. Փոխարկել TEXT GIF C++

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

    products.aspose.com/words/hy/cpp/conversion/tex...
  6. Გადაიყვანეთ HTML JPG C++

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  7. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...Presentation(inputFile)) { PdfOptions saveOptions = new PdfOptions { EmbedFullFonts...Slides.Export.SaveFormat.Pdf, saveOptions); results = "SUCCESS"; }...

    forum.aspose.com/t/textbox-not-converting-corre...
  8. 用JavaScript通过C++将所有工作表列适应在单个PDF页面上|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....of PdfSaveOptions const saveOptions = new PdfSaveOptions ();...from setter to property) saveOptions . allColumnsInOnePageP =...

    docs.aspose.com/cells/zh/javascript-cpp/fit-all...
  9. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/pdf/
  10. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...workbook.save(outputPath, saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/row-column-headings-incorrec...