Joel Geraci
Community Expert
Joel Geraci
Community Expert
Activity
‎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
‎Feb 07, 2025
11:31 AM
Embed API is freely available but I don't think it's appropriate for your use case. The browsers can't support the Adobe Color Engine (ACE) which is used to make color consistent across our desktop applications.
... View more
Community Expert
in Acrobat Services API Discussions
‎Feb 05, 2025
01:47 PM
1 Upvote
‎Feb 05, 2025
01:47 PM
1 Upvote
You won't be able to run Embed API on client-side Blazor apps. It only works in browsers.
... View more
‎Feb 04, 2025
02:44 PM
To test what works, use pagedjs and view the generated page. Then save the HTML and open that in an editor. You'll see the errors immediately. Most have to do with calculated values. I even tried editing the source of pagedjs and couldn't get it to work.
... View more
‎Feb 04, 2025
08:13 AM
At the time of this writing the API supports Level 2.
The API also works with pagedjs for some features. Unfortunately, pagedjs sometimes creates invalid HTML that the browsers just kind of ignore but our API can't. I've not been able to work around these HTML errors.
... View more
‎Feb 04, 2025
08:08 AM
I'm forwarding this to the product manager. Sorry for the inconvenience.
... View more
‎Feb 03, 2025
03:28 PM
Can you share the PDF?
... View more
‎Feb 03, 2025
03:24 PM
I'm not sure how you are getting anything at all from the Arabic text. Those areas should be identified as "Figures". The API is currently optimized for English language content.
... View more