Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 34,349 for

line

(0.52 sec)
  1. 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-...
  2. 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...
  3. Issue During Bulk PDF Merge – Font Object Error...

    Hi Aspose Team, We are using Aspose.PDF for HTML-to-PDF conversion, and the generated PDFs appear correct when processed individually. However, we are encountering an issue during our bulk download process, where we me…...unexpected strings such as “/line” appearing within the document...

    forum.aspose.com/t/issue-during-bulk-pdf-merge-...
  4. 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-...
  5. 使用 Aspose.SVG Builder API 进行高级 SVG 创建和修改 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...draws a line from the current point to the new point (Line to x=10...Another 'L' to draw a line to a new point (Line to x=0, y=10). 9 ...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  6. LaTeX to SVG Conversion API| Python

    LaTeX to SVG conversion functionality. Integrate this Python library into your project or use cross-platform applications to convert LaTeX 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/l...
  7. TeX to XPS Conversion API| Python

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

    products.aspose.com/tex/python-net/conversion/t...
  8. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...highlighted logo’s are on same line in eml but in output file it...it each logo is on next line and borders are missing 1357×715...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  9. Aspose::Words::TableStyle::get_ColumnStripe met...

    Aspose::Words::TableStyle::get_ColumnStripe method. Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding in C++....builder -> EndTable (); // Apply a line style to all the borders of...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…..."Some text line .." + "</p>" + "<p>" + "second text line .." + "</p>"...

    forum.aspose.com/t/add-new-last-slide-with-text...