Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 33,600 for

saveoptions

(1.02 sec)
  1. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....pages to HTML by using the SaveOptions as shown in the following...pageNumber) 80 { 81 auto saveOptions = [&] { auto tmp_0 = System::MakeObject...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  2. HtmlSaveOptions.CssClassNamePrefix | Aspose.Wor...

    Discover the HtmlSaveoptions CssClassNamePrefix property to easily customize CSS class names with a unique prefix, enhancing your web design consistency....docx" ); HtmlSaveOptions saveOptions = new HtmlSaveOptions { CssStyleSheetType...CssClassNamePrefix.html" , saveOptions ); string outDocContents...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related document page. Get accurate page tracking and reflow insights!...pageIndex ) { ImageSaveOptions saveOptions = new ImageSaveOptions (...Document . Save ( stream , saveOptions ); } private int mNum ; }...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Გააკეთეთ DOCX C++ Ის Გამოყენებით

    შექმენით ახალი DOCX C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX C++ ბიბლიოთეკის გამოყენებით....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ka/cpp/make/docx/
  5. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveoptions::XpsSaveoptions constructor. Initializes a new instance of this class that can be used to save a document in the Xps format in C++.... auto saveOptions = System :: MakeObject <...Words :: SaveFormat :: Xps , saveOptions -> get_SaveFormat ()); //...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. SaveOptions.progress_callback property | Aspose...

    Saveoptions.progress_callback property. Called during saving a document and accepts data about saving progress....progress_callback property SaveOptions.progress_callback property...words.saving class SaveOptions SaveOptions.pretty_format property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Merger.merge_stream method | Aspose.Words for P...

    aspose.words.lowcode.Merger.merge_stream method... SaveOptions , merge_format_mode : aspose...input streams. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....FontSavingCallback(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions();...HtmlFixedSaveOptions(); { saveOptions.setResourceSavingCal(callback); } doc.sa...

    reference.aspose.com/words/java/com.aspose.word...
  9. Ustvari PDF Z Uporabo Java

    Ustvarite novo PDF v Java v nekaj korakih. Preprosto ustvarite PDF s knjižnico Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/pdf/
  10. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...save options PdfSaveOptions saveOptions = new PdfSaveOptions { FontEmbeddingMode...high-quality rendering }; saveOptions.ImageColorSpaceExpor = PdfImageColorSpaceEx...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585