Joel Geraci
Community Expert
Joel Geraci
Community Expert
Activity
‎May 06, 2025
12:42 PM
Your assets will be automatically deleted after 24 hours but if you want to delete the assets immediately, you can use the DELETE verb for an HTTP post to the endpoint https://pdf-services-ue1.adobe.io/assets/{assetId}
See Documentation here https://developer.adobe.com/document-services/docs/apis/#tag/Assets/operation/asset.delete
... View more
‎Apr 29, 2025
08:59 AM
There's definitely something corrupt about the file. Try opening it in Acrobat and Save As to rewrite everything then try again.
... View more
‎Apr 28, 2025
09:35 AM
I've never seen that error.
... View more
‎Apr 28, 2025
09:34 AM
We currently have no APIs to convert Dynamic XFA to flat PDF. The only solution available from Adobe to do this is AEM Forms.
... View more
‎Apr 23, 2025
07:42 AM
Copying the questions to put the responses inline.
Does the Auto-tag API set the PDF UA document property (in any situation)?
No. PDF/UA requires human verification for about 1/3 of the criteria. Because of this, we won't set the metadata automatically.
Do any of the Acrobat Services APIs set the PDF UA document property?
No.
Is there any connection between the PDF UA document property and the actual accessibility of the PDF or is it just a flag to indicate the document should be accessible?
It's just a piece of metadata. See image below. The author is responsible for it being an accurate representation of the level of tagging in the file.
Does the Accessibility Checker report on whether the document is PDF UA compliant? AFAICT, it doesn't.
It reports which machine-verifiable criteria pass, which fail, and what needs to be human verified.
... View more
‎Apr 10, 2025
11:06 AM
Your flow doesn't look like what's shown in the article. Follow what's shown in the article.
... View more
‎Apr 10, 2025
08:40 AM
At this time, we have no PDF Services to convert to PDF/A.
... View more
‎Apr 03, 2025
07:30 AM
Can you share the file?
... View more
‎Apr 02, 2025
02:18 PM
You have to follow all of the steps documented here. It looks like you are missing step 4 and 5.
... View more
‎Apr 02, 2025
12:32 PM
As you've noted, the ObjectIDs are unrelated. To cross-reference the xlsx report and the JSON, you'll need to locate the /Figure elements that have filePath properties and match the rounded Bounds[0] and Bounsds[3] to the Bbox column x and y, respectively.
... View more
‎Apr 02, 2025
10:45 AM
The PDF Properties API can tell you the individual page sizes for every page in the PDF.
... View more
‎Mar 28, 2025
08:45 AM
At this time, Extract API won't process selected pages, only the whole document. A 15-page document would cost you three times as much as a single page, so I don't think it's the right solution for your use case.
... View more
‎Mar 26, 2025
07:55 AM
I haven't looked at the color handling in Apryse for a while and I was shocked to see that they actually are getting it right now. Thanks for the heads up. I've alerted our engineering team.
... View more
‎Mar 18, 2025
08:33 AM
If you are on the free tier, you are limited to 25 calls per minute.
... View more
‎Mar 17, 2025
09:29 AM
Try setting up again. If it's still broken, leave a not in GitHub.
... View more
‎Mar 17, 2025
09:22 AM
Yes, it just costs more "document transactions" per single operation. We charge one "document transaction" per 50 pages of output for Create PDF.
... View more
‎Mar 11, 2025
01:04 PM
Yeah. I was guessing that the redraw buffer was getting over run. Glad you have a solution.
... View more
Community Expert
in Acrobat Services API Discussions
‎Mar 10, 2025
06:58 AM
1 Upvote
‎Mar 10, 2025
06:58 AM
1 Upvote
You'd listen for the CURRENT_ACTIVE_PAGE event.
... View more
‎Mar 06, 2025
01:33 PM
I'm guessing there are just too many updates that are trying to redraw the PDF for Embed to handle. I'm going to suggest something a bit unorthodox. Try adding only the annotations that are for the currently viewed page, listen to the page change event (whatever that's called) and then add the annotations for that page.
... View more
‎Mar 06, 2025
08:54 AM
At this time, we do not have header/footer support.
... View more
‎Mar 06, 2025
08:53 AM
Try adding them in batches of 10.
... View more
‎Mar 06, 2025
08:51 AM
That's not the corect endpoint.
The documentation is here https://developer.adobe.com/document-services/docs/apis/#tag/Create-PDF
... View more
‎Mar 06, 2025
08:47 AM
All of those features require the Adobe Color Engine (ACE) to correctly render. On Windows and macOS desktop applications, we can replace the OS level color model. We can't do that in the browser.
... View more
‎Mar 03, 2025
08:09 AM
No. As I mentioned, Adobe Acrobat Storage has no public API.
... View more
‎Feb 28, 2025
06:51 AM
Adobe Acrobat Storage has no public API.
... View more
‎Feb 25, 2025
10:47 AM
Currently, the API will only convert headings to PDF Bookmarks. There is no work around at this time other than to use headings rather than bookmarks. I'm going to add this as a feature request.
... View more
‎Feb 24, 2025
08:58 AM
Try removing and the readding the connector.
... View more
‎Feb 11, 2025
07:51 AM
At the time of this writing, HTML fields do not convert to PDF form fields.
... View more
‎Feb 10, 2025
07:13 AM
I don't think Embed API should be used for proofing PDF created from professional graphics software at all. It just isn't as complete a viewer as Acrobat.
... View more
‎Feb 08, 2025
08:42 AM
Our current crop of Acrobat Services APIs can't be used to do any of those things. You'll need to look at non-Adobe solutions.
... View more