Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 377 for

json

(0.09 sec)
  1. Delete Pages from PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to delete a pages from a PDF Document. Check the Python source code to delete a pages from PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:\Samples"...

    products.aspose.cloud/pdf/python/pages/delete/
  2. Move Pages in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to move a pages in a PDF Document. Check the Python source code to move a pages in PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:\Samples"...

    products.aspose.cloud/pdf/python/pages/move/
  3. Extract & Append attachments in PDF documents v...

    Sample code for extracting, and appending attachments in PDF document using Cloud Python SDK. Use API example code for working with attachments in PDF documents with Aspose.PDF Cloud Python SDK....Application Secret and Key from the JSON file or set credentials in another...Python SDK import shutil import json import logging from pathlib...

    products.aspose.cloud/pdf/python/attachments/
  4. Replace Text in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to replace a Text in a PDF Document. Check the Python source code to replace a Text in PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:...

    products.aspose.cloud/pdf/python/text/replace/
  5. Why is .pfx file mandatory while e sign?

    Why is .pfx file mandatory while e sign? I am trying to use https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node.js/blob/master/test/testFields.ts#L307 to understand how e sign can be implemen......-H "Content-Type: application/json" -d "{ "SignaturePath": 'fred...-H "Content-Type: application/json" -d "{ "PageIndex": 1, "PartialName":...

    forum.aspose.cloud/t/why-is-pfx-file-mandatory-...
  6. Some API call to GET pdf fails with 401 - Free ...

    Client ID: 119b1fe8-7aae-4ef5-a147-9f479b3cb548 Some of the API calls fail with 401, example, like the below one. I know that uri is not encoded, but other calls with unencoded uri passed. The issue is random and happen…...“Content-Type”: “application/json”, “Content-Length”: “242” }...

    forum.aspose.cloud/t/some-api-call-to-get-pdf-f...
  7. Extract Links from PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to extract a Links from a PDF Document. Check the Python source code to extract a Links from PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:\Samples"...

    products.aspose.cloud/pdf/python/links/extract/
  8. Add Pages to PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to add a pages to a PDF Document. Check the Python source code to add a pages into PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:\Samples"...

    products.aspose.cloud/pdf/python/pages/add/
  9. Error: Authorization failed when trying to conn...

    Hi I’ve tried using the following to connect to api.aspose.cloud/v4.0. I didn’t have any issue However, when I tried it with the local docker setup created from the image provided by apose.cloud on dockerhub i kept ge…...ed", "accept": "application/json", "content-length": 123 }, "body":..."content-type": "application/json; charset=utf-8", "date": "Fri...

    forum.aspose.cloud/t/error-authorization-failed...
  10. Remove Bookmarks from PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to remove a Bookmarks from a PDF Document. Check the Python source code to delete a Bookmarks from PDF file....Python import shutil import json import logging from pathlib...\\ Credentials \\ credentials.json" ) LOCAL_FOLDER = Path ( r "C:\Samples"...

    products.aspose.cloud/pdf/python/bookmarks/remove/