Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 12,309 for

replacement

(0.32 sec)
  1. Ganti Gambar dalam File PDF yang Ada menggunaka...

    Bagian ini menjelaskan tentang mengganti gambar dalam file PDF yang ada menggunakan pustaka ++....C++ Contents [ Hide ] Metode Replace dari koleksi Images memungkinkan...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/id/cpp/replace-image-in-exi...
  2. Замена изображения в существующем PDF файле с и...

    Этот раздел описывает замену изображения в существующем PDF файле с использованием библиотеки ++....C++ Contents [ Hide ] Метод Replace коллекции Images позволяет...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/ru/cpp/replace-image-in-exi...
  3. Control External Resources using WorkbookSettin...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The code replaces the linked image with the...the broken linked image is replaced with the Aspose Logo. Sample...

    docs.aspose.com/cells/net/control-external-reso...
  4. How to Migrate to Aspose.Cells 7.0.0 or Higher|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....collection classes and have replaced existing ones. For example...Worksheets class has been replaced with WorksheetCollection ...

    docs.aspose.com/cells/java/how-to-migrate-to-as...
  5. Converteer PST naar MSG via de C++-applicatie |...

    Voorbeeld C ++ conversiecode voor PST-document naar MSG-formaat. Gebruik voorbeeldcode voor batch-conversie van PST naar MSG binnen elke C ++ -toepassing....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/nl/cpp/conversion/pst...
  6. تحويل PST إلى MSG عبر تطبيق C ++ | products.asp...

    نموذج رمز تحويل C ++ لوثيقة PST إلى تنسيق MSG. استخدم رمز المثال لتحويل PST دفعة واحدة إلى MSG داخل أي تطبيق C ++....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/ar/cpp/conversion/pst...
  7. C++でWordをExcelに変換する|C++の場合Aspose.Words

    PDFをExcelに変換し、XMLをExcelに変換し、DOCXをExcel C++に変換します。 C++を使用して、さまざまな形式の文書をXLSXに保存します。...object to modify the find-and-replace process. auto options = MakeObject...sensitivity while finding strings to replace. // Set the "MatchCase" flag...

    docs.aspose.com/words/ja/cpp/convert-a-document...
  8. The Saved Result of a PPT Document Occasionally...

    Our code uses com.aspose.slides.ISlideCollection#addClone(com.aspose.slides.ISlide) to merge multiple pptx files, and then uses com.aspose.slides.Presentation#save(java.lang.String, int) to save the merged file. This log…...temporary file/stream first , then replace the destination atomically...toString(), SaveFormat.Pptx); // Replace target with the fully written...

    forum.aspose.com/t/the-saved-result-of-a-ppt-do...
  9. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    اكتشف خاصية PageSetup DifferentFirstPageHeaderFooter لتخصيص الصفحة الأولى من مستندك باستخدام رؤوس وتذييلات فريدة لإضفاء لمسة احترافية.... Replace ( new Regex ( "(header|footer)"...footer\n" , logger . Text . Replace ( "\r" , "" )); else Assert...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...use the following code to replace text in PDF: private bool ...cleanKey = key.Replace("\r\n", "").Replace("\r", "").Replace("\n", "")...

    forum.aspose.com/t/issue-with-text-placeholders...