Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 13,268 for

replacement

(0.21 sec)
  1. Columns getting truncated even after Autofit - ...

    Hi Team, I am trying to convert a workbook (Aspose.Cells) to PDF (Aspose.PDF), and in the PDF, a few of the columns are getting truncated while the rest are looking good. I had applied “autoFitColumn” to the worksheet,…...want to use DejaVu Sans to replace all fonts? sudhirdharani May...output PDF. And yes, we can replace all fonts with DejaVu as that...

    forum.aspose.com/t/columns-getting-truncated-ev...
  2. تغيرات واجهة برمجة التطبيقات العامة في Aspose.C...

    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 columns G & H will be replaced by A & B respectively //whereas...//whereas, column I will be replaced by the column A cells . copyColumns...

    docs.aspose.com/cells/ar/java/public-api-change...
  3. ตรวจทานเอกสาร DOC ออนไลน์หรือใช้ Python | produ...

    เปิดและแก้ไขเอกสาร DOC ออนไลน์ผ่านแอปฟรีรหัส Python API เพื่อค้นหาและแทนที่ข้อความ DOC ด้วยนิพจน์ทั่วไป...โดยใช้คลาส Document ใช้เมธอด replacement.FindReplaceOptions() ใช้นิพจน์ทั่วไป...ใช้นิพจน์ทั่วไป range.replace_regex เพื่อค้นหาและแทนที่ บันทึกเอกสาร...

    products.aspose.com/total/th/python-net/redact/...
  4. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…...xlsx"); // Replace with your input file path //...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  5. レガシーAspose.Pdf.Kit for Javaからの移行|Aspose.PDF for...

    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.... REPLACE_ALL ); // 置換戦略を設定する editor.... replaceText ( "test" , "replaced" ); // 更新されたファイルを保存する editor...

    docs.aspose.com/pdf/ja/java/migration-from-lega...
  6. Öffentliche API Änderungen in Aspose.Cells 8.4....

    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 columns G & H will be replaced by A & B respectively //whereas...//whereas, column I will be replaced by the column A cells . CopyColumns...

    docs.aspose.com/cells/de/net/public-api-changes...
  7. Offentliga API ändringar i Aspose.Cells 8.4.2|D...

    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 columns G & H will be replaced by A & B respectively //whereas...//whereas, column I will be replaced by the column A cells . copyColumns...

    docs.aspose.com/cells/sv/java/public-api-change...
  8. ארכיון

    ארכיון...replace("data:image/png;base64,", "");...base64ImageString = base64.replace("data:image/png;base64,", "");...

    blog.aspose.com/he/pdf/convert-base64-string-to...
  9. Манипуляции с таблицами в существующем PDF|Aspo...

    Этот раздел охватывает различные методы изменения таблиц с использованием Aspose.PDF для C++...можете использовать метод Replace() класса TableAbsorber для...таблицу новой absorber -> Replace ( document -> get_Pages ()...

    docs.aspose.com/pdf/ru/cpp/manipulate-tables-in...
  10. 파이썬에서 PDF 페이지 이동|Aspose.PDF for Python via .NET

    Python에서 문서 내에서 또는 문서 간에 PDF 페이지를 이동하는 방법을 알아봅니다.... replace ( ".pdf" , "_new.pdf" )) another_document... save ( input_file_name . replace ( ".pdf" , "_new.pdf" )) 페이지를...

    docs.aspose.com/pdf/ko/python-net/move-pages/