Sort Score
Result 10 results
Languages All
Labels All
Results 4,891 - 4,900 of 12,967 for

replacement

(0.25 sec)
  1. Advanced operations|Aspose.PDF for .NET

    Aspose.PDF can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....- add, format, search and replace text in PDF. Working with Images...

    docs.aspose.com/pdf/net/advanced-operations/
  2. Java을(를) 사용하여 PPT 프레젠테이션 파일 수정 | products.aspos...

    PPT Presentation에서 텍스트를 찾고 교체하기 위한 Java 소스 코드.... save ( "replaced.ppt" , SaveFormat . Ppt );...

    products.aspose.com/slides/ko/java/redaction/ppt/
  3. Извлечение изображений из PDF-файла с помощью P...

    Узнайте, как извлекать встроенные изображения из PDF‑файлов с помощью Python.... replace ( "index" , str ( index ))...

    docs.aspose.com/pdf/python-net/extract-images-f...
  4. ImlRenderingMode | Aspose.Words for Java

    Specifies how ink InkML objects are rendered to fixed page formats in Java....document model are permanently replaced with their fall-back counterparts...

    reference.aspose.com/words/java/com.aspose.word...
  5. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....is Smart Art Shape with C++ Replace text in SmartArt with C++ Analyzing...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  6. 既存のPDFでテーブルを操作する|Aspose.PDF for C++

    このセクションでは、Aspose.PDF for C++を使用したテーブルの修正方法について説明します...がある場合は、 TableAbsorber クラスのReplace()メソッドを使用してそれを行うことができます。 以下...新しいテーブルでテーブルを置き換える absorber -> Replace ( document -> get_Pages ()...

    docs.aspose.com/pdf/ja/cpp/manipulate-tables-in...
  7. Python でプレゼンテーションのフォント置換を設定|Aspose.Slides for P...

    PowerPoint および OpenDocument のプレゼンテーションを他のファイル形式に変換する際、.NET を介した Python 用 Aspose.Slides で最適なフォント置換を有効にします。...NOTE フォント置換に関する詳細は Font Replacement をご覧ください。 FAQ フォント置換とフォント...フォント置換とフォント置換(サブスティテューション)の違いは何ですか? Replacement は、プレゼンテーション全体であるフォントを別のフ...

    docs.aspose.com/slides/ja/python-net/font-subst...
  8. ארכיון

    ארכיון...Replace(Int32, Stream, Int32, Boolean)]...Pages[1].Resources.Images.Replace(1, new FileStream("lovely.jpg"...

    blog.aspose.com/he/pdf/work-with-images-in-pdf-...
  9. Bug - Verification (for same-format conversions...

    Hi Alexander, For conversion from one format to itself, I make a verification (only for same-format conversions) using checksums. If checksums of input file and output file are differing is ok if not is not ok. Pleas…...Replace("-", "").ToLowerInvariant();...BitConverter.ToString(hashBytes).Replace("-", "").ToLowerInvariant();...

    forum.aspose.com/t/bug-verification-for-same-fo...
  10. Eszett characters are turned to 'SS' after conv...

    Hi, I’m trying to convert customer’s input docm file into pdf where input file contains Eszett characters which are seen as ‘SS’ in pdf. After further checking, we found the issue is specifically for the ones set into …...replace("ß", "$0", opt); doc.save("C:\\Temp\\out...setAllCaps(false); doc.getRange().replace("ß", "$0", opt); // Save as...

    forum.aspose.com/t/eszett-characters-are-turned...