Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 371,741 for

save

(0.18 sec)
  1. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file with Aspose.PDF for Rust via C++.... These are opening a file, saving changes, and properly closing...applications. The ability to open and save PDF documents is a core requirement...

    docs.aspose.com/pdf/rust-cpp/open-pdf-document/
  2. Convert PDF/x to PDF formats in Python|Aspose.P...

    This topic shows you how to convert PDF/x to PDF formats using Aspose.PDF for Python via .NET.... Save the resulting PDF to the output...remove_pdfa_compliance () document . save ( path_outfile ) print ( infile...

    docs.aspose.com/pdf/python-net/convert-pdf_x-to...
  3. Convert ICS to OFT via C# | products.aspose.com

    Sample code for ICS to OFT C# conversion. Use API example code for batch ICS files to OFT conversion within VB.NET, Asp.NET or any .NET based application.... Save as MSG to MemoryStream. Load...MapiMessage. Call MapiMessage.Save method. Pass the output file...

    products.aspose.com/email/net/conversion/ics-to...
  4. CancellationToken while loading a 3D scene in C...

    You can use the CancellationTokenSource to cancel the Save/open task at any time you need with C# 3D file manipulation and conversion API....loading a 3D scene All open/save methods will have an extra cancellationToken...CancellationTokenSou to cancel the save/open task at any time you need...

    docs.aspose.com/3d/net/cancellationtoken-while-...
  5. Online TEX to GIF Conversion or Develop Java ba...

    Free online app to convert TEX to GIF files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to GIF format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  6. Online TEX to FLATOPC Conversion or Develop Jav...

    Free online app to convert TEX to FLATOPC files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Words Save the document to FLAT_OPC format using save method...

    products.aspose.com/total/java/conversion/tex-t...
  7. IDocumentPartSavingCallback | Aspose.Words for ...

    Implement this interface if you want to receive notifications and control how Aspose.Words Saves document parts when exporting a document to SaveFormat.HTML or SaveFormat.EPUB format in Java....Words saves document parts when exporting...split a document into parts and save them. public void documentPartsFileNam()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Online TEX to WORDML Conversion or Develop Java...

    Free online app to convert TEX to WORDML files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to WORD_ML format using save method...

    products.aspose.com/total/java/conversion/tex-t...
  9. Working with Connector Type Shape|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.... save diagram Set Connector Appearance...STRAIGHT_LINES ); //saving Visio diagram diagram . save ( dataDir + ...

    docs.aspose.com/diagram/java/working-with-conne...
  10. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....paragraphs collection of the page Save the resultant PDF document import...text_fragment ) # Save updated PDF document . save ( "output.pdf"...

    docs.aspose.com/pdf/python-net/create-document/