Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 12,659 for

replacement

(0.56 sec)
  1. Remplacer l'image dans un fichier PDF existant ...

    Cette section décrit comment remplacer une image dans un fichier PDF existant en utilisant la bibliothèque C++....Contents [ Hide ] La méthode Replace de la collection Images vous...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/fr/cpp/replace-image-in-exi...
  2. قم بتنقيح PPT لملفات العروض التقديمية باستخدام ...

    Python شفرة المصدر للبحث عن النص واستبداله في العرض التقديمي PPT.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.ppt" , slides . export . SaveFormat...

    products.aspose.com/slides/ar/python-net/redact...
  3. Úprava souborů prezentace PPT pomocí Python | p...

    Zdrojový kód Python k vyhledání a nahrazení textu v prezentaci PPT.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.ppt" , slides . export . SaveFormat...

    products.aspose.com/slides/cs/python-net/redact...
  4. Redigera PPTX presentationsfiler med Python | p...

    Källkod för Python för att hitta och ersätta text i PPTX presentation.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.pptx" , slides . export ....

    products.aspose.com/slides/sv/python-net/redact...
  5. A ODP prezentációs fájlok szerkesztése a Python...

    Python forráskód a ODP prezentáció szövegének megkereséséhez és cseréjéhez.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/hu/python-net/redact...
  6. Знайти і замінити C#|Aspose.Words для .NET

    Знайти рядок або звичайний шаблон виразу у вашому документі і замінити його текстом, який ви хочете використовувати C#й...Replacing простір імен. Ви можете працювати...можете використовувати один з Replace методи пошуку або заміни певного...

    docs.aspose.com/words/uk/net/find-and-replace/
  7. ArgumentException Occurrs When Converting PPTX ...

    Hello, I am using Aspose.slides 25.5 to convert PPT to PDF. I am attempting to convert a PPT that contains a mathematical equation inserted in it to PDF but, the conversion fails with below exception: Blockquotecom.as…...@aakanksha76 , Unfortunately, replacing the Cambria Math font doesn’t...using the Cambria Math font, replacing it with a different font won’t...

    forum.aspose.com/t/argumentexception-occurrs-wh...
  8. 使用 C++ 替换现有 PDF 文件中的图像|Aspose.PDF for C++

    本节介绍如何使用 ++ 库替换现有 PDF 文件中的图像。...Contents [ Hide ] Images 集合的 Replace 方法允许您替换现有 PDF 文件中的图像。 Images...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/zh/cpp/replace-image-in-exi...
  9. استبدال الصورة في ملف PDF موجود|Aspose.PDF for ...

    يصف هذا القسم كيفية استبدال الصورة في ملف PDF موجود باستخدام مكتبة C#....pdf" )) { // Replace a particular image in the document...1 ]. Resources . Images . Replace ( 1 , imageStream ); } // Save...

    docs.aspose.com/pdf/ar/net/replace-image-in-exi...
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....es/" ; public static void Replace () { // Instantiate Document..."SetImageSize_out.pdf" ); } } Replace Image in Existing PDF File...

    docs.aspose.com/pdf/java/set-image-size/