Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,444 for

update string index

(0.21 sec)
  1. OCR a PDF image to a readable PDF - Free Suppor...

    We are testing Aspose OCR. Got example code from the site but it is not working. Code is: Dim ocr = New AsposeOcr() Dim settings = New DocumentRecognitionSettings() settings.Language = Language.Eng settings.StartPag…...document has only one page and index starts from 0. So it should..._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity...

    forum.aspose.com/t/ocr-a-pdf-image-to-a-readabl...
  2. How to Split Microsoft Project Tasks | Aspose.T...

    A guide on splitting tasks using Aspose.Tasks for C++....13 rootTask -> Set < System::String > (Tsk::Name(), u "Root" );...Save the Project 28 System ::String dataDir = RunExamples::Get...

    docs.aspose.com/tasks/cpp/split-tasks/
  3. Working with Formulas in Projects | Aspose.Task...

    Learn how to work with Microsoft Project formula functions using Aspose.Tasks for C# and other languages.... Choose( index, choice-1, choice-2, &mldr;...System::ArrayPtr < System::String > numericFormulas = System::MakeArray...

    docs.aspose.com/tasks/cpp/functions-in-formulas/
  4. Managing Controls|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.... It gets the text strings of the two textboxes and changes...property specifies the text string associated with the check box...

    docs.aspose.com/cells/python-net/managing-contr...
  5. 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...
  6. 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/
  7. 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/
  8. 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...
  9. 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...
  10. 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-...