Unlock the full value of DC Web with our global community.
Recently active
We have PDF File which has size from 700MB to 1GB. This is because it contains the high resolution images which is required for processing means resolution cant be reduced . Can any one has an implementation of viewing such large Files
Hi there. I'm experimenting with the PDF Embed API for a document portal that we maintain for clients. Many of the PDFs have sensitive information that we need to understand whether the data is being sent to remote servers even temporarily for rendering purposes. Is there a document that outlines whether and how the PDF embed API does or doesn't send data to remote servers during the rendering process? I see a bunch of blob: entries in the browser network log, but I understand those to be local accesses. I saw in the press release what seems to indicate that rendering is all done client-side, but wanted to see if there was any more detail documented somewhere. Thanks!
I used this code to embed a pdf viewer on my website, but none of the pdfs I've tried show. I tested with the Document Services PDF Embed API Demo and when I open the file there it opens. However, when I try to use it on the website, it doesn't load. I keep receiving the error "File preview error. File preview not available, please reload to try again." Here's the code I used <!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples--> <!DOCTYPE html> <html> <head> <title>Adobe Document Services PDF Embed API Sample</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1" /> </head> <body style="margin: 0px"> <div id="adobe-dc-view"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript
I would like to user the Document Services API in my commercial app. Is this ok with a free account and are there any quotas for a single credential?
Is there a way to do a string search in a pdf file using PDF Tool API? Basically I need to programmatically search through all pdf files in a folder and list the files names that have a matching string in its content
Hello, I want to use PDF Tools API for development, but how to purchase?I am an individual Developer in China.
New to the PDF Embed API, and happy to get it working to the point where the form is rendering nicely on my webpage, but the form isn't editable, i.e. form fields can't be typed in, but the documentation says this should be enabled by default. I've tried adding { enableFormFilling: true } to the configuration, but it didn't help. If i open the PDF from the URL straight into Chrome, i can edit the form, what am i missing? Thanks!
Can this PDF tio MS Word translation be automated from an Microsoft .Net external .program? Using Adobe Acrobat DC on my deskop, I translate a PDF to 2 Microsoft Word formats. Manaul steps1. File > Export To > Microsoft Word > Word Dcoument, the SaveAs PDF screen, "Settings..."2. The Save As DOCX Settings screen:3) Two Layout Settings: Retain Flowing Text, Retain Page Layout.4) SaveAs to each format - 2 DOCX files. Automation Requirement:1) Develop a Net C# with the PDF Tools API library. The program uploads PDF file to Cloud Document Services2) Send Retain Flowing Text option, get MS Word DOCX returned to the calling C# program ( no manual intervention )3) Send Retain Page Layout option, get MS Word DOCX returned to the calling C# program ( no manual intervention )4) Repeat step 2, 3 for more files. i.e. each PDF translates into Retain Flow and Retain Page DOCX files. Thanks for feedback.
Dear team I want to use it on an intranet portal but it is not taking its local ipv4 address. Please suggest.My local server ip is 172.16.112.83
Hello:I have PDF stored as blobs in local storage (indexed.db). When I read I get a 401 error in console. var adobeDCView = new AdobeDC.View({ clientId: "xxxx", divId: 'pdf-content' }); adobeDCView.previewFile({ content: { promise: store.get('test.pdf' }, metaData: { fileName: "test.pdf" } }, { embedMode: "SIZED_CONTAINER" }); I get a : ViewSDKInterface.js:1 POST https://viewlicense.adobe.io/viewsdklicense/jwt 401 (Unauthorized) error. I
using light box option ... seems to me that would open on top of whatever page it was triggered fromthere are options: "return" and "close" but neither return to triggering page i want to open new api geneterated page and when closed, return to: www.bigopera.com/grid.html where it was opened from
Hi.When I open a incognito page the pdf doesn't show at the first time.Taking a look at the DOM, The iframe is not loaded (just the first time), just the div that supuse to have the iframe is there. https://i.gyazo.com/c3083ef381a2391fe104a1c60f6c05b3.png I checked the Network tab and Console tab on the web dev tools but is not showing me any error.I set up the event called "APP_RENDERING_FAILED" but isn't catching nothing. https://i.gyazo.com/cbc6e4736a73d8b641db77818cf0e5bb.png Exist a event to know if the Pdf had troubles and a way to init the "render" again?
Is it possible to insert an image into a PDF using the PDF Embed API? For example if a form requires a picture of the user to be added, can we add that? Doesn't seem that far off from free hand scibble annotation, but can't seem to find anything in documentation... Thanks!
I am using Adobe Embed API and I would like to change the thickness (and also the color) of the output of the drawing tool. Using a SET_USER_SETTINGS_API callback, I received an object annotationTooltipShownMap: {freetext: falsehighlight: falsenote: falseshape: falsestrikeout: falseunderline: false}However, I cannot find the parameters I need to give to the GET_USER_SETTINGS_API callback in order to change the thickness and color of the drawing tool. I would also be very glad for a link that discusses the parameters for these APIs. Thanks!
I made a slight modification to our app and the time taken to open a PDF and render the first page went from 6s to over 20s.So basically this is opening a specific PDF containing 6 pages, with the Viewer set to a fixed height and varying the width, the PDF is set to display as FitFullPage which works out to be scaled at 81% and results in the displayed size of a page to be 393px by 696px in all the scenarios below.In scenario 1 the Viewer is constrained to a width of 800px, thats still wider than the scaled image, there is a grey border area either side of the PDF image, it takes about 6s to open.In scenario 2 the Viewer is constrained to a width of 1600px, nothing else changes, time to open is 11sIn scenario 3 the viewer is constrained to a width of 2400px, time to open is now 22s.Note in all 3 cases the vertical height is unchanged and the displayed size of the PDF is the same 393px by 696px in all 3 cases, the only change is width of the 'grey areas' either side of the PDF whe
The PDF Embed API seem to use a sort of lazy rendering, for example if you zoom a page and then scroll to another page you may just get a blurry upscaled version of the page and then after a time it renders the page again and it snaps back to being a sharp image, similar on load if you scroll the page can be initially blank until it renders.Unfortunately I can't see there is any event so say that rendering is now complete. Use case for this is that users staring at a blurred or blank screen for a while tend to complain, and also specifically in our case the user is meant to be reviewing the PDF and not aware the blurred page is just temporarily while waiting to render the page. The event would be useful so we could display some spinner to notify the user tha app is currently busy rendering.TIARob
Hello I am developing the Acrobat Leader plug-in.The plug-in sample DocSign is being tested and no signature-related procedures (PSSigGetSigPropertiesProc, PSSigGetSigValueProc, PSSigValidateProc, ...) are called.Can I ask this question here?Or can I join the Admin Console and ask questions to get help?
Is there some property that can be checked to see if the sdk is ready rather than listening for the event. Would just checking for the existence of adobeDCView be enough?Reason for this is because of the way our app is constructed the sdk gets loaded and completes before the code that attaches the listener, so it never hears the event. ThanksRob
There are times where I want to stop viewing a PDF in our app as the user will be doing other actions, like viewing other media.So I want to unload a PDF from the Viewer so as to release resources but may return to view another PDF later.How can I do that? TIARob
Is this the right place for a Feature Request 🙂If a pdf fails to load/render an event type 'APP_RENDERING_FAILED' is fired but there is no indication of why it failed.It would be useful to at least know if it failed becuase the file wasn't found or access was denied or it was corrupt and failed to parse/render.This would help support to deal with users. TIARob
Hi, I encountered this weird rendering issue regarding PDF Embed API This is the desktop Adobe Acrobat Pro DC rendering result.Below is what happens using PDF Embed API. The shadow effect is not rendered correctly.Below is what happens after zoom in. Some pictures and text are hidden. PDF used
I have a google web apps script that delivers a web page and am trying to embed the pdf viewer to display pdf's from google drive, but am failing even with the example code. I have created a credential for the gsuite user running the apps script, and the script works without the embedded viewer. When i run it with the embedded viewer I get an error message, how can i make this work / get the right credentials? error message is - File preview not available; This application domain (https://n-w7drqfmvzgqptnxawu3wfueo6gcdcos4n6gmjxy-0lu-script.googleusercontent.com) is not authorized to use the provided PDF Embed API Client ID.
Just started to look at using the API to replace our current pdf viewer in our commercial web app.In some cases we have to run our app on a web server that is behind a firewall, will this solution work in that instance or does it always require an open access to the internet?ThanksRob
I am the membership coordinator for a relatively small organization. I need a way to email a form to members, asking them to update their basic personal information: name, addy, email, phone. I also need them to verify that they have paid dues and when. I have an Excel Membership roster already and I would like this form to update that spreadsheet automatically. Can I use Adobe forms to do this? I am not an Adobe or Excel expert.
Hello, I activated the Embed API and, I think, I followed the instructions but it still not working. When trying to access to the API with the key, I receive this: This application domain (https://staging-ilha.herokuapp.com) is not authorized to use the provided PDF Embed API Client ID. However, here is my setup: I don't get what's going wrong 🙂 The error: Thanks a lot !Gordon
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.