Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 7,195 for

parsing

(0.36 sec)
  1. Работа с задачами на сервере Exchange|Documenta...

    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.... getTasksUri ()); // Parse all the tasks info in the list...); task . setDueDate ( sdf . parse ( "26/02/2013 00:00:00" ));...

    docs.aspose.com/email/ru/java/working-with-task...
  2. Arbeiten mit Aufgaben auf dem Exchange‑Server|D...

    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.... getTasksUri ()); // Parse all the tasks info in the list...); task . setDueDate ( sdf . parse ( "26/02/2013 00:00:00" ));...

    docs.aspose.com/email/de/java/working-with-task...
  3. Exchange Server'da Görevlerle Çalışma|Documenta...

    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.... getTasksUri ()); // Parse all the tasks info in the list...); task . setDueDate ( sdf . parse ( "26/02/2013 00:00:00" ));...

    docs.aspose.com/email/tr/java/working-with-task...
  4. Arbeta med uppgifter på Exchange‑servern|Docume...

    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.... getTasksUri ()); // Parse all the tasks info in the list...); task . setDueDate ( sdf . parse ( "26/02/2013 00:00:00" ));...

    docs.aspose.com/email/sv/java/working-with-task...
  5. עבודה עם משימות ב-Exchange Server|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.... getTasksUri ()); // Parse all the tasks info in the list...); task . setDueDate ( sdf . parse ( "26/02/2013 00:00:00" ));...

    docs.aspose.com/email/he/java/working-with-task...
  6. Utwórz przypomnienie o spotkaniu|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.... Parse ( "10/21/2006 10:00 AM" ); appt...appt . End = DateTime . Parse ( "10/21/2006 3:00 PM" ); appt...

    docs.aspose.com/email/pl/net/create-a-reminder-...
  7. Архивы

    Архивы...загруженный файл PUB с помощью метода parse(). Инициализируйте объект MemoryStream...издателя Document doc = parser.parse(); // Конвертируйте PUB в PDF-файл...

    blog.aspose.com/ru/pub/convert-pub-to-jpg-in-java/
  8. PUB Converter API megoldás | .HÁLÓ

    Konvertálja a MS Publisher fájlokat programozottan a C# könyvtáron keresztül. Egyszerű API-megoldás saját PUB-konverter .NET projekt létrehozásához....dokumentumobjektummá történő elemzéséhez a Parse () metódusával a IPubParser...CreateParser(fileName); var doc = parser.Parse(); //Convert to jpg and save...

    products.aspose.com/pub/hu/net/conversion/
  9. Часті запитання | Aspose.PUB для C++

    Отримайте відповіді на найпоширеніші запитання про Aspose.PUB для C++, який є комплексним API для маніпулювання, перетворення та редагування файлів .pub....pub" ); 3 // Parse the file 4 System::SharedPtr...Document > document = parser -> Parse(); 5 // Convert PUB to PDF 6...

    docs.aspose.com/pub/uk/cpp/faq/
  10. Converter ficheiros PUB com APIs Java

    A funcionalidade de conversão do arquivo Publisher usando a solução Aspose.PUB para Java é descrita e demonstrada com o pseudocódigo neste artigo....resultado da chamada do método Parse no objeto Parser . Este método...4 5 Document doc = parser. parse (); 6 7 com. aspose . pub ....

    docs.aspose.com/pub/pt/java/convert-pub-files/