Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 9,690 for

replace text

(0.05 sec)
  1. Large amount of RAM/time needed to convert a sc...

    Hello, I am converting a scanned PDF with a Text layer to PDF/A-2a. I noticed that converting this PDF needs about 1,5GB of RAM to succeed, and it takes about 22 minutes. The font that is used for the Text layer is not …...to convert a scanned PDF with text layer to PDF/A-2a Aspose.PDF...converting a scanned PDF with a text layer to PDF/A-2a. I noticed...

    forum.aspose.com/t/large-amount-of-ram-time-nee...
  2. Search XLSM document without opening via C++ | ...

    C++ example code to search words with pattern in XLSM file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use IWorkbook->Replace(..) method with relevant options...eSensitive( false ); // Set text matching option replaceOpti...

    products.aspose.com/cells/cpp/search/xlsm/
  3. tableabsorber - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....text com.aspose.pdf Interfaces Document...PDF document page and replace the text in a table cell. // Open...

    reference.aspose.com/pdf/java/com.aspose.pdf/ta...
  4. Aspose::Cells::Drawing::Texts::FontSettingColle...

    Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText method. Insert index at the position in C++....Aspose::Cells::Drawing::Texts::FontSettingCollectio::InsertText...Aspose :: Cells :: Drawing :: Texts :: FontSettingCollectio :: InsertText...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Search XLSB document without opening via C++ | ...

    C++ example code to search words with pattern in XLSB file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use IWorkbook->Replace(..) method with relevant options...eSensitive( false ); // Set text matching option replaceOpti...

    products.aspose.com/cells/cpp/search/xlsb/
  6. Document.Range.Replace is incredibly slow - Fre...

    We are looking at Aspose.Word to handle our document production and conversion to PDF. Our requirement is to Replace tokens contained in a Word document with content (sometimes Rich/HTML) from a database. These Replaceme…...Replace is incredibly slow Aspose.Words Product...PDF. Our requirement is to replace tokens contained in a Word...

    forum.aspose.com/t/document-range-replace-is-in...
  7. How to Edit PDF Document in Java

    This article guides on how to edit PDF document in Java. It has the details to set the environment, the program logic and a runnable sample code to edit Text in PDF file in Java....and replace some text in the entire file Find and replace some...some other text but change its font and color as well Instantiate...

    kb.aspose.com/pdf/java/how-to-edit-pdf-document...
  8. Get Started|Aspose.PDF for Python via .NET

    This section describes the basic principles of work Aspose.PDF for Python via .NET. Python Library supports a wide variety of functions....Add, search, extract and replace text in PDF files . Add/delete...Add/delete, extract and replace images . Insert, delete, split PDF pages...

    docs.aspose.com/pdf/python-net/get-started/
  9. 2D Drawing API | products.aspose.com

    2D Graphics Library to render vector graphics, display Text, and to save drawing results in commonly used graphics file formats...rendering vector graphics and text without any software dependencies...drawing text, geometries, and images, to directly replace System...

    products.aspose.com/drawing/family/
  10. How to remove table structure and not the table...

    I am having a document with some tables. Each table contains some data fields, bookmarks, images etc,. I want to remove the table structure and i want keep the data which are inside the table. I can do this manually for…...Layout Tab and select Convert to Text option under Data option. Choose...following code to convert a table to text: Document doc = new Document(MyDir...

    forum.aspose.com/t/how-to-remove-table-structur...