Unlock the full value of DC Web with our global community.
Recently active
Is there a way to enable to the hand tool for the embedded PDF SDK? Right now if users zoom in they have to scroll using the horizontal and vertical scroll bars (separately), which they consider a deal breaker. They want to just drag around the document using the hand tool (which our previous embedable viewer allowed). Thanks, Karl
Does Adobe publish a typescript definition for the SDK?I've been trying to build one myself but its is very difficult to put together, as there is no comprehensive list of properties any particular option takes.Here is some portions i've completed. You can see how difficult it is to stitch this together. export namespace AdobePdfSdk { export interface ViewerConfig { enableAnnotationAPIs?: boolean; showDisabledSaveButton?: boolean; showAnnotationTools?: boolean; showLeftHandPanel?: boolean; } export enum EmbedModes { 'SIZED_CONTAINER' = 'SIZED_CONTAINER', 'IN_LINE' = 'IN_LINE', } .... This is the worst part of the closed source project, it is impossible to inspect the code and without comprehensive documentation it is soo hard.
Hi Am thinking to add some interactive elements to the annotation, to allow teachers to provide video/quiz/discission etc in context within a document; it seems the current Adobe PDF Annotation schema only allow text base bodyValue; but in https://www.w3.org/TR/annotation-model/#string-body , it specifies textual body attribute. Can this "TextualBody" attribute be included in Adobe PDF annotation schema ?Many thanksWen "bodyValue": String,"body": { "type" : "TextualBody", "value" : "<p>j'adore !</p>", "format" : "text/html", "language" : "en" },
Hi,I use the Adobe.PDFServicesSDKin a .NET application.I try to use the SplitPDFOperation.For a not understadilbe reason, the function freezes randomly.For the same PDF file, one time the SplitPDFOperation succeeds, 5 minutes later it doesn't succeed (the application freezes and wait indefinitely).Could you advice me what I do wrong ?Thank you,Robert
I have a PDF document that's been prepared ahead of time with a number of textboxes pre-filled with data.I then send it to the Adobe REST API as a transient document to be signed using the adobe sign service. The problem I'm having is that Adobe Sign is adding a blank page and adding a signature box there, instead of using the signature box that's already on the pdf form. Looks like this: After reading through the tutorials, I thought I could specify the signature location by labeling the text field as {{Submitter Signature_es_:signature}} which looks like this in Adobe DC: But it still adds a blank page with just a single signature. I can see that there's a way to specify the location in the JSON payload that gets sent along with the transient document. Is that the only way to specify where the signature is on the document? Is there anyway for me to specify in Adobe DC which field is the signature field? Thank you for a
I would like to hide Legal Advices option from the tools in inline embedded view of PDF Embed view. Can you please help me with info on that ?
Currently all the search results are highlighted in the same color. Is there a way I can customize the color of the results.?
Hi Expert, Can we integrae Adobe E-Sgin with D365 F&O, my requirement is need to send offer letter to applicant when they are onboarding for E-Signature.
Hi There, I would like to read a pdf and extract content based on search strings provided (via code).This content can be in column formats as well. Hence the service should be able to identify and return content accordingly.I am using Ruby on Rails. Hence would like to know if these API's can be incorporated in Ruby on Rails. Regards,Mru
Hello Community,Need your help on the subject matter.the save and send part I can do. but how do I make the submit button flatten the file before sending it?I believe a script would be required to perform this task.someone pls help me asap.Thanks.
ers Alles englisch, ich kann nur deutsch! Prob: habe eine ps-Datei aus Broadvision (Interleaf) erzeugt. Wandle ich diese Datei mit Adobe Distiller Version 5.0 um, werden die Schriften unders dargestellt wie im Orginal WARUM?
I am trying to integrate https://cpf-ue1.adobe.io/ops/:create api on a ROR(Ruby on Rails) Application. I am also aware that we Adobe doesnot have a SDK for ROR. So using the public api is my only option . Please find the below screen shot for error messages
I get the following exception when using the sample python source for PDF extraction (extract_txt_from_pdf_with_in_memory_auth_credential.py): location = CPFApi.cpf_create_ops_api(context, cpf_content_analyzer_req, [file_ref],File "/home/thomas_onesourceregulatory_com/anaconda3/envs/osr-py3-8/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/api/cpf_api.py", line 63, in cpf_create_ops_apiresponse = http_client.process_request(http_request=http_request,File "/home/thomas_onesourceregulatory_com/anaconda3/envs/osr-py3-8/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/http/http_client.py", line 35, in process_requestaccess_token = http_request.authenticator.session_token().access_tokenFile "/home/thomas_onesourceregulatory_com/anaconda3/envs/osr-py3-8/lib/python3.8/site-packages/adobe/pdfservices/operation/internal/auth/jwt_authenticator.py", line 45, in session_tokenreturn self.refresh_token()File "/home/thomas_onesourceregulatory_com/anaconda3/envs/o
The adobe document generation is working only form documents created by WinWord apps (locally apps or 365), documents created from openOffice or download from googleDocx as .docx is not working (blank page is received). any idea ? tks and regards,Marcelo
Hi,Hope you are all doing well! I have setup Conditional access policy which blocks download and print feature for end user in SharePoint online. But, after deploy Adobe document cloud solution, it let's user to print document when user open the file using Adobe document cloud. It looks like Conditional access policy or SharePoint limited access is not applied on Adobe Document cloud tool. Can you please help me to fix this issue?
Hi All, I am using @ adobe/pdfservices-node-sdk to create PDF from a dynamic word template. Text with multiple paragraphs / new lines cannot be transferred to the template because it will be escaped and merged into a single string.For eg: If I send the below textHi, how are you ?Hope you are doing good.It will be merged into a string like belowHi, how are you ? Hope you are doing good. Could you please help me with this. ThanksNikhil Unni
I want to add some annotations to my PDF document via the APIs. Along with that I also want that the end-user should not add any annotations to the Document. enableAnnotationAPIs: true, includePDFAnnotations:true,But the showAnnotationTools setting should be true for both of these to work. Is there a way to handle this?TL;DRadd annotations via API but not show the annotations tools
I'm looking to open a pdf to a specified page. How would I go about doing so using the API?
What are table and text renditions for the Adobe Extract API?
With the public API, how we can read the file?It appears that we can only poll a octet/stream data I am having trouble reading the response from the API.Appreciate your help.
Hellois there a place listing all the versions of the pdf viewer? I would like to stay on a specific version and update on demand, instead of getting updates automatically thank you
Hi, If I had a word template created with the Tagger Word Add-in and then generated that template with data, typed in text on that document after the generation, saved it, then let's say a few days later need to regenerate that data because maybe there were some updates, would I be able to do that and would the text I added before the regeneration of data persist? Thanks John
I recently integrated the PDF Services API with my website by subscribing to https://aws.amazon.com/marketplace/pp/prodview-g2ikxe6zxsi64 and directly integrating the REST API. Prior to using the API through the AWS marketplace, I tried the free trial period of 1000 "units" to use in two weeks, offered by Adobe and was unable to consume all of the units.Instead, I'm now off the free plan and using the AWS marketplace extension mentioned. It works perfectly, but in the billing, it says I consumed 57,000 units ($2.85) which I don't understand where it came from. I haven't used the API much. Is the polling GET rest API billed as a single unit?
Not sure if this is the right forum to report an issue with the pdf Extract.When a paragraph spans across to the next page, Extract was able to capture the remaining paragraph from the next page. However, following right after it, Extract captures a paragraph that belongs to a different section (aka diff header in json output) below it and brings it up right after the spanned paragraph. The section where the paragraph should belong is empty. This creates inaccurate structure output of the pdf. I can provide a sample pdf if your developer needs it to troubleshoot.
Hello,I have a Sharepoint folder with several PDF files within. I would like to collect the file content from each of those files, create an array variable with the merged file content, and then pass that variable into the Adobe Merge PDFs array input.I have tried appending the file content in several ways but keep running into an error where 'the input file appears to be corrupted'.Here is the flow: And here is the error I get on the Merge PDFs step: Body{ "error": { "code": "OperationException", "message": "For application/pdf mime-type The input file appears to be corrupted and cannot be processed.; transactionId=VQTDOIyZ0GELGsBTn906mdWut90RjQ9z-PowerAutomate" }} Header{ "Transfer-Encoding": "chunked", "x-request-id": "Y9eiSoQ79xzw8YXf3r1QWkptSGVuFD2q", "pragma": "no-cac
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.