Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 31,675 for

request

(0.54 sec)
  1. Mail Merge In C++

    Create personalized documents, automate emails, generate reports using Mail merge in C++. Mail merge Word or PDF templates with your data using C++....std::istream::binary)); std::shared_ptr<requests::ExecuteMailMergeOnli> executeMailMergeOnli...executeMailMergeOnli ( new requests::ExecuteMailMergeOnli( template...

    products.aspose.cloud/words/cpp/mailmerge/
  2. Deleted page beaks on split document - Free Sup...

    Hello, We are using the split document API, and we have the problem that this api deletes page breaks and, for some reason, section breaks could be placed in the wrong place in text (from one clause to another). We are…...like oneDocument: true to the request, which would ensure that the...is not feasible, you could request that the API retains page breaks...

    forum.aspose.cloud/t/deleted-page-beaks-on-spli...
  3. Questions about document redlining performance ...

    I initially spoke with your sales team regarding licensing and pricing, and they kindly directed me to the forums for more detailed technical and performance-related questions. I’m therefore providing the Requested techn…...I’m therefore providing the requested technical details below so...observed that: Cloud comparison requests timed out after approximately...

    forum.aspose.cloud/t/questions-about-document-r...
  4. Swift Merge PDF To JPG REST API

    Merge PDF to JPG in Swift using REST API. Save PDF as JPG using Swift....appendDocumentOnline(request: appendDocumentOnline); let...try api.splitDocumentOnline(request: splitDocumentOnline); Run...

    products.aspose.cloud/words/swift/merge/pdf-to-...
  5. CSV-დან JSON-ად გარდაქმნა C#-ში | CSV-ის ექსპორ...

    გაითვალისწინეთ როგორ უნდა გადააქციოთ CSV ფაილები JSON ფორმატში .NET REST API-ის გამოყენებით. მარტივი და სწრაფი ნაბიჯები CSV-ის ექსპორტისთვის JSON-ში. გარდაქმნეთ CSV JSON-ში ან შეინახეთ CSV JSON-ის სახით....SaveFormat = "JSON" }; var request = new PostWorkbookSaveAsRe(...cellsApi.PostWorkbookSaveAs(request); // სხვა მაგალითებისთვის,...

    blog.aspose.cloud/ka/cells/convert-csv-to-json-...
  6. C++ Split TXT REST API

    Split TXT file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/txt/
  7. C++ Split DOC REST API

    Split DOC file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/doc/
  8. Python Split DOCX REST API

    Split DOCX file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/docx/
  9. Python Split PDF REST API

    Split PDF file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/pdf/
  10. Python Split WORD REST API

    Split WORD file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/word/