Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 34,511 for

line

(1.55 sec)
  1. Incorrect Chart Is Displayed When Loading and S...

    Dear Aspose Support Team, I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart display after export. Below are the details…...specifically a missing green data line in exported charts compared...

    forum.aspose.com/t/incorrect-chart-is-displayed...
  2. StackOverflowException with ImagePlacementAbsor...

    Using the following code on the attached PDF causes a StackOverflowException on Aspose.PDF for .NET 26.2: var pdf = new Document("input.pdf"); var absorber = new ImagePlacementAbsorber(); …...Accept(absorber); Removing the 3rd line (i.e. leaving IsReadOnlyMode...

    forum.aspose.com/t/stackoverflowexception-with-...
  3. Convert ATT to AMF via Python | products.aspose...

    Sample code for ATT to AMF Python conversion. Use API example code for batch ATT files to AMF conversion within VB.NET, Asp.NET or any .NET based application.... Command line pip install aspose- 3d Steps...files to AMF in just a few lines of code. Load ATT file via the...

    products.aspose.com/3d/python-net/conversion/at...
  4. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....margins, page orientation inter -lines, -character distances etc. Cursor...rectangle, circle, ellipse, line, arc, bezier curve and complex...

    docs.aspose.com/pdf/java/convert-other-files-to...
  5. Manage IMAP Message Flags in Python with Aspose...

    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....the ‘is_read’ flag with just a line of code: # Remove the 'is_read'...

    docs.aspose.com/email/python-net/manage-message...
  6. Convert ATT to FBX via Python | products.aspose...

    Sample code for ATT to FBX Python conversion. Use API example code for batch ATT files to FBX conversion within VB.NET, Asp.NET or any .NET based application.... Command line pip install aspose- 3d Steps...files to FBX in just a few lines of code. Load ATT file via the...

    products.aspose.com/3d/python-net/conversion/at...
  7. Convert DRC to ATT via Python | products.aspose...

    Sample code for DRC to ATT Python conversion. Use API example code for batch DRC files to ATT conversion within VB.NET, Asp.NET or any .NET based application.... Command line pip install aspose- 3d Steps...files to ATT in just a few lines of code. Load DRC file via the...

    products.aspose.com/3d/python-net/conversion/dr...
  8. Convert ATT to DRC via Python | products.aspose...

    Sample code for ATT to DRC Python conversion. Use API example code for batch ATT files to DRC conversion within VB.NET, Asp.NET or any .NET based application.... Command line pip install aspose- 3d Steps...files to DRC in just a few lines of code. Load ATT file via the...

    products.aspose.com/3d/python-net/conversion/at...
  9. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Android via Java. From entire pages, from a specific part, based on columns, etc....txt" , true ); // Write a line of text to the file writer ...

    docs.aspose.com/pdf/androidjava/extract-text-fr...
  10. Appending a TextFragment to TextBuilder gives a...

    I have code that modifies a pdf by adding a TextFragment to TextBuilder. It works for most PDFs but for this specific PDF it throws an IndexOutOfRangeException on the Line: textBuilder.AppendText(textFragment); Any ide…...IndexOutOfRangeExcep on the line: textBuilder.AppendText(textFragment);...

    forum.aspose.com/t/appending-a-textfragment-to-...