Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 31,268 for

saveoptions

(0.1 sec)
  1. Փոխարկել 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/hy/cpp/conversion/htm...
  2. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify save options for managing the output document.... saveOptions = aw . saving . HtmlSaveOptions...Specify the desired encoding. saveOptions . encoding = "utf-8" # Specify...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. Შეკუმშოს HTML Java

    შეკუმშოს HTML Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....OoxmlSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCac...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/ka/java/compress/html/
  4. Convert HTML To GIF C++

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

    products.aspose.com/words/cpp/conversion/html-t...
  5. Convert DOC To PNG C++

    Convert DOC to PNG format in C++ code. Save DOC as PNG using C++....doc" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/doc-to...
  6. Սեղմել HTML Ը Java Ում

    Սեղմեք HTML ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...OoxmlSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCac...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/compress/html/
  7. [Aspose.PDF.Drawing]Pdf To Docx issue with OCR ...

    Hello. Our company utilizes Aspose.PDF to convert Pdfs to Docx. The code is as follows: using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath)) { var Saveoptions = new DocSaveoptions { Format = DocSaveOption…...Document(pdfFilePath)) { var saveOptions = new DocSaveOptions { Format...Save(asposePdfSavePath, saveOptions); Console.WriteLine("<<aspose...

    forum.aspose.com/t/aspose-pdf-drawing-pdf-to-do...
  8. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  9. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveoptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++.... // We can pass a SaveOptions object to specify a different...different page to render. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. pdf转docx出现异常,System.NullReferenceException - Fr...

    示例代码: Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB) DocSaveoptions Saveoptions = new DocSaveoptions(); Saveoptions.Format = DocSaveoptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, …...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format...pdfDocument.Save(“d:\test1.docx”, saveOptions); asad.ali September 8, 2021...

    forum.aspose.com/t/pdf-docx-system-nullreferenc...