Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 6,364 for

template

(0.06 sec)
  1. Mail Merge В Java

    Създавайте персонализирани документи, автоматизирайте имейли, генерирайте отчети чрез Mail merge в Java...WordsApi (apiClient); byte [] template = Files.readAllBytes(Paths...new ExecuteMailMergeOnli (template, data, null , null , null...

    products.aspose.cloud/words/bg/java/mailmerge/
  2. Mail Merge În C++

    Creați documente personalizate, automatizați e-mailurile, generați rapoarte folosind Mail merge în C++...make_shared <WordsApi>(config); auto template = std:: shared_ptr <std::istream>(...requests::ExecuteMailMergeOnli( template , data ) ) ; wordsApi-> executeMailMergeOnli...

    products.aspose.cloud/words/ro/cpp/mailmerge/
  3. Mail Merge En PHP

    Cree documentos personalizados, automatice correos electrónicos, genere informes usando Mail merge en PHP...'####-#### , '######### ); $template = "Input1.docx" ; $data =...new ExecuteMailMergeOnli ( $template , $data , NULL , NULL , NULL...

    products.aspose.cloud/words/es/php/mailmerge/
  4. Δημιουργήστε μια παρουσίαση χρησιμοποιώντας ένα...

    Ακολουθήστε αυτό το άρθρο για να δημιουργήσετε μια παρουσίαση χρησιμοποιώντας ένα πρότυπο σχεδίασης παρουσίασης με C# REST API. Θα μάθετε να δημιουργείτε μια παρουσίαση PowerPoint χρησιμοποιώντας πρότυπο διαφάνειας με την υπηρεσία C# RESTful με τη βοήθεια ενός Cloud SDK που βασίζεται σε .NET....create a presentation from a template Ρύθμιση έργου C# με το παραπάνω...

    kb.aspose.cloud/el/slides/net/create-a-presenta...
  5. PHP API - Parallel Batch Processing Not Working...

    I’m not convinced batch processing is working: In the code below I have a switch $batch that if set to True will batch all requests. The code first searches for the text “{{title_end}}” and then uses the returned Node …...CopyFileRequest("$folder/$filename", "/templates/testBatchSearch.docx", $storage...are processed normally. “/templates/testBatchSearch.docx” : testBatchSearch...

    forum.aspose.cloud/t/php-api-parallel-batch-pro...
  6. Mail Merge En C#

    Cree documentos personalizados, automatice correos electrónicos, genere informes usando Mail merge en C#...WordsApi(config); using var template = File.OpenRead( "Input1.docx"...= new ExecuteMailMergeOnli(template, data); await wordsApi.Ex...

    products.aspose.cloud/words/es/net/mailmerge/
  7. Mail Merge Em C#

    Crie documentos personalizados, automatize e-mails, gere relatórios usando Mail merge em C#. Mail merge de modelos Word ou PDF com seus dados usando C#....WordsApi(config); using var template = File.OpenRead( "Input1.docx"...= new ExecuteMailMergeOnli(template, data); await wordsApi.Ex...

    products.aspose.cloud/words/pt/net/mailmerge/
  8. Mail Merge Em C++

    Crie documentos personalizados, automatize e-mails, gere relatórios usando Mail merge em C++. Mail merge de modelos Word ou PDF com seus dados usando C++....make_shared <WordsApi>(config); auto template = std:: shared_ptr <std::istream>(...requests::ExecuteMailMergeOnli( template , data ) ) ; wordsApi-> executeMailMergeOnli...

    products.aspose.cloud/words/pt/cpp/mailmerge/
  9. Mail Merge در Dart

    اسناد شخصی ایجاد کنید، ایمیل‌ها را خودکار کنید، گزارش‌هایی را با استفاده از Mail merge در Dart ایجاد کنید...= WordsApi(config); final template = (await File ( 'Input1.docx'...executeMailMergeOnli = ExecuteMailMergeOnli(template, data); await wordsApi.ex...

    products.aspose.cloud/words/fa/dart/mailmerge/
  10. Mail Merge In Swift

    Crea documenti personalizzati, automatizza le email, genera rapporti utilizzando la stampa Mail merge in Swift...executeMailMergeOnli = ExecuteMailMergeOnli (template: requestTemplate, data: requestData);)...richiesta MailMerge, passando template e file di dati Chiama il metodo...

    products.aspose.cloud/words/it/swift/mailmerge/