Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 375,981 for

save

(0.17 sec)
  1. Specify Default Presentation Fonts in JavaScrip...

    Set default fonts in Aspose.Slides for Node.js via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } } // Generate PDF pres . save ( "output_out.pdf" , aspose...

    docs.aspose.com/slides/nodejs-java/default-font/
  2. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a document as a numeric value....property to a correct value before saving a document. Examples Shows...readOnlyRecommended = true ; doc . save ( base . artifactsDir + "DocumentProperties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Put Signature on Photo using Java

    This article guides how to put signature on photo using Java. It shares details to set the IDE, a list of steps, and a sample code demonstrating how to put signature on pictures using Java....white Save the updated pixel in the signature and save it for...image on the main image and save it These steps summarize how...

    kb.aspose.com/imaging/java/put-signature-on-pho...
  4. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++.... Save the modified presentation. This...18 ); } } } // Save PPTX to Disk pres -> Save ( outPath , Aspose...

    docs.aspose.com/slides/cpp/manage-paragraph/
  5. Converting a PDFA file to PDF using C++ | Aspos...

    Sample code for PDFA to PDF conversion using C++. Use C++ example for batch PDFA to PDF conversion....PDF/A compliance information Save the output PDF file Here is...your PDFA file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdfa-to-...
  6. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....second parameter of the Workbook::Save method. You may also use the...workbook ( inputFilePath ); // Save the workbook as JSON U16String...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  7. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....xlsx" )); // Save the workbook workbook . save ( path . join...AI Document Assistant Close Save Excel into PDF with Standard...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  8. Create PDF Forms using Python | Aspose.PDF

    Create PDF forms and add fields programmatically with Python sample code using Aspose.PDF for Python for .NET....Add field to the document and save modified PDF Create PDF Forms... 1 ) # Save the modified PDF document document . save ( path_outfile...

    products.aspose.com/pdf/python-net/acroforms/cr...
  9. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection of digital signatures attached to a document in Java....Date()); // There are two ways of saving a signed copy of a document...a local system filename and save a signed copy at a location...

    reference.aspose.com/words/java/com.aspose.word...
  10. PDF Tooltip using C#|Aspose.PDF for .NET

    Learn how to add tooltip to the text fragment in PDF using C# and Aspose.PDF...tooltip" )); // Save PDF document document . Save ( dataDir + "Tooltip_out...field ); } // Save PDF document document . Save ( dataDir + "Tooltip_out...

    docs.aspose.com/pdf/net/pdf-tooltip/