『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
hi guys, quick question, if i call a php file from ajax within javascript in coldfusion will it work without installing anything? if yes, how come the below is giving me "method not allowed" test.cfm <!doctype html> <html> <head> </head> <body> <h1>Take screenshot of webpage with html2canvas</h1> <input type='button' id='but_screenshot' value='save screenshot' onclick='exportAndSaveCanvas();'><br/> <script type="text/javascript" src="SCRIPTS/jquery-2.1.0.min.js"></script> <!-- Script --> <script type='text/javascript'> function exportAndSaveCanvas() { try { // AJAX request $.ajax({ type: 'POST', url: 'export.php', success: function(data){ alert('Upload successfully'); }, error: function(XMLHttpRequest, textStatus, errorThrown) { alert("Status: " + textStatus+ "\nError: " + errorThrown); } }); //ajax } catch(err) { alert(err.message); return 'err'; } } // End exportAndSaveCanvas() </script> </body>
Hello, I try to find some information about Creative Cloud Files API for Android. I saw for iOS, but can't find for Android. Maybe somebody can help me. Thanks!
This is Forgot Password Code<!DOCTYPE html><html> <head> <title>Forgot Password</title> <script> function chkValues() { if(document.getElementById('emailid').value == '') { alert("Please enter emailid"); return false; } alert('hi, Password sent'); &nb
[ussnorway title cut back...I have been trying to insert values into sql table using ajax,jquery and cfml. Though the values are been inserted its throwing an error before insertion. looking for the solution, Thanks in advance...]'addcategory.cfml<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>AddCategory</title></head><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#addCategory').click(function() { &n
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.OleCtrls, AcroPDFLib_TLB, Vcl.StdCtrls;type TForm1 = class(TForm) acrpdf1: TAcroPDF; btn1: TButton; btn2: TButton; procedure btn1Click(Sender: TObject); private { Private declarations } public { Public declarations } end;var Form1: TForm1;implementation{$R *.dfm}procedure TForm1.btn1Click(Sender: TObject);begin acrpdf1.src:=GetCurrentDir+'\assets\dokumen\welcome.pdf'; acrpdf1.Show;end;end.when I close the application I got force close. so before I close my application, I want to release the adobe reader 1st.or any recommendation to do that?my question is how to do that, there is no such function to do that.
Hi all,I could use a bit of help parsing json with php.the php result page shows:<?php$riddledata = date('Y-m-d H:i:s') . ' ' . print_r($_REQUEST, true) . "\n";file_put_contents('webhook-logs.log', $riddledata, FILE_APPEND);?>and the $_REQUEST data looks like:{"riddleId":179849,"data":{"riddle":{"id":179849,"title":"test1","type":"quiz"},"lead2":{"Name":{"value":"ddddd","type":"text"},"Email":{"value":"b@b.com","type":"email"}},"answers":[{"question":"<p>q1<\/p>","answer":"a1","correct":true,"questionId":1,"answerId":1}],"result":1,"resultData":{"scoreNumber":1,"resultIndex":1,"scorePercentage":100,"scoreText":"Your score: 1\/1","resultId":2},"embed":{"parentLocation":"https:\/\/www.riddle.com\/showcase\/179849\/quiz"}}}or maybe this after print_r($_REQUEST, true) ???( [data] => {"riddleId":179849,"data":{"riddle":{"id":179849,"title":"test1","type":"quiz"},"lead2":{"Name":{"value":"aaaaaa","type":"text"},"Email":{"value":"b@b.com","type":"email"}
Hello,I want to add on my fillable PDF form a printing button that would automaticaly print the file with PDFcreator. I'm using Adobe Acrobat Pro DC.I know how to create and run the button on Adobe, but I'm new to Javascript coding.Can someone help me with that?Thank you
Hello, masters!Heres a nice trivial question which is a lot to me still.I talked about how to create a Quick Time Event system which is to press a key on time to move on. Now I want to know how to press TWO keys in order to advance, possibly even 3! Thanks ❤️import flash.events.KeyboardEvent; import flash.ui.Keyboard; function keyDownHandler(e:KeyboardEvent):void { if (currentScene.name == "Scene 1") { if (e.keyCode == Keyboard.E) gotoAndStop(1, "Scene 2"); }
I have to print the footer of the form on only the last page. This footer has two tables. Content area has multiple tables and they are coming good.. This footer has to come at a fixed position on the final page. I could get these Footer tables only on the first page. When the data overflows to multiplepages it does not work.I was thinking of having a table with data on the model and copy the data to the footer tables on the last page using scripting.I placed this code on the Initialization- event the footer table. But no luck.Could you please help me.
Can I upload video shot with an iPhone 7? Does the quality meets the basic requirements?Thank youGiorgio
first off thanks to JoãoCésar for this code and Ned Murphy for explaining to an idiot. Instead of nextScene(); there's a command for going to a scene?function keyDownHandler(e:KeyboardEvent):void { if (currentScene.name == "Scene 1") { if (e.keyCode == Keyboard.E) nextScene(); respect points on the line!
I'm in Squarespace trying to create a sidebar using their plugin. PROBLEM - my sidebar (the reddish/brownish block on the left) is floating on the left side of the page. I want it to be attached to the left side of the page. What property or style do I need to use to get it to stick to the left side of the page?This is how it looks now
Hi.I have the below scenario, whereby there are two checkbox options and if yes is selected for either of them, then they need to provide details in the text field, even if no is selected in one but yes is selected in the other I need the text field to be visible, but if no is selected for both then the text fields should be hiddenI currently have this script (or something similar) in all of the checkboxes:This works if they select no for the first option and yes for the second. But, if they select yes for the first option and no for the second, it removes the text fields.I'm just learning scripts in Adobe pro DC so I'd really appreciate any help I can get.thanks
Is it possible to get a PDF engineer to create a bespoke standard with what end results I would require, beyond just the options of what you can choose making a .joboptions file for Indesign. So a standard that we can supply to users to create PDFs exactly how we would need them (again the standard options would not be enough). Who could I talk to regarding this?
How can i count the number of signatures on a pdf document? and perform some action when the last signature is signed, say save the signed doc to another location in the back ground....
Hello Internet,We have an app that is supposed to be able to open PDF files in their default viewer in either Desktop, Android or iOS.It does this by copying the file from within File.applicationDirectory (or generating it internally) into File.applicationStorageDirectory, then taking the new path and making the appropriate call. In the case of Android, it would work so:var request : URLRequest = new URLRequest(target.url);//this is a workaround (bug introduce in new sdk)//https://bugbase.adobe.com/index.cfm?event=bug&id=3759971request.contentType = "text/plain";navigateToURL(request);and then delete the file when it was done. I don't know what bug the comment is referring to, the url is a 404.Recently I've had to make a change for Android to use the new permission system. This works so:Apache Flex 4.16.1 FP30.0 AIR30.0<application xmlns="http://ns.adobe.com/air/application/30.0"><uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23" />And the app asks for p
Hi all,I am on a mac trying to get a result back from this code below.On the app Postman (on mac) is works fine, However I get these errors below when pasted into a basic test html page...Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://chosenpayments.transactiongateway.com/api/query.php. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://chosenpayments.transactiongateway.com/api/query.php. (Reason: CORS request did not succeed).Also: I have no access to the site - chosenpayments.transactiongateway.comQ: How can I get the html page to not get *Cross-Origin Request Blocked* errors when the postman app works with no problems?<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script>var form = new FormData();form.append("username", "xxx");form.append("password", "xxx");for
Hi,i am trying to dump cfsavecontent into cfdocument (PDF) but it doesn't seem to work, what am i doing wrong?<cfinclude template="javaschedule.cfm"><cfsavecontent variable="myHTML2"><p id="arr1" ></p><script type="text/javascript">disptbl(); </script></cfsavecontent><!--- <cfoutput>#myHTML2#</cfoutput> ---> <!--- if i uncomment this, the table is dumped on the screen ---><cfdocument format="PDF" pagetype="A4" margintop="1" marginbottom="1" orientation="portrait" unit="cm" backgroundvisible="yes" overwrite="yes" fontembed="no" filename="#application.saverpt#\#ATTRIBUTES.vpdfname#-#DATEFORMAT(now(),'DD-MM-YY')#.PDF" ><cfset brnom = application.libCFC.capFirstList('#session.brname#')><cfset xtitle='#ATTRIBUTES.vtitle#'><cfset xtitle2='#ATTRIBUTES.vtitle2#'><cfset xtitle3='#ATTRIBUTES.vtitle3#'><CFOUTPUT><table width="100%" border="0" align="center" class="data"><tr class="head2"
Hi Team,Is there any way to download attachments from PDF file using any programming language like php, java and any other.Please help. Thanks,
Hello, I have a full screen video that runs when you click on my page. But I want to put a navigation bar on top of the video. When I tried it, it pushed the video down and made the navigation bar on the top. I would like the bar to be at the top and on top of the video. How do I write the code to do such thing. The below is a screenshot of my video. I want the nav bar to run across. Thanks in advance for your help.C
HelloDoes anyone have any good resource, tutorials, videos on how to write Illustrator scripts for non-coders?
I am using adobe acrobat in my C# application for opening a pdf file and i can write in opened PDF file . I am using iTextSharp for Reading fields from PDF. Now i need to save the pdf without clicking pdf's own save button . i need to achieve this save functionality through a Save button in Windows form. What my point is i need to save the opened PDF(after all editing) to a specified folder in my system .Please help.
Hi all,GOAL: Trying to get a good javascript datetimepicker for mobile - both IOS and ANDROID.I am building a mobile friendly web page (basic javascript) that has a date field on a form.To improve the interface, I am trying the flatpickr (https://github.com/flatpickr/flatpickr v4.5.2) to help with form date input.(on a mac browser there is a tiny chooser next to the year and you can easily jump from year to year.)Right now, It is working differently on IOS and android.ON IOS... the flatpickr seems to just show... 3 separate scrollable selectors, 1 each for Month - Day and Year - not what I expected but I like it.ON ANDROID...On Android, the flatpickr calendar does show up however the year chooser does NOT seem to show up so it is hard to change years... you would have to go month by month.Q: Is there a way to get the flatpickr to have the year chooser show up on android?Also - I think I would also like to have the android date picker work as it does on IOS as described above (3 separat
I want strict code-structure when i apply source formatting. Where can i find that?I have tried every possible setting without any luck. I'm still a beginner when it comes to web-development, so it's still a lot to learn Thanks in advance!Sincerely, Janne
Hi All, I am new user of this forum. As an exercise i want to manipulate an indesign file via ICML files on an .NET application editor. Attributes such as TextFrames, Images, Charts to be edited on the editor where they are uploaded in AI formats in indesign. (Trying to achieve via adobe SDK, not implementing any third party tools.)Any suggestions (or) tutorials integrating Indesign applications in .NET are much appreciated. Thanks in advance.
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.