Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 12,661 for

replacement

(0.25 sec)
  1. ملاحظات الإصدار Aspose.PSD لـ .NET 23.7|Documen...

    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....changeFile = "artwork for replace.png" ; string outputFile =...Items [ 0 ]. Text = "Text test replaced" ; //الخطوة: تحديث بيانات...

    docs.aspose.com/psd/ar/net/aspose-psd-for-net-2...
  2. FlattenAllFields not displaying output for Aria...

    Hello; In testing version 7.7 of the codebase we've found that characters are not displayed when FlattenAllFields is used. Attached is a project and PDF you can use.Thanks,Elizabeth...Replace(".pdf", “_asposePDF.pdf”))...'l_objPdfForm.Save(m_strName.Replace(".pdf", “_asposePDF.pdf”))...

    forum.aspose.com/t/flattenallfields-not-display...
  3. Aspose.Cells 8.4.0のパブリックAPI変更|Documentation

    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.... getCodes (); //Replace the original message with the...message." )) { code = code . replace ( "This is test message." ...

    docs.aspose.com/cells/ja/java/public-api-change...
  4. Konfigurace přístupu OAuth 2.0 API ke službám G...

    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 ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/cs/net/configuring-oauth2...
  5. Configurando o acesso à API OAuth 2.0 para os s...

    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 ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/pt/net/configuring-oauth2...
  6. Настройка доступа к API Google Services через O...

    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 ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/ru/net/configuring-oauth2...
  7. Konfiguration des OAuth 2.0‑API‑Zugriffs auf Go...

    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 ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/de/net/configuring-oauth2...
  8. Filtrar objetos al cargar libro de trabajo o ho...

    Aprende cómo filtrar datos al cargar libros de trabajo o hojas de cálculo usando Aspose.Cells for JavaScript a través de C++....minimal implementation can be replaced with actual filtering logic...name ? worksheet . name . replace ( /[\/\\:?*"g , '_' ) : `sheet...

    docs.aspose.com/cells/es/javascript-cpp/filter-...
  9. Konfigurera OAuth 2.0 API‑åtkomst till Google‑t...

    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 ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/sv/net/configuring-oauth2...
  10. 我希望修改dwg内容后,再重新保存,但是重新保存后,新的dwg无法打开,代码如下 - Free...

    public static void main(String[] args) { // 输入 CAD 文件路径 String inputFilePath = “C:\Users\木木\Downloads\电度表 (1).dwg”; // 输出 CAD 文件路径 String outputFilePath = “C:\Users\木木\Downloads\电度表444.dwg”; try { // 加载…...replace("01-VL-110111-2K2-50", "屏住呼吸");...String newText = originalText.replace("法兰蝶阀", "屏住呼吸485"); textEntity...

    forum.aspose.com/t/dwg-dwg/303085