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

line

(0.65 sec)
  1. TeX to SVG Conversion API| Python

    TeX to SVG conversion functionality. Integrate this Python library into your project or use cross-platform applications to convert TeX to SVG....or use the following command line: pip install aspose-tex-net...files to SVG using just a few lines of code. Create an instance...

    products.aspose.com/tex/python-net/conversion/t...
  2. Posting AcroForm Data|Aspose.PDF for .NET

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for .NET....and I have added simple one line code on the page load method...

    docs.aspose.com/pdf/net/posting-acroform-data/
  3. 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...
  4. 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-...
  5. StructuredDocumentTag.Tag | Aspose.Words for .NET

    Discover the StructuredDocumentTag property that defines essential tags for SDT nodes, ensuring efficient document management and organization....document tag can have multiple lines. // Set the "Multiline" property...document tag to span a single line. // Set the "Multiline" property...

    reference.aspose.com/words/net/aspose.words.mar...
  6. PsdImage | Aspose.PSD for Java API Reference

    Defines the PsdImage class that provides the ability to load edit save PSD files as well as update properties add watermarks perform graphics operations or convert one file format to another....getRawLineSize() Gets the raw line size in bytes. getRgbColorProfile()...the whole scan line by the specified scan line index. readScanLine(int...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  7. 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...
  8. Hyphenation.register_dictionary method | Aspose...

    aspose.words.Hyphenation.register_dictionary method...# When a document contains lines of text in which a word could...up and continued on the next line, # hyphenation will look through...

    reference.aspose.com/words/python-net/aspose.wo...
  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-...