Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 33,731 for

saveoptions

(0.26 sec)
  1. Սեղմել HTML Ը C# Ում

    Սեղմեք HTML ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...doc.Save("Output.html ", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/hy/net/compress/html/
  2. Error occurred while save the pdf document with...

    Hi Team, We have a merged with multiple other pdfs and we have received the below error. Can you please help us to look into it. System.ArgumentException: An item with the same key has already been added. Key: 173895 …...#=znwtBEZ5rwAa0UPzg3cB= #=zuVxBE6Q=, SaveOptions #=zg0M2Os1MzU7P) at #=zx...#=znwtBEZ5rwAa0UPzg3cB= #=zuVxBE6Q=, SaveOptions #=zg0M2Os1MzU7P) at (Object...

    forum.aspose.com/t/error-occurred-while-save-th...
  3. MeasurementUnits | Aspose.Words for Java

    Specifies the unit of measurement in Java....OdtSaveOptions saveOptions = new OdtSaveOptions(); { saveOptions.setMe...asureUnit.CENTIMETERS); saveOptions.isStrictSchema11(exportToOdt11Specs);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Gawe PDF Nganggo C#

    Gawe PDF anyar ing C# ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/jv/net/make/pdf/
  5. Ustvari PDF Z Uporabo C#

    Ustvarite novo PDF v C# v nekaj korakih. Preprosto ustvarite PDF s knjižnico .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/sl/net/make/pdf/
  6. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::Remove method. Removes a specified GradientStop from the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...Add(page); HtmlSaveOptions saveOptions = new HtmlSaveOptions();...Save(dataDir + "output.html", saveOptions); }...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...
  8. 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...
  9. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....mpp" ); 12 SaveOptions o = new PdfSaveOptions();...PdfSaveOptions saveOptions = new PdfSaveOptions(); 4 saveOptions. setSaveToSeparateFil...

    docs.aspose.com/tasks/java/convert-project-data...
  10. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....ressedImage"); } } auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->set_CacheBackgroundGraph(true); doc->Save(u"Output...

    products.aspose.com/words/cpp/compress/doc/