Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

FabioSpiga
FabioSpiga
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
15

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by FabioSpiga
Customize the badges you want to showcase on your profile
Re: Problem converting .doc with "display_urn:schemas-microsoft-com:office:office" properties - Adobe LiveCycle 10-05-2010
this is how the file -> properties panel has been configured: with these settings, PDFG fails

Views

109

Likes

0

Replies

0
Problem converting .doc with "display_urn:schemas-microsoft-com:office:office" properties - Adobe LiveCycle 10-05-2010
PDF Generator cannot convert a simple .doc document when there are properties with a name like "display_urn:schemas-microsoft-com:office:office#Editor". I think this is a property that some versions of MS Word add automatically.If you try to convert the attached document, the result is the following:Error Code:19060 Error Message: Error message from the primary converter:ALC-PDG-019-060-Encountered error while importing the XMP file.Could this be a bug of PDFG?Is there a workaround to convert th...

Views

1.1K

Likes

0

Replies

3
Block a form depending on XFA version - Adobe LiveCycle 25-03-2010
Hi all,I'm authoring a form with scripts supported only from XFA 3.0/Acrobat 9.1(see http://blogs.adobe.com/formfeed/2009/03/xfa_30_list_of_invalid_fields.html for details).I would like to alert the user if he/she opens the form with an older version, then I want the form is freezed and not printable.How can I do?Thank you,Fabio

Views

420

Likes

0

Replies

2
Re: Decode barcode in Process - Adobe LiveCycle 23-03-2010
I add that this behaviour happens only when I set "compress data before encoding" in the barcode properties on LC Designer.The barcode content would be a custom XML.Any help?

Views

99

Likes

0

Replies

0
Special characters in XML barcode content - Adobe LiveCycle 23-03-2010
Hello,I made a barcoded form with a custom script that creates a custom XML as barcode content.The decoding happens well when the user write plain text in the text fields, but whenever it inputs some special characters (for XML syntax), like ",<,>,=,etc... the content of barcode it is decoded as:how can I handle this situation?I have to handle what the user writes or I have to change the decode activity?Thank you very much for your support!Fabio

Views

1.6K

Likes

0

Replies

4
Decode barcode in Process - Adobe LiveCycle 19-03-2010
Hello,I have a problem with the "decode" activity in workbench.My barcoded forms have a custom script that composes an XML in the calculate event of the barcode.Well, if the amount of data that the user fill is little, the "decode" activity returns the exact XML.When the amount of data exceeds a quota, the "decode" activity returns a content like the following:<?xml version="1.0" encoding="UTF-8"?><....Why happens this?Thank you,Fabio

Views

758

Likes

0

Replies

1
Add nodes to a collection - Adobe LiveCycle 11-03-2010
I need to add somes nodes dinamically generated by the user to a collection.That is because, otherwise, this new nodes are not within the barcode of the form.How can I do?Fabio

Views

265

Likes

0

Replies

0
Detect Signature status - Adobe LiveCycle 10-03-2010
Is there any way to get from a PDF processed if its signature fields are signed or not (without the service "Digital Signatures")?I didn't buy this component because I don't care to verify if the signatures are trusted, I only want to know if the fields are signed or not.I guess it is possible because in the Designer I can do it by a simple Javascript test, but the XML data extracted from PDF do not contain any information about the signatures.Thank you for the help!Fabio

Views

330

Likes

0

Replies

0
Multiple output-parameters in a custom component - Adobe LiveCycle 10-03-2010
Is it possible to develop a custom component that returns multiple outputs?I know that I can define multiple tag in component.xml, but I don't know how the method of my class can return multiple Objects...Thanks,Fabio

Views

424

Likes

0

Replies

1
Re: Get filename from Watched folder start point - Adobe LiveCycle 10-03-2010
thank you Jasmin, your answer is correct and now it works!only I don't understand why my way didn't work...Instead of a setValue, I used directly a INSERT SQL activity with getDocAttribute(/process_data/@docXML, "basename") as parameter: as is, it didn't work!As you suggest, if I put a setValue between the Watched folder startpoint and the INSERT SQL activity (now with the populated string as parameter), it works...Bah!Thank you again!Fabio

Views

91

Likes

0

Replies

0