Unlock the full value of DC Web with our global community.
Recently active
Hello, I'm writing to ask if there is a function in the API to allow me to get the current X and Y position within the PDF. More specifically, I'm integrating the PDF Embed API into my project, and I would like to add programmatic scrolling. That is, I would like to have a custom keybind in my application that, when pressed, will scroll the PDF up or down by a certain amount. I've seen that scrolling is possible using the gotoLocation() method exposed by the API, which takes not only a page number, but also an X and Y coordinate. This is great, but unfortunately, there's no easy way to increment the Y coordinate, because I can't find a way to get the current Y coordinate of the PDF/page. One would think using the “SCROLLED” event would be possible, but there are two problems. Firstly, this event returns the scrollTop value, which is in viewport pixels, and hence does not give me the value I need to pass to gotoLocation(). Secondly, using an event would not be r
Hi, I have attacehd the Source PDF and Output Word file, I need the content extracted in the formt given in word file from PDF.
How can I change the style of the Save button?I would like to change the color and the name Save by Download PDF
Hi Is there any Adobe PDF Extract API available for PHP to convert pdf to csv. If not, is there any solution available to run the existing api scripts (Adobe api are now available in Java or .Net or Python or NodeJS) from PHP environment. ThanksRaviSkarvi Systems Limited Londonemail : contact@skarvisystems.co.uk
Working in Postman and going off of the Postman Collection for that particular service, the problem arises for both HTML to PDF request and Extract PDF requests. I have valid auth bearer token and nothing else seems amiss. My contentAnalyzerRequests value for HTML to PDF: {\n \"cpf:inputs\": {\n \"params\": {\n \"cpf:inline\": {\n \"print\": {\n \"includeHeaderFooter\": true\n },\n \"pageLayout\": {\n \"pageHeight\": 8.5,\n \"pageWidth\": 11\n },\n \"json\": \"{\\\"k1\\\": \\\"v1\\\", \\\"k2\\\": \\\"v2\\\"}\"\n }\n },\n \"documentIn\": {\n \"cpf:location\": \"InputFile0\",\n \"dc:format\": \"application/zip\"\n }\n },\n \"cpf:engine\": {\n \"repo:assetId\": \"urn:aaid:cpf:Service-e2ee120a2b06427cb449592f5db967e7\"\n },\n \"cpf:outputs\": {\n \"documentOut\": {\n \"cpf:location\": \"multipartLabelOut\",\n \"dc:format\": \"application/pdf\"\n }\n }\n}&nb
Is there any way to show page navigation panel on top of PDF page (viewed through Embed API on web browser) using Adobe Embed API?
Is there any way to hide Save button and Document name displayed for PDF file when it is loaded and shown on a web page using Adobe Embed API?
I am looking at ways through Adobe Embed API to scroll two PDFs side by side (in respective Div or Frame in a web page) such that on scrolling one PDF other one also scroll up or down to same page (if it exist in it). Is there any way in Adobe Embed API to capture page scroll event and invoke other PDF's page scroll event to move to specific page.
I am using Embed API to annotate PDFs. If there are multiple comments, post download annotated PDF shows only the first comment (in browser), while Adobe Reader shows all the comments.How can we see all comments in browser?
Is there a way to separate out download PDF and Print PDF menu items from annotation controls (using Embed API) and placed them separately or along with rest of annotation conrols?
Like this
Hi,I'm just getting started with Embed PDF...When I try to load a PDF I get the error:Uncaught Error: [mobx] Invariant failed: Since strict-mode is enabled, changing observed observable values outside actions is not allowed. Please wrap the code in an `action` if this change is intended. Tried to modify: AppStore@40.isHidingBranding at nt (dc-mobx.js:16) at tt (dc-mobx.js:16) at Xt (dc-mobx.js:16) at t.prepareNewValue (dc-mobx.js:16) at Se (dc-mobx.js:16) at AppStore.set [as isHidingBranding] (dc-mobx.js:16) at AppStore.initialize (AdobeDCViewApp.js:2) at JAOs.window.renderApp (AdobeDCViewApp.js:2) at MessageExecutor._executeAction (ViewSDK.js:1) at MessageExecutor._takeAction (ViewSDK.js:1)To be honest I'm not sure what this "really" means but I wasn't expecting to have to figure out what "mobex actions" are to try and get this working... 😞The application is a simple "lit html" web components based app running entirely client side.In the page HTML I use an event listener to ma
When using Adobe Extract API, how is the file content secured during stored temporarily on cloud storage?Is it written in the terms or something?I would be grateful if someone could tell me where it is.
I have tried creating layer and the main code file in ec2 linux instance. Because i thought it might be due to OS dependencies, as lambda uses linux and i was using windows.Now the code is runing but file is not being saved it shows error like, Response{"errorMessage": "[Errno 18] Invalid cross-device link: '/tmp/extractSdkResult/b0ad3e245d6211eca02c3e63cbdf52ea.zip' -> '/var/task/ExtractTextInfoFromPDF.zip'","errorType": "OSError","stackTrace": [" File \"/var/task/lambda_function.py\", line 40, in lambda_handler\n result.save_as(\"./ExtractTextInfoFromPDF.zip\")\n"," File \"/opt/python/adobe/pdfservices/operation/internal/io/file_ref_impl.py\", line 45, in save_as\n os.rename(self._file_path, abs_path)\n"]} It is not saving file.I have tried shutil.copy() mtd instead of os.rename() in adobe library but still file is not getting saved If you think i can use another mode instead of using this line# Execute the operation.result: FileRef = extract_pdf_operation.exe
Is there a way to automatically copy on fields information to another at a specific time?I am trying to have my number from the Headcount field copy to second field at time (x) and a third at a different time (x). Any help is greatly appreciated!
Is it possible to alter the output schema when using the Extract API to create a JSON file? I do not need the Bounds, ClipBounds, Font, Text Size, and Attribute fields. I only need the Text, Path, and possibly the Page keys. Is there a way to set these options in the initial extraction?
Hi there,Is it possible for the JavaScript API to count how many pages has? I can see when each page is viewed but can't see a way of getting the total page count.Any help is appreciatedConor
Hi, I am looking to convert pdf files to pdf/a files. Does the Adobe Document Services PDF Tools API support conversion of PDF files to PDF/A format, specifically the PDF/A-2U standards? Thanks.
Is it possible? Do I have to save the pdf document as a file on my website to get a URL prior to viewing? All documents saved in my database are saved there because of privacy. If I have to save my pdf documents in my file system instead it defeats the purpose of privacy. I can show these files fine using the header tags but I want to use them alongside adobe sign. Which means I would need to show using your Adobe Embed API to use that functionality. Unless Adobe Sign works with the native browser pdf viewer? Any help is greatly appreciated. Thank you,
Please help us ASAP, tried as below: Scenario 1We are passing Etag Parameter through "PUT" Request for "agreement/{agreementid}/formfields" that we get from GET Request "agreement/{agreementid}" headers key "ETag"We tried as per given in the documentation: https://www.adobe.io/apis/documentcloud/sign/docs.html#!adobedocs/adobe-sign/master/api_usage/enhancements_v6.md#etag-supportBur still getting the error as below:{ "code": "RESOURCE_MODIFIED", "message": "Resource is already modified with newer version" } Scenario 2We also tried creating new GUID for every GET Request "agreement/{agreementid}" and sending as parameter for "if-none-match" = GUID. Then doing "PUT" Request for "agreement/{agreementid}/formfields" by passing "Etag" Parameter with the same "GUID" that was created above. Still getting the same error: { "code": "RESOURCE_MODIFIED", "message": "Resource is already modified with newer version" } Enviroment being used:1) .NET
Does anyone know if the zero-day exploit affecting the popular Apache Log4j utility (CVE-2021-44228) that was announced on 12/9/2021 will affect Adobe Document Cloud SDK solution?
I've got a modest amount of experience with markdown-->html-->pdf using puppeteer etc. but for speed to market the Adobe Doc APIs services can't be beat. Still, I can't seem to find any mention of code or mechanism to create a TOC in MS Word. Any advice would be much appreciated.
Hi, I have a question about using the Adobe PDF Embed API with a pdf file that has been stored within a database in a varbinary format, I have created a Blazor project to view a pdf which worked by setting the data of an object to a data url however it didn't work with large files in some browsers as they had a data url limitation. So I found this api and the example which easily loaded the same large files in this browser however I have not been able to get it to work.Here is the relevant codea div with id="adobe-dc-view"A function which is called by a button and calls upon a js functionand a js function within a .js fileThe js file is refrenced in the _Host File and already has another function within it that works.I believe the fault my lie in the js function code as I am unfamiliar in converting html scripts into a seperate file.Would very much appreciate any help that anyone has on this matter
Hi, I am looking to see if there is any way to have a self hosted solution for adobe view sdk which we are using for PDF Rendering. We need the self hosted way so that the view sdk code is hosted from our CDNs. Thanks!
I have to sign (with a Digital ID) a lot of pdf files with the 'Digitally Sign' feature where I have to enter the rectangle manually so it cannot be automated.It is extremely frustrating that the 'Digitally Sign' function is only available with Tools-> Certificates -> 'Digitally Sign'.Why it isn't on the 'Sign' menu?Why hasn't a Hotkey for it?Why I can't define a Hotkey for it?Why I can't call it from Javascript?Could anyone help make the digital signature process could be faster, easier...?Thanks,J
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.