Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 375,785 for

save

(0.17 sec)
  1. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... save ( file_name = ARTIFACTS_DIR...then save the document. table . clear_borders () doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Converting a PNG file to PDF using C++ | Aspose...

    Sample code for PNG to PDF conversion using C++. Use C++ example for batch PNG to PDF conversion....Document Load input PNG image Save the output PDF file Here is...your PNG file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/png-to-pdf/
  3. BMP to PDF Merge using C++ | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge BMP files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/bmp-to-pdf/
  4. Buat DOCX Menggunakan C++

    Buat DOCX baharu dalam C++ dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka C++...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/ms/cpp/make/docx/
  5. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  6. PS to PDF Merge using C++ | Aspose.PDF

    Combine two or more PS documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PS files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/ps-to-pdf/
  7. PageSet class | Aspose.Words for Node.js

    Aspose.Words.Saving.PageSet class. Describes a random set of pages...can pass to the document's "Save" method // to modify the way...image. let options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a document...is saved. Default value for this property is False . save_subset_fonts...Specifies whether or not to save a subset of the embedded TrueType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MetafileRenderingOptions.RenderingMode | Aspose...

    Discover the MetafileRenderingOptions RenderingMode property to control how metafile images are rendered, enhancing your graphics quality and performance....default value depends on the save format. For images it is Bitmap...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Resizing|Documentation

    How to resize an image to improve recognition accuracy....png" ); // Save processed image to the folder...Aspose . OCR . ImageProcessing . Save ( input , @"C:\result" ); //...

    docs.aspose.com/ocr/net/resize/