Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 214,359 for

new

(0.29 sec)
  1. Table conditional styles unexpected behavior - ...

    Hi, I’ve noticed that conditional table padding styles (checked for FirstRow in particular) have a somewhat unexpected interaction with inline (as in - defined for specific instance of a table) styles in imported tables…...document var docFromOldEngine = new Document(@"OldEmpty.docx"); var...sourceDocument = new Document(@"src.docx"); var madeWithAspose = new Document();...

    forum.aspose.com/t/table-conditional-styles-une...
  2. 搜索

    搜索...(Presentation presentation = new Presentation()) { // Adds a smile...33 ; List< string > frames = new List< string >(); using ( var...

    blog.aspose.com/zh-hant/slides/convert-mp4-to-m...
  3. Update Links in a PDF File - Free Support Forum...

    In this article… Update Links in PDF|Aspose.PDF for .NET … I’ve tried the demo code in the “Set Link Target to Another PDF File” and get the following error… {“Unable to cast object of type ‘Aspose.Pdf.InteractiveFeatur…...null/nothing and then try placing a new Link object over same location...existing action, you must create a new action in this case. See the...

    forum.aspose.com/t/update-links-in-a-pdf-file/3...
  4. Aspose-pdf-25.4 Download - Free Support Forum -...

    Hello Support Team, We need the aspose-pdf-25.4 version to address an issue we are running. Can you please provide the link to download. thanks George...8 and the new version is 25.4. So, do we need a new license file...file from you for the new java version aspose-pdf 25.4? The below...

    forum.aspose.com/t/aspose-pdf-25-4-download/312699
  5. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for PHP. From entire pages, from a specific part, based on columns, etc.... // Create a new Document object from the input...$document = new Document ( $inputFile ); // Create a new TextAbsorber...

    docs.aspose.com/pdf/php-java/extract-text-from-...
  6. Remove Tables from existing PDF|Aspose.PDF for ...

    Understand how to remove tables from a PDF document using Aspose.PDF for .NET, improving document clarity and structure....from PDF document We have added new function i.e. Remove() to the...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/remove-tables-from-exis...
  7. Edit PPSX in PHP | products.aspose.com

    Edit PPSX in PHP. Use PHP library API to edit PPSX files...edit a PPSX file by adding a new line of text to it. Edit PPSX...PHP via Java , you can add a new line of text to the PPSX document...

    products.aspose.com/slides/php-java/editor/ppsx/
  8. Edit ODP in PHP | products.aspose.com

    Edit ODP in PHP. Use PHP library API to edit ODP files...edit a ODP file by adding a new line of text to it. Edit ODP...PHP via Java , you can add a new line of text to the ODP document...

    products.aspose.com/slides/php-java/editor/odp/
  9. Font.Bidi | Aspose.Words for .NET

    Discover the Font Bidi property, control right-to-left text characteristics for enhanced readability and user experience in your web designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Find an replace with multiple line - Free Suppo...

    Hi I need to replace a text in pdf with multiple lines , example test1 => test1 test2 test3. i tried to add \n but it does not work. It adds space like test1 test2 test3. we are using TextFragmentAbsorber to find…...find the text and then set the new text with line breaks. However...setText method to include the new lines. Here’s an example of how...

    forum.aspose.com/t/find-an-replace-with-multipl...