Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 218,590 for

new

(0.14 sec)
  1. Edit OTP in PHP | products.aspose.com

    Edit OTP in PHP. Use PHP library API to edit OTP files...edit a OTP file by adding a new line of text to it. Edit OTP...PHP via Java , you can add a new line of text to the OTP document...

    products.aspose.com/slides/php-java/editor/otp/
  2. Edit PPS in PHP | products.aspose.com

    Edit PPS in PHP. Use PHP library API to edit PPS files...edit a PPS file by adding a new line of text to it. Edit PPS...PHP via Java , you can add a new line of text to the PPS document...

    products.aspose.com/slides/php-java/editor/pps/
  3. Edit POTX in PHP | products.aspose.com

    Edit POTX in PHP. Use PHP library API to edit POTX files...edit a POTX file by adding a new line of text to it. Edit POTX...PHP via Java , you can add a new line of text to the POTX document...

    products.aspose.com/slides/php-java/editor/potx/
  4. Edit POTM in PHP | products.aspose.com

    Edit POTM in PHP. Use PHP library API to edit POTM files...edit a POTM file by adding a new line of text to it. Edit POTM...PHP via Java , you can add a new line of text to the POTM document...

    products.aspose.com/slides/php-java/editor/potm/
  5. Edit PPTX in PHP | products.aspose.com

    Edit PPTX in PHP. Use PHP library API to edit PPTX files...edit a PPTX file by adding a new line of text to it. Edit PPTX...PHP via Java , you can add a new line of text to the PPTX document...

    products.aspose.com/slides/php-java/editor/pptx/
  6. Getting Started|Documentation

    Setup Aspose.Cells for JavaScript via C++ and installation guidelines....Creation and Editing: Create new spreadsheets from scratch or...Cells for JavaScript Create a new project directory and install...

    docs.aspose.com/cells/javascript-cpp/getting-st...
  7. Edit PDF in PHP | products.aspose.com

    Edit PDF in PHP. Use PHP library API to edit PDF files...edit a PDF file by adding a new line of text to it. Edit PDF...PHP via Java , you can add a new line of text to the PDF document...

    products.aspose.com/slides/php-java/editor/pdf/
  8. PdfDigitalSignatureDetails Class | Aspose.Words...

    Discover the Aspose.Words.PdfDigitalSignatureDetails class for seamless PDF digital signing. Enhance document security with easy integration and robust features....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity.... Document doc = new Document (); Paragraph para =...document's first paragraph. Run run = new Run ( doc , "Hello world!" );...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#.... Example: Document doc = new Document ( "input.docx" ); PdfSaveOptions...PdfSaveOptions options = new PdfSaveOptions (); options . Password...

    docs.aspose.com/words/net/specify-save-options/