Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 5,659 for

document parsing

(0.28 sec)
  1. How to Rotate PDF using C#

    This article guides on how to rotate PDF using C#. It has development environment settings, a list of steps to be performed and a runnable sample code to rotate PDF pages using C#....using the Document class for changing the orientation Parse through...into the Document class object and then each page is parsed to access...

    kb.aspose.com/pdf/net/how-to-rotate-pdf-using-c...
  2. Creating Annotations within pdf files using Asp...

    Hi, Can you please send me Documentation for creating annotations i.e Redaction, Highlight, Comment etc. Thanks...Can you please send me documentation for creating annotations...PDF component inside the PDF document rather than just overlaying...

    forum.aspose.com/t/creating-annotations-within-...
  3. Merge JIRA to ORACLE PRIMAVERA via C++

    Sample C++ merging code JIRA to ORACLE PRIMAVERA. Use example code for batch JIRA files to ORACLE PRIMAVERA merging within any C++ Application....Tasks for C++ Merger Demos Documentation Source Code API Reference...Overview Overview Merger Demos Documentation Source Code API Reference...

    products.aspose.com/tasks/cpp/merger/jira-to-or...
  4. Aspose::Words::Fields::FieldOptions::get_UseInv...

    Aspose::Words::Fields::FieldOptions::get_UseInvariantCultureNumberFormat method. Gets or sets the value indicating that number format is parsed using invariant culture or not in C++....indicating that number format is parsed using invariant culture or...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Want to get InputStream from MapiAttachment- Ma...

    I am working on email processing My requirement is to get InputStram from parsed msg So, want to retrieve InputStream from MapiAttachment and MapiMessage....requirement is to get InputStram from parsed msg So, want to retrieve InputStream...Outlook Message format document that can be parsed Looking forward to...

    forum.aspose.com/t/want-to-get-inputstream-from...
  6. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...Document TempLoadDocument = new Aspose.Pdf.Document(DocuementFileName);...= double.Parse(AddImageWidth), Height = double.Parse(AddImageHeight)...

    forum.aspose.com/t/two-issues-with-adding-water...
  7. Hyperlinks and OLE Object links - Free Support ...

    Hi Aspose team, I am evaluating components and currently have some questions in regard to Tasks. I need to access hyperlinks/OLE Object links created in Project file and make some changes. For example, I have Task w…...Objects inserted into Project document. Thanks in advance, Oliver...RootTask, collector, 0); // Parse through all the collected tasks...

    forum.aspose.com/t/hyperlinks-and-ole-object-li...
  8. Merge XML to MPP via C# | Microsoft Project Mer...

    Sample code for XML to MPP C# merging. Use API example code for batch XML files to MPP merging within VB.NET, Asp.NET or any .NET based application....NET Merger Demos Documentation Source Code API Reference...Overview Overview Merger Demos Documentation Source Code API Reference...

    products.aspose.com/tasks/net/merger/xml-to-mpp/
  9. AxisBound.valueAsDate property | Aspose.Words f...

    AxisBound.valueAsDate property. Returns value of axis bound represented as datetime.... Document (); let builder = new aw ...dates = [ Date . parse ( "1973-05-11" ), Date . parse ( "1981-02-04"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Convert PDF to JPEG in Python

    This tutorial will guide you on how to convert PDF to JPEG in Python. It will teach you how using Python convert PDF to JPEG of any type like PNG, BMP, JPG, and others....the source PDF file into the Document class object for converting...all the PDF pages using the Document.pages collection Call the...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...