Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 38,277 for

save

(0.66 sec)
  1. PdfSaveOptions.useCoreFonts property | Aspose.W...

    PdfSaveOptions.useCoreFonts property. Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts....be used automatically when saving to PDF/A and PDF/UA. Core fonts...fonts are not supported when saving to PDF 2.0 format. false value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlSaveOptions.officeMathOutputMode property |...

    HtmlSaveOptions.officeMathOutputMode property. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB... Saving . HtmlOfficeMathOutput Examples..."Office math.docx" ); // When we save the document to HTML, we can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Off...

    Aspose::Words::Saving::HtmlSaveOptions::get_OfficeMathOutputMode method. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB. Default value is Image in C++....Aspose::Words::Saving::HtmlSaveOptions::get_OfficeMathOutputMode...Image . Aspose :: Words :: Saving :: HtmlOfficeMathOutput Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert PPTX to DOCX using Java....the Presentation class object Save this presentation as an HTML...options Load the previously saved HTML file into the Document...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  5. Change array items in XMP metadata of EPS| Python

    Take a look at the process of changing array items in XMP metadata of EPS file with Aspose.Page for Python. It is illustrated with the code snippets.... Save EPS file with new XMP metadata...XmpValue( "NewCreator" )) 19 20 # Save the EPS file with the changed...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  6. Add XML namespace in XMP metadata of EPS |Python

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... Save the EPS file with the updated...XmpValue( "NewValue" )) 19 20 # Save the EPS file with the changed...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  7. CssStyleSheetType enumeration | Aspose.Words fo...

    Aspose.Words.Saving.CssStyleSheetType enumeration. Specifies how CSS (Cascading Style Sheet) styles are exported to HTML....can pass to the document's "Save" method // to modify how we...HTML. let options = new aw . Saving . HtmlSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PdfSaveOptions.JpegQuality | Aspose.Words for .NET

    Optimize your PDF images with PdfSaveOptions' JpegQuality property, allowing you to control JPEG quality for stunning document visuals....images inside a document when saving in PDF format. The value may...compression - original bytes will be saved. Examples Shows how to specify...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Change simple values in XMP EPS metadata |Python

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here.... Save EPS file with new XMP metadata..."dc:title" , value) 26 27 # Save EPS file with changed XMP metadata...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  10. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...save(image_file_name) with Image...open(image_file_name) as img: img.save(image_file_name) return image_file_name...

    forum.aspose.com/t/cant-get-the-picture-in-the-...