Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 375,785 for

save

(0.15 sec)
  1. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET.... True ) # Save Tagged PDF Document document . save ( outfile... True ) # Save Tagged PDF Document document . save ( outfile...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/
  2. C++ API to Convert XPS to PPSM | products.aspos...

    Convert XPS to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to PPSM format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  3. C++ API to Convert XPS to POTM | products.aspos...

    Convert XPS to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to POTM format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  4. C++ API to Convert XPS to POWERPOINT | products...

    Convert XPS to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. C++ API to Convert XPS to PPSX | products.aspos...

    Convert XPS to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to PPSX format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  6. C++ API to Convert PS to OTP | products.aspose.com

    Convert PS to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PS to PPTX by using Save method function Load PPTX document...reference Save the document to OTP format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  7. Aspose::Words::Saving::PsSaveOptions::get_UseBo...

    Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be Saved using a booklet printing layout, if it is specified via MultiplePages in C++....Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingS...whether the document should be saved using a booklet printing layout...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. PdfDigitalSignatureTimestampSettings.user_name ...

    PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Generate QR Code|Documentation

    Learn how to generate QR codes using Aspose.BarCode for Java with examples of error correction levels, encoding modes, and common use cases....World" ); // Save barcode image generator . save ( folder + "qrcode...setResolution ( 300 ); generator . save ( folder + "qrcode_sized.png"...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... And save your PDF file import aspose...text_fragment ) # Save PDF file document . save ( path_outfile )...

    docs.aspose.com/pdf/python-net/add-rectangle/