Sort Score
Result 10 results
Languages All
Labels All
Results 5,491 - 5,500 of 568,892 for

save

(0.27 sec)
  1. Փոխարկել HTML DOCX C++

    Փոխարկեք HTML ը DOCX ձևաչափի C++ կոդով: Պահեք HTML որպես DOCX օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես DOCX...<Document>( u"Input.html" ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/htm...
  2. Add Image to Existing PDF File|Aspose.PDF for P...

    This section describes how to add image to existing PDF file using PHP.... Save the file. The following code...$page -> getCropBox ()); // Save the modified document to the...

    docs.aspose.com/pdf/php-java/add-image-to-exist...
  3. Unlock DOC document via C++ | products.aspose.com

    C++ example code to unlock password protected DOC file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....protection Save the result back in DOC format with save() method...doc->Unprotect(); // Save the document doc->Save(u "unprotected.doc"...

    products.aspose.com/words/cpp/unlock/doc/
  4. Unlock DOT document via C++ | products.aspose.com

    C++ example code to unlock password protected DOT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....protection Save the result back in DOT format with save() method...doc->Unprotect(); // Save the document doc->Save(u "unprotected.dot"...

    products.aspose.com/words/cpp/unlock/dot/
  5. Unlock ODT document via C++ | products.aspose.com

    C++ example code to unlock password protected ODT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....protection Save the result back in ODT format with save() method...doc->Unprotect(); // Save the document doc->Save(u "unprotected.odt"...

    products.aspose.com/words/cpp/unlock/odt/
  6. Enum AztecSymbolMode | Aspose.BarCode for .NET ...

    Aspose.BarCode.Generation.AztecSymbolMode enum. Specifies the Aztec symbol mode...change Aztec Symbol mode and save a BarCode image. [C#] using...AztecSymbolMode . Rune ; generator . Save ( "test.png" ); } [VB.NET] Using...

    reference.aspose.com/barcode/net/aspose.barcode...
  7. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF pages into individual PDF files in your .NET applications with C#.... Save the new PDF using Save method. The following...Add ( pdfPage ); newDocument . Save ( dataDir + "page_" + pageCount...

    docs.aspose.com/pdf/net/split-pdf-document/
  8. Delete Pages from PDF via Java | Aspose.PDF

    Java source code for deleting pages from PDF on any platform.... Save the output PDF using the Save method. System...t.pdf" ; // Save updated PDF pdfDocument . save ( _dataDir );...

    products.aspose.com/pdf/java/pages/delete/
  9. Protect PPTX Presentation Files using Java | pr...

    Java source code to protect PPTX Presentation.... save ( "encrypted-pres.pptx" , SaveFormat...( "123123" ); presentation . save ( "write-protected-pres.pptx"...

    products.aspose.com/slides/java/protect/pptx/
  10. Convert PDF to JPG in C++ | products.aspose.com

    Convert PDF to JPG in C++. Use C++ library API to convert PDF files to JPGs...Presentation from PDF file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/pdf-t...