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

parsing

(0.06 sec)
  1. IDocumentProcessorPlugin.to_document method | A...

    IDocumentProcessorPlugin.to_document method. Parses the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method into [Document](../../document/) object....to_document method to_document() Parses the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create an Appointment|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 ( "6/11/2007 12:00 AM" ); appt...appt . End = DateTime . Parse ( "6/16/2007 12:00 AM" ); appt ...

    docs.aspose.com/email/net/create-an-appointment/
  3. セル範囲の合計を計算する|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 ( cell . CellValue . Text );...(); } } // Given a cell name, parses the specified cell to get the...

    docs.aspose.com/cells/ja/net/calculate-the-sum-...
  4. API C# для преобразования файлов Publisher PUB

    Функциональность преобразования файла PUB с использованием решения Aspose.PUB для .NET описана и продемонстрирована с помощью псевдокода в этой статье.... Вызовите метод Parse объекта анализатора, чтобы проанализировать...объект PubDocument . Метод Parse отвечает за чтение и извлечение...

    docs.aspose.com/pub/ru/net/convert-pub-files/
  5. Aspose::Words::Loading::LoadOptions::get_Encodi...

    Aspose::Words::Loading::LoadOptions::get_Encoding method. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM document if the encoding is not specified inside the document. Can be null. Default is null in C++....txt" ); // The contents, parsed in UTF-8, create a valid string...specific encoding variant // to parse the file within a LoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. تحرير الناشر | البيانات الوصفية لـ PUB |.NET

    اقرأ بيانات تعريف ملفات Publisher باستخدام PUB .NET API Solution عبر الأنظمة الأساسية. يمنحك .NET API المحلي الوصول إلى خصائص SummaryInfo و DocSummaryInfo.... قم بتحليل المستند عبر Parse () طريقة IPubParser الواجهة..."sample.pub" ); // Parse file var doc = parser.Parse(); // Edit company...

    products.aspose.com/pub/ar/net/metadata/
  7. PUB Convertitore API soluzione | C++

    Converti i file di Microsoft Publisher a livello di codice tramite la libreria C++. Semplice soluzione API per creare il tuo progetto C++ convertitore PUB.... Crea Parser e Parse tramite il metodo Parse () di IPubParser...CreateParser(pubFile); var pubtopdf = parser.Parse(); Aspose.Pub.PubFactory.CreatePdfConverter()...

    products.aspose.com/pub/it/cpp/conversion/
  8. How to Strike Out Text in PDF using Java

    This short tutorial guides on how to strike out text in PDF using Java. It contains all the details to configure the IDE and a runnable sample code to strike out text in Adobe PDF using Java....object for searching a text Parse the PDF document to search all...instances of the search text or parse through the entire collection...

    kb.aspose.com/pdf/java/how-to-strike-out-text-i...
  9. How to Rotate PDF using Python

    This short tutorial guides on how to rotate PDF using Python. It contains detailed steps to write the application and a runnable sample code to rotate PDF pages using Python....orientation are to be changed Parse through each page of the PDF...is loaded and each page is parsed where first the height and...

    kb.aspose.com/pdf/python/how-to-rotate-pdf-usin...
  10. Merge JIRA to MPP via Java

    Sample code for JIRA to MPP Java merging. Use API example code for batch JIRA files to MPP merging within any Web or Desktop Java based application....new instance of Project class Parse Jira format to get required...entities (for example if you want parse *.csv Jira backup file you may...

    products.aspose.com/tasks/java/merger/jira-to-mpp/