Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 369,861 for

save

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. How to convert xhtml into PDF - Free Support Fo...

    I have xhtml file that renders in browser, the whole xhtml content is rendered by javascript function, when the page is loaded. I tried to convert the file in aspose online and it threw me 201 error. I have attached th…... Save as PDF : Use the browser’s print...print functionality to save the rendered page as a PDF. Most...

    forum.aspose.com/t/how-to-convert-xhtml-into-pd...
  6. 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-...
  7. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....800 ); // save resultant PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/set-image-size/
  8. VbaMacro|Aspose.Slides for Python Documentation

    Work with VBA macros in Python using Aspose.Slides: add or edit projects and modules, sign or remove macros, and Save presentations in PPT, PPTX and ODP.... save ( "vba_macro.pptm" , slides...remove ( module ) presentation . save ( "vba_macro_removed.pptx" ...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation.... Save the file. The following code...getParagraphs (). add ( table ); // Save updated document containing...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  10. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...lineAnnotation ); // Save PDF document document . Save ( dataDir + "...squareAnnotation ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/figures-annotation/