Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 7,314 for

parse

(0.18 sec)
  1. How to Remove Watermark from PDF using C#

    This short tutorial guides on how to remove watermark from PDF using C#. It provides all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using C#....object to delete the watermark Parse through all the artifacts on...and then all of its pages are parsed. For each page, its artifacts...

    kb.aspose.com/pdf/net/how-to-remove-watermark-f...
  2. 4989 -Csv to all other formats - Conversion suc...

    Hi Aleander, Please look: Input source: 4989.7z (2.3 KB) Thanks,...Split(','); // parse coordinates double lon = double.Parse(fields[lonIdx]...InvariantCulture); double lat = double.Parse(fields[latIdx], CultureInfo...

    forum.aspose.com/t/4989-csv-to-all-other-format...
  3. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…... Now When I am trying to parse the document, I am getting the...footers, and page numbers being parsed as regular text, you can implement...

    forum.aspose.com/t/aspose-java-words-incorrect-...
  4. Issues with Aspose cells upgrade "gridjs-spread...

    Hi Team, I am using “gridjs-spreadsheet”: “^25.9.0”, version earlier I used “gridjs-spreadsheet”: “^24.6.2” here the images are loading correctly , after upgrade the images are not loading properly..."application/octet-stream"; } // Parse and return the MediaType return...

    forum.aspose.com/t/issues-with-aspose-cells-upg...
  5. Manipulate Tables in existing PDF|Aspose.PDF fo...

    This section covers various methods for table modification using Aspose.PDF for C++...class allows you to search and parse simple tables that already exist...

    docs.aspose.com/pdf/cpp/manipulate-tables-in-ex...
  6. Extracting data from scanned invoices using AI|...

    Combine Aspose.OCR for .NET with ChatGPT to extract information such as numbers, dates, line items, and totals from scanned invoices.... Parsing invoice text with ChatGPT Visit...get a more specific answer: Parse invoice text and return answers...

    docs.aspose.com/ocr/net/ocr-and-parse-with-ai/
  7. 在 C# 中转换颜色代码 – HEX、RGB、HSL、CMYK

    使用 Aspose.SVG for .NET 在 C# 中转换颜色代码。解析 HEX、RGB、HSL、CMYK 和命名颜色,并输出 HEX、RGB、RGBA 或其他颜色模型,适用于 SVG 颜色比较、标准化、验证和处理场景。...to RGB format in C# 2 3 // Parse HEX color from a string 4 Color...to HEX format in C# 2 3 // Parse RGB color from a string 4 Color...

    docs.aspose.com/svg/zh/net/convert-color-codes/
  8. Export EML to TEXT via C++ | products.aspose.com

    C++ API to Convert EML to TEXT without using Microsoft Word or Outlook...Text" ); Parse EML File via C++ Not only you...you can read, manipulate, and parse EML document. You can get subject...

    products.aspose.com/total/cpp/conversion/eml-to...
  9. C# API to Export MSG to MD | products.aspose.com

    Convert MSG to MD without using Microsoft Word or Outlook on .NET... Md ); Parse MSG File via .NET Before converting...you can load MSG document, parse it and have a look at your desired...

    products.aspose.com/total/net/conversion/msg-to...
  10. 使用 Java API 转换 PUB 文件

    本文介绍了使用 Aspose.PUB for Java 解决方案转换 Publisher 文件的功能,并使用伪代码进行了演示。...Document 对象,并将在 Parser 对象上调用 Parse 方法的结果赋给它。该方法使用先前创建的解析器解析 .pub...4 5 Document doc = parser. parse (); 6 7 com. aspose . pub ....

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