Sort Score
Result 10 results
Languages All
Labels All
Results 5,611 - 5,620 of 369,804 for

save

(0.39 sec)
  1. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a form from scratch in your PDF file...textBoxField , 1 ) # Save modified PDF pdfDocument . save ( path_outfile...

    docs.aspose.com/pdf/python-net/create-form/
  2. Wrapping Cell Text in VSTO and Aspose.Cells|Doc...

    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.... Save the spreadsheet. The code samples...cellA5 . WrapText = true ; // Save the workbook workbook . SaveAs...

    docs.aspose.com/cells/net/wrapping-cell-text-in...
  3. Does Aspose.Words.Cpp support inserting LaTeX f...

    Hi, Does Aspose.Words.Cpp support inserting LaTeX formulas? And Save in .docx format. Best regards,... And save in .docx format. Best regards,...builder->InsertHtml(html); doc->Save(u"output.docx");...

    forum.aspose.com/t/does-aspose-words-cpp-suppor...
  4. WarningInfo.warning_type property | Aspose.Word...

    WarningInfo.warning_type property. Returns the type of the warning....font substitution warning if we save a document with a missing font...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. WarningInfo.description property | Aspose.Words...

    WarningInfo.description property. Returns the description of the warning....font substitution warning if we save a document with a missing font...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the text that represents the displayed field result....time, # such as right before a save operation, we need to update...field_author . display_result ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.title property | Aspose.Words for Python

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object....insert_node ( shape ) # When we save a document with a shape that...the shape's Alt Text. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IAiModelText.Summarize | Aspose.Words for .NET

    Effortlessly summarize documents with IAiModelText. Customize summary length using advanced AI for precise content extraction and enhanced readability.... Save ( ArtifactsDir + "AI.AiSummarize...options ); multiDocumentSummary . Save ( ArtifactsDir + "AI.AiSummarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  9. Aspose.Cells 16.12.0 中的公共 API 更改|Documentation

    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....Mediu ); //Save the output excel file wb -> Save ( outputPath...charValue ()); //Save the output excel file wb -> Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  10. Add HTML String using DOM in Ruby|Aspose.PDF fo...

    Discover how to add an HTML string to a PDF document using the DOM API in Ruby with Aspose.PDF for dynamic content generation.... add ( title ) # Save PDF file doc . save ( data_dir + "html...

    docs.aspose.com/pdf/java/add-html-string-using-...