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

replacement

(0.21 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. C ++ एप्लिकेशन के माध्यम से PST को MSG में कनवर...

    PST दस्तावेज़ के लिए MSG प्रारूप में नमूना C ++ रूपांतरण कोड। किसी भी C++ एप्लिकेशन के भीतर बैच PST से MSG रूपांतरण के लिए उदाहरण कोड का उपयोग करें।...Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/hi/cpp/conversion/pst...
  6. البحث والاستبدال في Java|Aspose.Words ل Java

    ابحث عن سلسلة أو نمط تعبير عادي في المستند واستبدله بالنص الذي تريده باستخدام Java....باستخدام ما يلي: Simple string replacement - للعثور على سلسلة معينة...بسيطة يمكنك استخدام إحدى طرق Replace للعثور على سلسلة معينة أو استبدالها...

    docs.aspose.com/words/ar/java/find-and-replace/
  7. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the new …... I modify the HTML and replace the old HTML and try to reconstruct...first is because I am going to replace the content with translated...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  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/