『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I need assistance with ensuring that all columns in my Excel sheet fit on a single page when converted to PDF. Currently, some columns spill over onto an additional page. If there is a way to set this up, could you please let me know? I appreciate the help with this.
Hello Community, I am so incredibly frustrated. After several months of trying to get my PDF to have a clickable, hyperlinked PIN in the footer of my document and at the end of my document, I decided to use Adobe API services. So currently I am using the following: Adobe PDF Services in a hybrid relationship with Java on my online portalI've created a PDF template with button fields (PIN1, PIN2) - I had previously tried text fields and this didn't work! I want to do a Mouse Up → Open Web Link action but this does not show up on my Mac Mini! Acrobat on macOS won’t save my document consistentlyMy backend fills the field labels just fine, but the hyperlink must be baked in or inserted via Java, however this is not working out at all. Does someone in this vibrant community have any ideas? I am beyond frustrated with this now. Thank you all. Liz.
Hi, The document generation fails whenever we attempt to send the following code (below the screenshot) for PDF creation. We are expecting a document that includes the table below. Can someone assist us. It's a regular business requirement - <table class="MsoTableGrid" style="box-sizing:border-box; border-collapse:collapse; border-spacing:0px; -webkit-tap-highlight-color:transparent !important; font-size:14px; padding:0px; font-family:SuisseIntRegularS, sans-serif; color:#3a3c39; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:left; text-transform:none; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; white-space:normal; background-color:#f5f5f5; text-decoration-thickness:initial; text-decoration-style:initial; text-decoration-color:initial; width:473.2pt; border:none" width="631"><tbody style="box-sizing:border-box; -webkit-tap-highlight-color:t
The PDF accessibility check outputs accessibility issues it encounters but fails to identify where those issues occur. Is there any way to add the location of the failure? When scanning a document that has lots of pages, it's hard to understand where the failure is. Attaching example output from the services API. This output was achieved using the basic demo.
Hi, I implemented the following settings to set a password so that the PDF cannot be edited.It seems OK, but PRINT is protected also.What was wrong?Could someone provide me with some advice, please? "assetID": "XXXXXXXXXXXXXXXXXX", "passwordProtection": { "ownerPassword": "123456" }, "encryptionAlgorithm": "AES_128", "contentToEncrypt": "ALL_CONTENT", "permissions": [ "PRINT_HIGH_QUALITY", "EDIT_CONTENT" ], "notifiers": [ { "type": "CALLBACK", "data": { "url": "https://dummy.callback.org/", "headers": { "x-api-key": "dummykey",  
We are trying to avoid polling for job status by setting a callback as shown in the documentation, but it isn't being called. Polling for completion works, though. Running the callback from an external source also works.Is there a way to test callback calling from Adobe side? Thanks!!
I am using sveltekit + tauri and would like to have a pdf viewer. I tried the one from Adobe and it seems to have the features I needed, but it seems that I cannot use those features at the same time. I need to be able for uses to highlight (annotate) and also get the text they are highlighting. EnableFilePreviewEvents, specifically the `PREVIEW_SELECTION_END` event, allow me to get the text the user just highlighted. But if I set EnableFilePreviewEvents to True, the user cannot annotate (highlight). It will show `Feature can't be enabled or disabled`. I need the ability to highlight as usuall, but also get the content of what is being highlighted.
Hi community, I'm trying to convert an existing PDF to compliance A (PDF/A), is there a way to achieve this with the PDFServicesSDK package in C#? I can't find any reference and Copilot is totally hallucinating with that one Thanks!
Using the PDF Embed API, works pretty good, except the "full scree" button does not work on the iPhone. Can anyone help or offer a workaround? thanks
Is it possible to use the the Adobe API to create scans from photos - just like the app www.camscanner.com but from images via API? Use Case:My clients submit photos of physical documents via a contact form.The contact form triggers a webhook.Now I want to use an API to extract the physical document from the photo and format it nicely in a PDF file - just like CamScanner. How is this possible, using the Adobe API?
Hi,I’m using Adobe PDF Services SDK v4.2 (.NET) to extract content from PDFs.I request the ExtractElementType.FIGURES type, and in the resulting JSON I correctly see "Path": "//Document/Sect/Figure" entries — so the figure elements are detected.However, the .zip file returned by the API does not include a /figures/ folder nor any PNG image files.I understand that IncludeElementRenditions() is required to extract those images, but it’s not available in SDK 4.2.Can you confirm:When will a new SDK version (e.g., 5.x) with IncludeElementRenditions() be available on NuGet?Is there any workaround to extract image files from FIGURES using the current SDK?Thanks in advance for your help!
Hi all, I have a couple of questions relative to the use of the PDF Services API of Adobe:- In regards with GDPR regulations, do you know if Adobe stores the PDF documents that are being created when we use the service?- Is there a way to retrieve the documents generated somewhere? The only menu I seen from my project page is the insight, and this only counts API calls made.- My company contractualized through Amazon Web Services, and with our current consumption of the API (80 calls a day) I have never been able to retrieve our invoiced consumption. Any ideas as how we can be charged by Adobe? Thank you very much in advance for your advices. Kind Regards,Charles
Hi Everyone, hope you're doing well!I'm not too technical, so I apologize in advance if this seems like a silly question, but I've been trying to figure this out for hours, and your replies would be greatly appreciated.I have the attached flow on Power Automate. I'm building it step by step, but essentially, I want to split PDF files into individual pages, so each file contains one page, multiplied by X.When using the 'When a file is created or modified (properties only)' trigger, I encounter an issue (as shown below), where it says the file extension needs to be PDF. However, when I check the original document, it is a PDF.I noticed that with the 'When a file is created or modified (properties only)' trigger, the output is application/json, and I think this might be causing the error.I'd like to know how I can work around this error. I would prefer to keep the trigger as I'm planning to incorporate splitting PDFs into a larger flow, and I like the way this trigger works. &n
I want to open PDF files in sharepoint to open in the app by default. We installed the Adobe Acrobat add-in for Microsoft, but it opens in the browser. I want to change the default setting behavior to always open in the "app". The SharePoint site setting is enabled for applications to open in the app/ instead of online. any thoughts?
I have a use case that requires generating bills of sale for customers. My current PDF template includes form fields, which I’m attempting to utilize for programmatically creating PDFs from a web client. The goal is to generate bills of sale in PDF format with customer data entered through the web client. I'm experimenting with the PDF Services API except I can't seem to find how to download the modified PDF. Here are the steps I'm currently doing: PDF Services AuthenticationGetting Signed URIUploading PDF Asset (bill of sale template)Modifying uploaded PDF template using "Import PDF Form Data" methodAll of this is returning a HTTP status code of 200 but I just can't figure out how to download the modified PDF now.
Hi, I've been working with the Adobe PDF Services API and ran in a peculiar clash of terms. We are trying to cross reference the contents of the structuredData.json of the Extract API and the AutoTag xlsx report. They both contain ObjectID's. However, they do not refer to the same objects or even overlap in some cases. I have an autotag report with a list of figures. The ObjectID's of the figures don't even exist in the structuredData.json. What is the difference between these two ways of looking at the content of the PDF we are manipulating vis the Services API. Much thanks! Gabriel
https://www.adobe.com/devnet-docs/dcsdk_io/viewSDK/howtos_comments.html#annotation-schema `selector.boundingBox` and `selector.quadPoints` - What do they mean, what is the point of reference? When I use them inawait apis.gotoLocation(pageNumber, 0, here); I can't hit with an annotation position.I want the top edge of the viewer to be flush with the top of the annotation. How to do it?
I'm using the Adobe PDF Embed API to preview PDF documents in our LMS. We need to provide only the search option to the users. Is it possible to hide or remove the Adobe ICon while previewing the PDF document? I want to remove the circled adobe icon.
I use a viewer to display multiple files, and after opening around 50 files i have a huge ram usage due to cached blobs, is there a way to manually clear those stored blobs? Thanks
Hello everyone I'm creating a flow with PowerAutomate and PDF service API to extract data automatically from PDF files. The problem is that I need to extract the first page only and not all the document (which contain 15 pages). The other problem I'm facing is that the output of PDF service API is a Excel file but I would like to compile the data in Excel online data base. Thanks for your help
Hi All - I am trying to understand if Captivate, either Classic or New can create a word document that has the images and the steps taken (mouse clicks) between each of the images. When I use the Export to word, all I get are columns of data (see below screenshot), but no images of the screen. The data is not particularly helpful either.
We pushed an update to PDF Embed today. You can find the release notes here (https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/releasenotes/#june-27-2024), but to save you a click: Bug fix Fixed issue regarding developer console error "Feature can't be enabled or disabled". Bug fix Fixed issue regarding developer console error "Edit dropin is not loaded". Bug fix Fixed PDF download allowed issue through PDF printing option even when download is disabled in Firefox browser. New PDF Embed API now supports PDF printing in Firefox browser.
Hello! I am using "PDF Embed API" to preview PDFs on a web page, it works quite well but I am having problems to correctly display PDFs that have overprint.The question is, for the "PDF Embed API", is there any way to enable "Overprint preview" like in Acrobat DC or Illustrator?Thanks!
Hi all,I am currently having issues converting png files to pdf using the adobe connector in power automate. The error I recieve is INTERNAL_SERVER_ERROR.Is there any clue how I can fix this? I am quite sure I have parsed the file name and contents correctly as the flow works for other document types like excel, txt and docx.Thanks in advance!
I have filled out the following contact form many times but have not received a reply:https://developer.adobe.com/document-services/pricing/contact/sales/We need more than 500 document translations. Isn't there a pay-as-you-go solution?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.