『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi Team, We are evaluating PDF Tools API (Java) for our business need. As per requirement, we have to edit the PDF contents. We have executed OcrPDF sample from tool API and found, PDF is allowed for editing however existing content is not allowed to edit. For example - I have some text 'India news work' in pdf which i need to replace with 'US news work' (trying to edit manually after OcrPDF sample run however it is not working).
I am using Adobe Embeded Javascript APIwhen i add comment in the PDF then it gets flushed out after refreshing page.I want to persist these comments even after refreshing the page.how can i do it?
I have generated API from Adobe and I want to have PDF file view in html website. But the pdf file is not showing. my code. <div id="adobe-dc-view" style="height: 360px; width: 500px;"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){ var adobeDCView = new AdobeDC.View({clientId: "********************************", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://pdf.studyguru24.com<?php echo url_for('files/download?id='.$files->id) ?>"}}, }, {embedMode: "SIZED_CONTAINER"}); }); </script> I have opened with Google Docs. But not supporting all browsers <center> <h4>View And Download PDF</h4> <iframe src="https://docs.google.com/gview?url=https://pdf.studyguru24.com<?php echo url_for('files/download?id='.$files->id) ?&
I have a quote of 1000 units. But we need more. What is the price per unit? Who should I connect with?
Hi there,I'm trying to create an Indesign extension to display PDF content directly in it. I've tested the code to work fine in Chrome, but in Indesign it doesn't work. Instead alert says ```The application domain (file://) is not supported to use the provided PDF EmbedAPI Client ID```.I've tried to get API key, but it sems it not allowed neither for localhost nor file.Any help would be appreciated.
When converting, all pages are saved in one sheet, and I want to divide this sheet by page.
I tried to use OCR of PDF Tools API to identify a chinese pdf, but something went wrong. I modified OCRLocale to 'ZH_CN' according to document 'OCR with explicit language', like this: const options = new PDFToolsSdk.OCR.options.OCROptions.Builder() .withOcrType(PDFToolsSdk.OCR.options.OCRSupportedType.SEARCHABLE_IMAGE_EXACT) .withOcrLang(PDFToolsSdk.OCR.options.OCRSupportedLocale.ZH_CN) .build(); I run the code but an error occurs, the error info: 2020-12-22T10:40:11.252:[DEBUG]: Resolved request uri : https://senseicore-ue1.adobe.io/services/v2/status/owFg2AYgawPrJCHU54YF7e4lWUj2teJVException encountered while executing operation ServiceApiError: vector::_M_range_check: __n (which is 0) >= this->size() (which is 0) at E:\project\test\adobe-dc-pdf-tools-sdk-node-samples\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\api\cpf-api.js:170:20 at IncomingForm.<anonymous> (E:\project\test\ado
Hello, I have an issue with the time for conversion. I'm using the Adobe Tools API for converting a pdf to jpeg. Everything works fine except using larger files for conversion. Example: 1. 360kb file takes 7 sec to convert 2. 7Mb file takes 18-19 sec to convert 3. 14MB file takes over 30 sec to convert. In the case of 1 and 2 it's working, but for nr. 3, because that operation takes so long I'm receiving timeout from heroku. For our app it's very common to have pdf files that are 20-30MB. Is there a way to fix this problem? I tried a naive solution to compress the file using the API and after that to convert, but for example this way the request takes 59 sec for a 14MB file.
I'm trying to play with embedding a pdf, but it does not work. In the manual it says that credentials are not required when running locally (I have local Django server at http://127.0.0.1:8000/) but it does not seem to be the case. I tried to obtain ID for local address, but this seems to be impossible too. My project is not hosted yet, so I can't try getting credentials for a domain.
I'm reading the PDF specifications and I'm not sure what the difference is between a PDF that has an xref with multiple subsections vs a PDF that has multiple xref sections. I see that both indicate that there has been incremental changes to the PDF but when would I create an entirely new xref section rather than create a new subsection to the existing one?
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
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.