Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,302 for

update string index

(0.05 sec)
  1. Impose PDF using Java

    This article guides on how to impose PDF using Java. It has the details to set the IDE, a list of steps, and a sample code to perform PDF imposition using Java....imposition Create an array of page indexes for left-side pages in the...array for right-side page indexes Call the makeBooklet() method...

    kb.aspose.com/pdf/java/impose-pdf-using-java/
  2. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library....Insert method with specified index. Save the output PDF using the...ExampleAddPages { private static String _dataDir = "/home/admin1/p...

    docs.aspose.com/pdf/java/add-pages/
  3. Add Comments to Visio Drawings using Python

    This brief article guides to add comments to Visio drawings using Python. You can follow this code and steps to insert comments to Visio drawings using Python....accessing a specific page using its index. Then specify the position coordinates...comment as well as the text string before saving the output Visio...

    kb.aspose.com/diagram/python/add-comments-to-vi...
  4. Working with Message Attachments|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....insert attachments at specific index in the parent message. It also...MapiAttachmentCollec Insert(int index, string name, MapiMessage msg)....

    docs.aspose.com/email/python-net/working-with-m...
  5. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...PDFHandler { public static void main(String[] args) throws Exception {...lang.IndexOutOfBoundsExce: Index -1 out of bounds for length...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  6. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document... automatically_update_styles Gets or sets a flag...styles in the document are updated to match the styles in the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...the UI and try to save the updated workbook by merging the new...mergeExcelFileFromJs() using updated JSON. Open the saved file —...

    forum.aspose.com/t/add-row-and-add-column-actio...
  8. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field...form field are automatically updated whenever the field is exited...drop_down_selected_index Gets or sets the index specifying the currently...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Managing Message Attachments|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....MapiAttachment attachment , string fileName ) { foreach ( var...insert attachments at specific index in the parent message. It also...

    docs.aspose.com/email/net/managing-message-atta...
  10. How to Find and Replace Text in PDF using Python

    This article assists on how to find and replace text in PDF using Python. It provides information about setting the environment and a runnable sample code to replace text in a PDF using Python....Save the updated PDF file on the disk with updated text These...is declared by providing a string that is to be searched and...

    kb.aspose.com/pdf/python/how-to-find-and-replac...