Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 13,302 for

replacement

(0.46 sec)
  1. Working with PDF Facades|Aspose.PDF for Python ...

    Learn how to use Aspose.PDF Facades in Python via .NET to edit PDF content, manage forms and annotations, apply security, sign files, stamp pages, print documents, and inspect PDF metadata....attachment handling, text replacement, page processing, PDF security...

    docs.aspose.com/pdf/python-net/working-with-fac...
  2. C# で PSB ファイルを PNG 形式に変換する方法 | products.aspose.com

    .NET API 経由で PSD、PSB、AI ファイルをエクスポートする...format was created as a replacement of Graphics Interchange Format...

    products.aspose.com/psd/jp/psb-to-png/
  3. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...How can I programmatically replace all occurrences of this character...12:51pm 2 @natasjadegroot To replace all occurrences of the optional...

    forum.aspose.com/t/optional-hyphen/316920
  4. Change Image in PDF using Python

    This short tutorial guides on how to convert PDF to MP4 using Python. You will get details to set the IDE, a list of steps, and a sample code for developing a PDF to MP4 converter using Python....code demonstrating how to replace image in PDF using Python ...content in the PDF file and replace the target image with a new...

    kb.aspose.com/pdf/python/change-image-in-pdf-us...
  5. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++.... Replace Text in a Table The table,...table range object, you can replace text in a table. The ability...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  6. Work with Text in a Table|Aspose.Words for Java

    Replace text in a table in Java. Extract Plain Text from Table or Cell using Java.... Replace Text in a Table The table,...table range object, you can replace text in a table. The ability...

    docs.aspose.com/words/java/extract-text-from-an...
  7. How to Mail Merge PDF to Word Conversion|Aspose...

    Aspose.Words for Java provides some advanced Mail Merge features that allow you to merge PDF to Word conversion.... You must replace those static texts with actual...strings in the document and replace each occurrence with a FieldMergeField...

    docs.aspose.com/words/java/how-to-mail-merge-pd...
  8. Substitute TrueType Fonts|Aspose.Words for Node...

    Aspose.Words for Node.js via .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately. If a font or a specific character is not available, Aspose.Words searches for a suitable font Replacement or uses the Font fallback mechanism....font data or a suitable replacement for the requested font. Since...below (when the appropriate replacement is found, the Font Substitution...

    docs.aspose.com/words/nodejs-net/manipulating-a...
  9. Aspose Word to HTML Conversion – Content Contro...

    Hi, When I convert a Word document to HTML (either online using the link below or programmatically), I encounter an issue: the inner content of content controls is not wrapped with a <div> tag in the HTML structure. Why…...tags using a basic string replacement in C# after conversion: string...htmlContent = htmlContent.Replace("<contentControl>", "<div><contentControl>");...

    forum.aspose.com/t/aspose-word-to-html-conversi...
  10. Working with Ranges in C#|Aspose.Words for .NET

    Introduction to Range feature in Aspose.Words for .NET....can I replace text inside a Range? A: Use the Replace method...the text to find and the replacement text. The operation works...

    docs.aspose.com/words/net/working-with-ranges/