Unlock the full value of DC Web with our global community.
Recently active
Hello to allI have a problem with a PDF when I put it in Sized Container, the problem is that I get vertical and horizontal scroll bars: If I then open the full screen and close it and it looks fine: How can I make it look without scroll from the beginning? thanks for your help
Hi, I'm trying to use the Adobe PDF Embed API but viewer.js refuses to load because the site has a Cross-Origin-Embedder-Policy: require-corp header. Would it be feasible to add the Cross-Origin-Resource-Policy: corss-origin to response headers for viewer.js and other js files intended to be externally accessible to make it work with websites in corss-origin isolation mode? Thanks.
Hi,With Adobe Acrobat Pro, I am able to convert a PDF into a plain TXT format. I would like to do this conversion via an API. In the Adobe PDF Services documentation, there is only an option to convert to RTF, not TXT. I was wondering if there was a way to convert a PDF to plain TXT using an API service. Thanks!
ServiceApiException: description =BAD_PDF - Unable to extract content.; requestTrackingId=requestTrackingId=9d0f93a0-08f4-43d8-9c19-a1bcd8538118; statusCode=400; errorCode=BAD_PDF; I received a pdf using the adobe split pdf service , and later I received a message called bad pdf to use extract api. I wonder if there is a solution, and I will also post a related file.
The search API in Abode Embed viewer does not always highlight or get the search results correctly.Is there a way to highlight approximate results?Can I possibly pass a regex patters that highlights the search results?
When using the "Document Generation API", I encountered a problem where Hebrew text along with English words is converted to PDF with unexpected results.The "Document Generation API" documentation does not state that it is currently optimized for English-language content, as the "PDF Extract API" documentation does. But in practice, it looks like the "Document Generation API" is not optimized for non-English content, particularly for RTL cultures.I noticed in the documentation that this API supports using some HTML tags for text formatting. I tried adding the 'dir="rtl"' attribute to indicate the writing direction but with no luck. Is there any solution or a workaround to correctly convert bidirectional text to PDF with the "Document Generation API"?
I have an account and certificate of Intesi Group Cloud Signature. But, I don't know how to get that account's client_id and client secret ID from that user portal. I could find only credential PIN and ID. I need those details to proceed with Adobe Electronic Seal API.
I’ve encountered an issue multiple times when trying to extract PDFs that are about 300-400 pages long and under 20 MB in size. The process frequently results in either a Polling Timeout or an INTERNAL_SERVER_ERROR. Could you please look into this matter and let us know what might be causing these issues? We appreciate your prompt attention to this matter.File "/usr/local/lib/python3.11/site-packages/adobe/pdfservices/operation/internal/api/platform_api.py", line 80, in status_pollresponse = polling2.poll(^^^^^^^^^^^^^^File "/usr/local/lib/python3.11/site-packages/polling2.py", line 203, in pollif check_success(val):^^^^^^^^^^^^^^^^^^File "/usr/local/lib/python3.11/site-packages/adobe/pdfservices/operation/internal/api/platform_api.py", line 64, in is_correct_responseraise ServiceApiException(job_error_response.get('message'), ResponseUtil.adobe.pdfservices.operation.exception.exceptions.ServiceApiException: description =Unable to process the message even after retries; requestTracking
Hello. Our platform needs to provide the ability to sign contracts between customers. Participating roles: Customer a, Customer b and our platform.I asked your customer service earlier. But your response doesn't make any sense.Do you have a ready-made plan? If so, we'll be happy to pay for it.
I want to extract what the watermark text is using an API. How can I do so? Thanks
I want to clean up a PDF and remove watermarks via the API. Is this possible?
In many of the PDFs my users are working with, copying text out of the PDF loses all whitespace, with the words all concatenated together. This makes the PDF Embed API unusable, and they're having to fall back to the browser's native PDF viewer. In the paper available here (open access, PDF also attached), copying the caption for Table 1 in the Chrome PDF viewer gives "The acylcarnitine profiles in dried blood spots detected by tandem mass spectrometry", but the PDF Embed API gives "Theacylcarnitineprofilesindriedbloodspotsdetectedbytandemmassspectrometry" instead, which is not useful for my purposes. This is particularly common with table and figure captions.
I am using Acrobat Services API to convert .doc and .docx documents to PDF. When the documents contain figures, their quality is significantly degraded from the word document (or even relative to saving as pdf on a mac laptop). Is there a way to control the figure quality?
There is a competition between getSelectedContent and showing Tools On Text Selection. If set setTimeout with 1 sec delay for getSelectedContent after "PREVIEW_SELECTION_END" event, then the tools on text selection are shown, otherwise they are not.
I have selected three lines of text in a pdf ....These lines contain three words LEADERSHIP, ECONOMY and LIFESTYLE.I am using the "PREVIEW_SELECTION_END" event ,this returns the 3 bounding boxes for the lines of text. I then call the api getSelectedContent and this is working succesfully, but unfortunately the result it is returning is LEADERSHIPECONOMYLIFESTYLE. As you can see all three lines of text have been concatenated and I can't see how I can turn it into anything meaningful. Any idea how to get usable strings from getSelectedContent? TIARob
Hi everyone, Problem:In Chrome vs 98, the iframe generated by the Adobe Embed API (https://github.com/adobe/pdf-embed-api-samples/tree/master/More%20Samples/Angular%20Samples) throws the error: Refused to load the script 'data:application/javascript;charset=utf-8;base64,Ly0...' because it violates the following Content Security Policy Directive: "script -src 'self' use.typekit.net ...".I see that the 'data:' element in the script-src CSP element does not exist.I think it should be for older browsers. Context:I am using Angular 18 and a dedicated domain dns host. Best regards
Hello there! I'm trying to integrate the PDF Embed API with one of our current applications to display PDF files. However, it takes very long to load the PDF's as they frequently have files sizes around 100mb. I've had a go at using linearization but I'm not having any success so far. The viewer still waits for the entire PDF to load before showing anything. The only difference is that it just shows "Opening document" without a percentage showing how much is loaded. I've used the code as provided in the "More samples/Linearization" from the Github repo, with the only change that I'm using an URL instead of the file upload. Here is the relevant code: /* Invoke the file preview API on Adobe DC View object */ adobeDCView.previewFile({ /* Alternatively you can specify a supported linearized PDF URL */ content: { // Location of file where it is hosted location: { url: "<?= $_ENV['PDF
I have implemented a .NET console application to convert TIFF files to PDF, and it works fine for small files. However, when I try to process a 20MB TIFF file with 86 pages, I encounter an internal server error. An internal server error has occurred .; requestid=87a54d86-4231-be46
Hello, we would like to sign an electronic contract with our customers. Is there any ready-made scheme? If the solution needs our back-end support, is there a golang version of sdk?
I've copied Adobe's demo code and replaced their demo PDF's URL with one of my own. The demo PDF shows fine but it won't show mine. I get "An error was encountered while processing the file. Some features might not work". I'm not a developer, so I don't understand the URL CORS stuff. I've uploaded the PDF to Google Drive, my own Wordpress site, and Adobe Cloud. None of the URLs work. I compressed the file in case that's the issue and it didn't help. What am I doing wrong? (I can't share the actual page I'm embedding on because it's private and requires you to create an account to view it).
Hello everyone,I have a free tier of the PDF service and have successfully converted Word documents via the REST API by using the internal (adobe) storage (with Postman). Now I wanted to convert a document from SharePoint Online using JavaScript and fetch command. The query looks like this:fetch('https://pdf-services-ew1.adobe.io/operation/createpdf', { method: "POST", headers: { "Authorization": token, "x-api-key": apiKey, "Content-Type": "application/json", }, body: JSON.stringify({ input: { "uri": "https://mytenant.sharepoint.com/documents/MyDoc.docx", "storage": "SHAREPOINT" }}) }); I get the following answer: { "error": { "code":"BAD_PARAMS", "message":"Not able to infer an input media type. Check the provided input and try again." } } I assume that it is an error that the Sevrice cannot simply access the file, because logically it has no access. The question I have is, what do I have to do so that the PDF service can read this file?
I have tried Everything in the world to reach Adobe API Depoartment with no look. We are looking to obtain PDF Services API strting at 15k Per month. Anyone in this group have access to the Sales team please let me know. Thanks in advance.
We want to integrate Adobe Acrobat Sign service to a project.Problem: Access token provided is invalid or has expired.Even using a newly created access token, issue exists.API Endpoint: /api/rest/v6/transientDocumentsAcrobat Services: PDF Services API
i am facing this issue what can be the issue. how can i resolved this. please provide with some guidelines
Good morning, Is there an existing endpoint for removing or creating bookmarks into a PDF document through a Cloud REST API?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.