Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 17,699 for

area

(0.06 sec)
  1. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...text and images beneath that area. Here’s a step-by-step guide...RedactionAnnotation : Define the area you want to redact by creating...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...
  2. ConditionalStyle Class | Aspose.Words for .NET

    Discover the Aspose.Words.ConditionalStyle class for advanced table formatting. Enhance your documents with dynamic styles and improve readability effortlessly....special formatting applied to some area of a table with assigned table...cells. Type { get; } Gets table area to which this conditional style...

    reference.aspose.com/words/net/aspose.words/con...
  3. How to Crop a PDF using Python

    This quick topic describes how to crop a PDF using Python. It covers the environment configuration settings, a program flow, and a working sample code to crop one page from PDF using Python....object by defining the crop area Assign the cropped rectangle...Save the PDF with the cropped area on the disk The above steps...

    kb.aspose.com/pdf/python/how-to-crop-a-pdf-usin...
  4. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some Area of a table with assigned table style...special formatting applied to some area of a table with assigned table...table cells. type Gets table area to which this conditional style...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for Node.js via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....objects, such as the plot area, chart area, or legend box of a chart...properties of the chart plot area. // To set a picture as the...

    docs.aspose.com/cells/nodejs-cpp/set-picture-as...
  6. Extracting text inside a rectangle|Documentation

    Extract text located inside Areas of the image provided by coordinates....and other blocks from certain areas of uniform images, such as ID...extract text from one or more areas of an image, provide a list...

    docs.aspose.com/ocr/net/image-regions-extract/
  7. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_TransparentMetafiles method. Specifies not to blank the Area behind metafile pictures in C++....method Specifies not to blank the area behind metafile pictures. void...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. What is a Page Layout in C++|Aspose.Words for C++

    Let's figure out what a page layout is. A page layout describes the geometry of the content contained in a document....the object is, but also what area (s) of the page it occupies...objects do not overlap the same area (s). What Is a Page Layout For...

    docs.aspose.com/words/cpp/what-is-a-page-layout/
  9. How to Apply Conditional Formatting in Excel in C#

    This article defines the process on how to apply conditional formatting in Excel in C#. It contains IDE settings, a list of steps, and a sample code to create conditional formatting in Excel in C#....its reference Create a cell area and add it to the conditional...sheet. In the next steps, cell area is defined for this conditional...

    kb.aspose.com/cells/net/how-to-apply-conditiona...
  10. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...includes some of the text in these areas but not all. It also places...multiple shapes in the same area, they might overlap, causing...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...