Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 582,936 for

save

(0.18 sec)
  1. PdfDigitalSignatureTimestampSettings.PdfDigital...

    PdfDigitalSignatureTimestampSettings 构造函数. 初始化此类的一个实例...创建一个“PdfSaveOptions”对象,我们可以将它传递给文档的“Save”方法 // 修改该方法如何将文档转换为 .PDF。 PdfSaveOptions...Password ); // 此时“Save”方法会将我们的签名应用到输出文档。 doc . Save ( ArtifactsDir...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Convert TEXT to MBOX in Python | products.aspos...

    Save TEXT to MBOX within Python applications without using Microsoft Word or Outlook...NET and save it into MBOX format. How to...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. Convert PDF To TIFF - C++

    Convert PDF to TIFF format in C++ code. Save PDF as TIFF using C++.... Save PDF as TIFF in C++ The following...the local drive, then simply save it as TIFF, specifying the required...

    products.aspose.com/words/cpp/conversion/pdf-to...
  4. Გადაიყვანეთ WORD PDF C++

    გადაიყვანეთ WORD PDF C++ ფორმატში კოდით. შეინახეთ WORD როგორც PDF C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის PDF სახით შესანახად...<Document>( u"Input.docx" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  5. Გადაიყვანეთ DOC TXT C++

    გადაიყვანეთ DOC TXT C++ ფორმატში კოდით. შეინახეთ DOC როგორც TXT C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის TXT სახით შესანახად...<Document>( u"Input.doc" ); doc-> Save ( u"Output.txt" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/doc...
  6. Გადაიყვანეთ WORD XPS C++

    გადაიყვანეთ WORD XPS C++ ფორმატში კოდით. შეინახეთ WORD როგორც XPS C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის XPS სახით შესანახად...<Document>( u"Input.docx" ); doc-> Save ( u"Output.xps" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  7. Გადაიყვანეთ WORD MARKDOWN C++

    გადაიყვანეთ WORD MARKDOWN C++ ფორმატში კოდით. შეინახეთ WORD როგორც MARKDOWN C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის Markdown სახით...<Document>( u"Input.docx" ); doc-> Save ( u"Output.md" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  8. Embedded Font - PowerPoint C# API|Aspose.Slides...

    Use embedded fonts in PowerPoint presentation in C# or .NET... Save ( "picture1_out.png" , ImageFormat...GetThumbnail ( new Size ( 960 , 720 )). Save ( "picture2_out.png" , ImageFormat...

    docs.aspose.com/slides/net/embedded-font/
  9. How to Remove Formula but Keep Data in Excel in...

    This brief tutorial provides information on how to remove formula but keep data in Excel in Java. Using these steps you can remove formula from excel but keep data in java on Windows, Linux and macOS etc.... In the end, you can save this file as it is or in a different...removed Using the cell reference save the existing value in a temporary...

    kb.aspose.com/cells/java/how-to-remove-formula-...
  10. Protect and lock PDF document via Java | Aspose...

    Java sample code to lock PDF file using password on Java Runtime Environment for JSP/JSF Application and Desktop Applications....CryptoAlgorithm Save the secure PDF using save() method System...AESx256 ); // save updated PDF pdfFile . save ( "EncryptedFile...

    products.aspose.com/pdf/java/protect/pdf/