adobe

Dynamic - Expanding Text Box in Adobe Acrobat X Pro?

丶灬走出姿态 提交于 2019-12-23 04:26:07
问题 I have some forms that I need to add expanding text boxes to. I already have Multi-Line selected. And yes the scroll-bar appears when field is full and you keep entering text. However, when you go to print, it doesn't print out the full text. I know in Adobe LiveCycle you can make dynamic forms, that bump onto the next page. I have done this, but you lose so much functionality in LiveCycle. To be dynamic you lose the ability to position objects without using tables and therefore doing designs

Getting XHTML from DRM EPUB

微笑、不失礼 提交于 2019-12-23 03:25:10
问题 I'm currently using the Adobe RMSDK to read DRM EPUBs. It renders an EPUB page as an image, and sends it back to be displayed on the device. I would really like to have access to the EPUBs XHTML, to display it in a webview. I have been able to unzip the EPUBs and browse the different chapters, but the content is still encrypted. Is there anyone that have any idea how I can accomplish this? I'm using Xcode 4.2 , Objective C/C++ Regards, EZFrag EDIT 1: I already combed through the whole RMSDK,

AEM sightly how to reuse variables

…衆ロ難τιáo~ 提交于 2019-12-22 18:04:10
问题 can I use variables in another file that I'm including? in my HTL (file1.html) I have: <sly data-sly-test.myVar="${properties.myVarFromDialog}"></sly> <sly data-sly-include="/file2.html"></sly> Can I use myVar in file2.html ? I'm not getting any value. Is there a way of getting that value from file1.html to use in file2.html 回答1: You should use data-sly-template for this. You can define templates in a separate file and can pass in parameters. For an explanation on templates check the

Adobe Flex, loading embedded fonts from modules

早过忘川 提交于 2019-12-22 17:38:47
问题 I am just programming a language learning app in Flex for various Asian languages. As some of these languages have very big font sizes (e.g. Chinese), I do not want to load all these fonts into the app. at once but was thinking to put them into different modules and then load only the specific module (depending on which language is chosen in the main app). For this I moved the style part from the main app: <mx:Style> @font-face { font-family:DedicatedFont; src: url('assets/fonts/cma.ttf');

Adobe Flex, loading embedded fonts from modules

妖精的绣舞 提交于 2019-12-22 17:38:23
问题 I am just programming a language learning app in Flex for various Asian languages. As some of these languages have very big font sizes (e.g. Chinese), I do not want to load all these fonts into the app. at once but was thinking to put them into different modules and then load only the specific module (depending on which language is chosen in the main app). For this I moved the style part from the main app: <mx:Style> @font-face { font-family:DedicatedFont; src: url('assets/fonts/cma.ttf');

Trying to open a PDF with AxAcroPDFLib

早过忘川 提交于 2019-12-22 12:18:08
问题 I have installed the latest Adobe Reader on my PC (Adobe Acrobat Reader DC). Now I would like to use AxAcroPDFLib in C# to open and show a PDF file in my Windows Forms application. The problem is, if I am trying to use the LoadFile() method, then it says that this method is not exist. I loaded the Adobe Acrobat 7.0 Browser Control Type Library 1.0 COM reference into my project, and I added the Adobe PDF Reader COM Component to my toolbox (Tools / Choose Toolbox Items... / COM Components).

Android App ID prefix problem

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 09:56:30
问题 I am building an Adobe Air for Android App and I have a big problem, i published an app to the android market using an old flash air extension that saved the app id with a prefix 'app.' Now that i have upgraded the extension it now saves the app id with a prefix 'air.' What this means is that I can no longer publish updates to my applications; so what can I do? The problem with using the outdated extension is that after publishing the update the user is not able to open the app until the

Landscape and portrait images for phonegap BUILD splash screen?

馋奶兔 提交于 2019-12-22 08:55:23
问题 I wondered if it was possible to have 2 seperate images in a phonegap build app for the splash screen? One for potrait and one for landscape. At the moment, when I open the app, it displays the splash screen and if i change orientation, it pixelates :-( I've got this in the config.xml file at the moment... <gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" width="320" height="480"/> <gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density=

Verifying digital signatures in PDF documents

你离开我真会死。 提交于 2019-12-22 08:21:13
问题 I'm trying to verify PDF's digital signatures. I know that when a PDF is signed, a byterange is defined, the certificates get embedded, and from what i've read, the signed message digest and the timestamp are also stored in the PDF. I already can extract the certificates and validate them. Now I'm trying to validate the pdf's integrity and my problem is I don't know where the signed message digest is located. In this sample signed pdf from Adobe (http://blogs.adobe.com/security

Cannot convert apple developer_identity.cer into .p12 format. No certificate matches private key

我们两清 提交于 2019-12-22 05:33:12
问题 i have following problem: i have these files developer_identity.cer Team_Provisioning_Profile_.mobileprovision In order to package adobe flex mobile application for iOS, i need to convert my .cer certificate into .p12 format. Following this tutorial on help.adobe.com i always get this problem when executing last openssl command: "no certificate matches private key error in pkcs12" From what i understand i need somehow to get private key, that was used to create the certificate (do i