Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 33,600 for

saveoptions

(0.06 sec)
  1. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOpt...STANDARD); saveOptions.setCheckFontCompatib(true); saveOptions.setC...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  2. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#....Words provides you with the SaveOptions class, which allows more...Save method that accept a SaveOptions object – it should be an...

    docs.aspose.com/words/net/specify-save-options/
  3. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions . Password..."PlainTextDocument.LoadEncrypted.docx" , saveOptions ); LoadOptions loadOptions...

    reference.aspose.com/words/net/aspose.words/pla...
  4. SaveOptions.updateOleControlImages property | A...

    Saveoptions.updateOleControlImages property. Gets or sets a value determining whether OLE controls presentation image will be updated....updateOleControlImag property SaveOptions.updateOleControlImag property...Words.Saving class SaveOptions SaveOptions.updateLastSavedTimeP...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert HTML To SVG C++

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

    products.aspose.com/words/cpp/conversion/html-t...
  6. Pdf to Svg create double text on this pdf - Fre...

    Using this pdf, Apr 2026.pdf (482.6 KB) if we save the pdf as a svg, this is the result : image.png (303.3 KB) the svg is zipped here test.zip (596.1 KB) The textlayer in black should not be visible Here is the code …...the svg : SvgSaveOptions saveOptions = new SvgSaveOptions(); //...SVG image to Zip archive saveOptions.CompressOutputToZipA = false;...

    forum.aspose.com/t/pdf-to-svg-create-double-tex...
  7. MergeFormatMode | Aspose.Words for Java

    Specifies how formatting is merged when combining multiple documents in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setPassword("Aspose...String[]{inputDoc1, inputDoc2}, saveOptions, MergeFormatMode.KEEP_SOURCE_FORMATTING);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Fill.GradientStyle | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStyle property for stunning fill effects. Elevate your projects with vibrant gradients!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientStyle...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::LowCode::Converter class | Aspos...

    Aspose::Words::LowCode::Converter class. Represents a group of methods intended to convert a variety of different types of documents using a single line of code in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Converts the given input...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Converts the given input...

    reference.aspose.com/words/cpp/aspose.words.low...
  10. Converting a MHTML file to DOCX using C++ | Asp...

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

    products.aspose.com/pdf/cpp/conversion/mhtml-to...