Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 8,961 for

filter

(1.48 sec)
  1. What is PDF file? | Knowledge Base

    PDF is the most popular Page Description language. The format is known to anyone who has a computer and is supported by most interfaces and systems....the stream and an array of filters used for encoding the stream...8 /ColorSpace /DeviceGray /Filter [/ASCII85Decode /FlateDecode]...

    docs.aspose.com/page/net/what-is-pdf-file/
  2. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。... Annotations ) { // Filter TextMarkupAnnotation if ( annotation...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...
  3. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API.... Filter out a list of page nodes. Retrieve...

    docs.aspose.com/note/net/working-with-text/
  4. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...we can make a LINQ query to filter the desired annotations. Getting...

    docs.aspose.com/pdf/net/figures-annotation/
  5. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....filter(Shape.class::isInstance) .map(Shape...e.SHAPE, true).toArray()) .filter(Shape.class::isInstance) .map(Shape...

    reference.aspose.com/words/java/com.aspose.word...
  6. Pivot Table Defaults to COUNT instead of SUM wi...

    Hi Aspose Team, We are using Aspose.Cells for Node.js via Java to generate Excel reports with pivot tables. Our Goal: We need to create a pivot table that summarizes an “Amount” column from a source data sheet using S…...filter( (row) => row.priorPeriodValue...priorPeriodData = processedTransaction.filter( (row) => row.priorPeriodValue...

    forum.aspose.com/t/pivot-table-defaults-to-coun...
  7. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....some good features to auto‑filter or validate worksheet data...Document Assistant Close Data Filtering with C++ Data Sorting with...

    docs.aspose.com/cells/cpp/data-validation/
  8. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++.... IIndexFilter Defines a filter for skipping items based on...

    reference.aspose.com/words/cpp/aspose.words/
  9. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture... filter ( s => s . asShape (). hasImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...filter(Objects::nonNull) .collect(Collectors...

    forum.aspose.com/t/unable-to-extract-javascript...