Using the Adobe Acrobat Services Postman Collection

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 18

  • @sachin01663
    @sachin01663 7 месяцев назад

    Thanks. These are very helpful. How can we use Acrobat pro on our Wordpress website to preflight check the pdf before printing. Any videos/demos you can share ?

    • @RaymondCamden
      @RaymondCamden  6 месяцев назад

      Sorry, I don't really use the Acrobat client much. Normally only to open a PDF from the APIs. :)

  • @darakhshakhan5337
    @darakhshakhan5337 9 месяцев назад

    Great demo Ray !! Super helpful 👏👏

  • @sagarkedari3645
    @sagarkedari3645 7 месяцев назад

    Where do i get this postman collection from. Was not able to find it

    • @RaymondCamden
      @RaymondCamden  6 месяцев назад

      Here ya go: developer.adobe.com/document-services/docs/apis/

  • @NamasivayamSubramonia
    @NamasivayamSubramonia 3 месяца назад

    How do u got the Postman Environment for this ?

    • @RaymondCamden
      @RaymondCamden  3 месяца назад

      The environment should be in the Postman file you download, if not, let me know.

  • @MasterRouter
    @MasterRouter 8 месяцев назад

    Hello, after generating the PDF I save it on my server, then I want to use the acrobat viewer, so any user with the URL can leave comments, but I'm getting a CSP error, I try the meta tag ion the html, in the htaccess file, the nonce method, none of that worked. can't execute inline script's...

    • @RaymondCamden
      @RaymondCamden  7 месяцев назад

      You need to set CSP headers on the file itself - which can be done at the web server level I believe. Or the folder.

    • @MasterRouter
      @MasterRouter 7 месяцев назад

      @@RaymondCamden, thank you, I figured it out, the problem wasn't with the script itself, the problem was at the API Key authorization, when the key was generated, it didn't ask for the domain, so I had to generate another key... on the other hand, after the key is generated, there is no way to change the domain, another key must be generated. I think most developer work on local, stage and production scenarios, so we need 3 different keys.

  • @giannimot0
    @giannimot0 11 месяцев назад

    where can i download this collection?

    • @RaymondCamden
      @RaymondCamden  11 месяцев назад

      This page links to 2 collections, one with and one w/o external file support: developer.adobe.com/document-services/docs/apis/

  • @cristobalmaldonado6028
    @cristobalmaldonado6028 Год назад

    you help me a lot ,thanks! this service has pdf file size limit for compression?

    • @RaymondCamden
      @RaymondCamden  11 месяцев назад

      Our limits are described here: developer.adobe.com/document-services/docs/overview/limits/#usage-limits

  • @NamasivayamSubramonia
    @NamasivayamSubramonia 3 месяца назад

    Can we upload a .html file ?

    • @RaymondCamden
      @RaymondCamden  3 месяца назад

      Sure, the Acrobat Services APIs support an HTML to PDF conversion endpoint. I do believe it requires a zip though - check the docs.

    • @NamasivayamSubramonia
      @NamasivayamSubramonia 3 месяца назад

      @@RaymondCamden I need to create a PDF without any accessibility errors. When I use the HTML to PDF API, the resulting PDF has accessibility errors. Only after I upload the file and use the PDF Accessibility Auto Tag API, the PDF becomes free of accessibility errors. How can I create a PDF without accessibility issues just by using the HTML to PDF API ? Thanks in Advance.