Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 31,259 for

saveoptions

(0.06 sec)
  1. PDF converted from Word has extra row and pushe...

    Hi, When converting a DOCX to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { EmbedFullFonts...}; doc.Save(@".\out.pdf", saveOptions); Inspect the Document Structure...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  2. Გადაიყვანეთ WORD PNG C++

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

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

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  4. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....Document (); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/fil...
  5. Utility Features - MailMessage|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....email import MailMessage , SaveOptions , EmlLoadOptions , MessageFormat...email import MailMessage , SaveOptions , MsgLoadOptions , MessageFormat...

    docs.aspose.com/email/python-net/utility-featur...
  6. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, max display range of Excel files with Aspose.Cells for C++ library....export HtmlSaveOptions saveOptions ; saveOptions . SetExportActiveWorks...GetColumnCount () - 1 ); saveOptions . SetExportArea ( exportArea...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  7. Convert PDF file to other formats|Aspose.PDF fo...

    Explore how to convert PDF files into other formats like Word, Excel, or images using Aspose.PDF for Java....save option TeXSaveOptions saveOptions = new TeXSaveOptions ();...path for save option object saveOptions . setOutDirectoryPath ( ...

    docs.aspose.com/pdf/java/convert-pdf-to-other-f...
  8. Buat PDF Menggunakan Java

    Buat PDF baharu dalam Java dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/ms/java/make/pdf/
  9. Կատարեք PDF՝ Օգտագործելով Java

    Ստեղծեք նոր PDF Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք PDF՝ օգտագործելով Java գրադարանը:...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/make/pdf/
  10. Convert Word to Excel in Python|Aspose.Words fo...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Python. Save a document in various formats to XLSX using Python....docx" ) saveOptions = XlsxSaveOptions () saveOptions . compression_level..."BaseConversions.CompressXlsx.xlsx" , saveOptions ) See Also Documentation...

    docs.aspose.com/words/python-net/convert-a-docu...