Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 373,085 for

save

(0.34 sec)
  1. Add PDF Header and Footer|Aspose.PDF for PHP vi...

    Aspose.PDF for PHP via Java allows you to add headers and footers to your PDF file using TextStamp class....$textStamp ); // Save output document $document -> save ( $outputFile...$textStamp ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-headers-and-fo...
  2. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。..."test" ); // Save as Excel file workbook . Save ( u "Book1.xlsx"..."password" ); // Save the workbook workbook . Save ( u "Book1.xlsx"...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  3. Slide|Aspose.Slides for Node.js via .NET Docume...

    Control slides in Aspose.Slides for Node.js: create, clone, reorder, resize, set backgrounds, and apply transitions for PPT, PPTX, and ODP presentations.... save ( "slide.pptx" , aspose . slides...firstSlide ); presentation . save ( "slide_cloned.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  4. Adding images|Documentation

    How to include images in Aspose.OMR forms....png align=center Generate and save the printable form, providing...generationResult . Save ( "" , "OMR-Form" ); Generate and save the printable...

    docs.aspose.com/omr/net/generate-template/images/
  5. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#....ResumeUpdate (); } // Save PDF document document . Save ( dataDir + "...ResumeUpdate (); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  6. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file....build_tangent_binormal ( scene ) # Save 3D scene scene . save ( "out" + "BuildTangentAndBinor_out...

    docs.aspose.com/3d/python-net/build-tangent-and...
  7. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java....isLocked(), false); // If we plan on saving the OLE object to a file in...; // Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/java/com.aspose.word...
  8. PDF Conversion Solution using Python via Java |...

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Python for Java...input_pdf ) save_options = Api . DocSaveOptions () save_options ...the recognition mode as Flow save_options . mode = Api . DocSaveOptions...

    products.aspose.com/pdf/python-java/conversion/
  9. Insert an Empty Page at End of PDF File in Ruby...

    Discover how to insert an empty page at the end of a PDF document using Ruby with Aspose.PDF, adding flexibility to your PDF processing tasks.... add () # Save the concatenated output file...the target document ) pdf . save ( data_dir + "output.pdf" )...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  10. Extract Annotation (facades)|Aspose.PDF for Java

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades....And finally, save the updated PDF file using Save method of the...

    docs.aspose.com/pdf/java/extract-annotation/