Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 33,683 for

saveoptions

(1.03 sec)
  1. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...DocxSaveOptions saveOptions = new DocxSaveOptions(); saveOptions.OnePagePerSheet...Save("e:\\test2\\out1.docx", saveOptions); Please find attached the...

    forum.aspose.com/t/issue-with-tables-having-lar...
  2. Aspose.PDF for Java 9.1.0 中的公共 API 更改|Aspose.PD...

    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....类的更改: DocSaveOptions extends SaveOptions -> DocSaveOptions extends...HtmlSaveOptions extends SaveOptions -> HtmlSaveOptions extends...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  3. HTML to PDF does not create colored emojis - Fr...

    test_files.zip (10.5 KB) I cannot get colored emojis to work when converting from html to pdf. I have tried this in both Windows (where I have “Segoe UI Emoji” colored fonts) and in Linux with (with Google Noto font). …...htm", optionsHtml)) { var saveOptions = new Aspose.Pdf.PdfSaveOptions()...document.Save(tempPath, saveOptions); } Professionalize.Discourse...

    forum.aspose.com/t/html-to-pdf-does-not-create-...
  4. Fill.TwoColorGradient | Aspose.Words for .NET

    Apply a stunning two-color gradient fill with our Fill TwoColorGradient method, enhancing your designs with vibrant, customizable effects.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientStyle...

    reference.aspose.com/words/net/aspose.words.dra...
  5. SaveOptions.useHighQualityRendering property | ...

    Saveoptions.useHighQualityRendering property. Gets or sets a value determining whether or not to use high quality (i.e...useHighQualityRender property SaveOptions.useHighQualityRender property...Words.Saving class SaveOptions SaveOptions.useAntiAliasing property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Converting a MHTML file to XLSX using C++ | Asp...

    Sample code for MHTML to XLSX conversion using C++. Use C++ example for batch MHTML to XLSX conversion....loadOptions ); // Create SaveOptions auto saveOptions = MakeObject < ExcelSaveOptions...ExcelSaveOptions > (); saveOptions -> set_Format ( ExcelSaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  7. Converting a MHTML file to DOC using C++ | Aspo...

    Sample code for MHTML to DOC conversion using C++. Use C++ example for batch MHTML to DOC conversion....loadOptions ); // Create SaveOptions auto saveOptions = MakeObject < DocSaveOptions...DocSaveOptions > (); saveOptions -> set_Format ( DocSaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  8. Optimize File's Content Using Javascript

    Compress files in JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...OoxmlSaveOptions() saveOptions.compressionLevel = aw.Saving.CompressionLevel...

    products.aspose.com/words/nodejs-net/compress/
  9. Document Processing Interruption in C#|Aspose.W...

    How to use the .NET CancellationToken in Aspose.Words to safely interrupt long-running document processing tasks in C#...cancelationCallback ; SaveOptions saveOptions = new PdfSaveOptions...PdfSaveOptions (); saveOptions . ProgressCallback = cancelationCallback ;...

    docs.aspose.com/words/net/document-processing-i...
  10. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF content, reduce file size easily....tiff" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.TIFF); saveOptions.setTiffCompression(TiffCompression...

    products.aspose.com/words/java/compress/tiff/