Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 34,990 for

line

(3.2 sec)
  1. Error activating aspose.word on test environmen...

    Hi we have just purchase a new license for Aspose.Word we have registered the product in Program.cs Snippet Aspose.Words.License license = new Aspose.Words.License(); license.SetLicense("Aspose.Words.lic"); and pla…...Execution : Confirm that the line of code to set the license is...

    forum.aspose.com/t/error-activating-aspose-word...
  2. Installation|Documentation

    Adding or updating Aspose.OCR for Python via Java package in your project....is available from the command line. You can check this by running:...

    docs.aspose.com/ocr/python-java/installation/
  3. FieldGreetingLine class | Aspose.Words for Python

    aspose.words.fields.FieldGreetingLine class. Implements the GREETINGLine field...Inserts a mail merge greeting line. Inheritance: FieldGreetingLine...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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/
  5. 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...
  6. 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-...
  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. Processor.From | Aspose.Words for .NET

    Enhance your workflow with our processor that efficiently handles input documents for seamless processing and improved productivity....convert documents with a single line of code using context. string...from a stream with a single line of code using context. string...

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