Raymond Camden
Adobe Employee
Raymond Camden
Adobe Employee
Activity
‎Dec 09, 2024
12:10 PM
This months Acrobat Services Office Hours will be December 12th at 1PM (technically, 12:55 PM). These sessions are open to all and are your chance to ask questions, provide feedback and give us your suggestions.
You can RSVP here: https://events.ringcentral.com/events/office-hours-for-adobe-acrobat-services-developers-december-12-2024-9b590b60-c3ea-4ca6-8be6-61a04dd3b0cd
... View more
‎Dec 09, 2024
06:25 AM
We don't have SDKs for every language, that wouldn't be possible. However, our REST API is super simple, that's what I use in Node instead of our Node SDK.
... View more
Adobe Employee
in Acrobat Services API Discussions
‎Dec 06, 2024
06:18 AM
1 Upvote
‎Dec 06, 2024
06:18 AM
1 Upvote
I can't speak for the product team, but I don't believe this will happen. I am, however, pushing for removing the need for a key completely.
... View more
‎Dec 04, 2024
02:40 PM
It's not a 'regular' http or https url. Heck, I'd allow it, I'm just saying I don't think we do, you can try. There's no workarounds I'm aware of.
... View more
‎Dec 04, 2024
01:38 PM
You can't, and I agree, that sucks. It's one domain per credential, and you can't edit. You can, though, get up to 20 credentials.
Now, that being said, I'm 99% sure we'd block tauri:// as being invalid.
... View more
‎Dec 04, 2024
12:57 PM
Nope, sorry.
... View more
Adobe Employee
in Acrobat Services API Discussions
‎Dec 04, 2024
11:21 AM
1 Upvote
‎Dec 04, 2024
11:21 AM
1 Upvote
No, it's rendered on the browser, not on our side. Annotations are also client-side only. If you want to persist them, the user can save the PDF, or, we give you hooks to get annotations and you can write your own code.
... View more
Adobe Employee
in Acrobat Services API Discussions
‎Dec 04, 2024
11:07 AM
1 Upvote
‎Dec 04, 2024
11:07 AM
1 Upvote
Nope, not possible.
... View more
‎Dec 04, 2024
06:24 AM
For issue 1, when I hit www.altaalpina.org OR altaalpina.org, both links in the first paragraph, they both fail for me. Can you maybe share a screenshot from our dev portal showing the ID + domain?
I can't understand your second paragraph, but to be clear, it doesn't work for me for either domain.
... View more
‎Dec 04, 2024
06:18 AM
Most likely the create asset API call doesn't limit the file size, but the operation does. There is no workaround, but if you do have an ETLA with us, you may be able to work something out. Again though, this would need an enterprise agreement/contract.
... View more
‎Dec 03, 2024
06:07 AM
Sorry, who exactly are you getting a bill from? If you would like to make this direct, you can email me at jedimaster@adobe.com. wp-pdf.com is *not* us.
... View more
‎Dec 03, 2024
06:05 AM
We support compressing PDFs (https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/compress-pdf/) and linearizing (https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/linearize-pdf/).
... View more
‎Dec 02, 2024
07:36 AM
Please contact sales here - https://developer.adobe.com/document-services/pricing/contact/sales/.
... View more
‎Dec 02, 2024
06:49 AM
Yes, and no.
... View more
‎Dec 02, 2024
06:49 AM
No, but you can use a split and combine operation to create a new, temporary PDF, and then export that to Excel.
... View more
‎Dec 02, 2024
06:48 AM
I responded to your other thread.
... View more
‎Dec 02, 2024
06:47 AM
We do not charge for PDF Embed at all. Can you provide more details, screenshots, etc?
... View more
‎Dec 02, 2024
06:44 AM
For issue 2, if you set your key to foo.com, it should work in www.foo.com, dev.foo.com, etc. If you do not see this, send me the URL so I can see.
For issue 1 - ditto - send me a URL. I see a few listed above, but let me know one specifically I can use with FF.
... View more
‎Dec 02, 2024
06:39 AM
It is not available anymore via AWS Marketplace.
... View more
‎Nov 27, 2024
06:24 AM
Weird - I almost wish a wipe/reinstall KEPT the error so we could debug more - but, glad you are back in business!
... View more
‎Nov 26, 2024
12:18 PM
I don't think so. For now - I'd say let's focus on the API only. Is there any way you can try a simple Node.js script to test DocGen and replicate the error? Heck, if need be, I can give you my code to run. Or, if you feel comfortable, you can email (jedimaster@adobe.com) your credentials and I can see if it is indeed your account.
... View more
‎Nov 26, 2024
10:10 AM
Sorry, I meant Sequoia.
... View more
‎Nov 26, 2024
10:09 AM
As an FYI, I tested on Mac, same Word version, but I'm on Sonama. Worked fine.
... View more
‎Nov 26, 2024
10:00 AM
I want to be sure I understand, you are *only* testing via Word? Yes, it uses the API behind the scenes, but I thought you were also testing via API?
... View more
‎Nov 26, 2024
09:16 AM
I used the JSON above and stacking.docx, and the Word Add-In, and I was able to generate the PDF (and it replaced the one tag). If you try that, but via API in code, does it fail?
... View more
‎Nov 26, 2024
08:48 AM
Nevermind, a result showing corrupted doc would NOT be a network issue. I'd say let's focus on the API side, not the Word Add-In for now. Are you able to send me a copy of one Word doc showing the issue?
... View more
‎Nov 26, 2024
08:47 AM
If you get the error in the Word Add-In and via the API, it may be a network block on your side perhaps? I just tested and the API is working fine for me.
... View more
‎Nov 26, 2024
08:35 AM
Oh, it's a signed PDF, I don't believe you can modify it as it would defeat the purpose of it being signed, if that makes sense.
... View more
‎Nov 25, 2024
02:17 PM
Can you share the document with me? If it's private, you can email it to me directly at jedimaster@adobe.com.
... View more
‎Nov 25, 2024
07:04 AM
You can't do it with Embed, you would need to save the PDF to a server and use the Form Import/Export APIs. Unfortunately, these are in beta but you can request access here: https://developer.adobe.com/document-services/pricing/contact/sales/form-data-api/
... View more