I have some .doc/.docx files embedded with other files in it, like a .doc inside another .doc, or .xls inside a .doc. For those files, after converting them using LC PDFG, the embedded files become an icon image. Is there any method to convert these documents so that the embedded files are also "attached" inside the result PDF?
Converting documents with embedded files
Checking for pdf/x Compatibility
Hello there
I am using PDF Generator (from LiveCycle ES3) to convert WORD documents and images to pdfs.
In the PDF Generator settings, I am setting the "Compliance Standard" to "PDF/X-3" and the "output intent profile name" to "U.S. Web Coated (SWOP) v2".
Am I able to check (and more importantly verify to my client) that these settings have been applied to the resultant pdf?
When I open the resultant pdf in Acrobat Pro, in "Document Properties", the PDF version is stated as 1.3 (Acrobat 4.x). However, there is no mention of "x".
In the preflight dialog, I can check the compliance of the document against the various PDF/X standards, however there is no statement of what the current version is. Moreover, the button to analyze the pdf against the various "output intents" (SWOP, Japan Color Coated and Coated FOGRA39) is greyed out (I am able to "analyze and fix" against each of these options, but again there is no indication of what the current output intent is).
There are no custom properties in the Custom settings tab of the Document Properties dialog (if I save the pdf using "analyze and fix", a value of "PDF/X-3:2002" is created for the custom property "GTS_PDFXVersion" in the new pdf).
Many thanks
Geoff Olding
Error Converting PDF to TIFF
com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException: Input Document is not a flattened PDF Document
Anybody have any ideas how to get this conversion to work?
Thanks,
Bryan
Import external xml file in PDF using Livecycle
I require sending some values in main xml file from the external xml file during sending mail on button click. Doing so, I want to read values from external file into a hidden field or send the external xml/text file as an attachment.
Is there any feature in live cycle to attach multiple xml/text files in mail using button click?
Is there any way to read an external xml file to pre-populate a textbox using javascript?
Kindly help me to find out the solution.
Thanks in advance
Vikram Kumar
HTMLToPDF2 ALC-PDG-052-018 Error
Hello,
I am recieving ALC-PDG-052-018 when trying to convert an HTML page to PDF. I have taken the example from adobe samples and it is giving the error below-
" Caused by: ALC-PDG-52018-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-052-018-Connection to host cannot be resolved(URL does not exist).; nested exception is: \n\tALC-PDG-52018-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-052-018-Connection to host cannot be resolved(URL does not exist)."} | System.Exception {System.ServiceModel.FaultException} |
Does anyone have an idea of how to fix it?
try
{
//Create a GeneratePDFService object
ServiceReference1.GeneratePDFServiceClient pdfGenClient = new ServiceReference1.GeneratePDFServiceClient();
//// Provide authentication credentials to the service
pdfGenClient.Endpoint.Address = new System.ServiceModel.EndpointAddress("http://localhost/soap/services/GeneratePDFService?wsdl&lc_version=9.0. 0&blob=mtom");
////Enable BASIC HTTP authentication
BasicHttpBinding b = (BasicHttpBinding)pdfGenClient.Endpoint.Binding;
b.MessageEncoding = WSMessageEncoding.Mtom;
pdfGenClient.ClientCredentials.UserName.UserName = "adobetest";
pdfGenClient.ClientCredentials.UserName.Password = "adobetest";
b.Security.Transport.ClientCredentialType = HttpClientCredentialType.Basic;
b.Security.Mode = BasicHttpSecurityMode.TransportCredentialOnly;
b.MaxReceivedMessageSize = 2000000;
b.MaxBufferSize = 2000000;
b.ReaderQuotas.MaxArrayLength = 2000000;
//Get an HTML document to convert to a PDF document a
String inputFileName = "http://www.adobe.com";
String securitySettings = "No Security";
String fileTypeSettings = "Standard";
ServiceReference1.BLOB outDoc = new ServiceReference1.BLOB();
//Convert the Word file to a PDF document
pdfGenClient.HtmlToPDF2(
inputFileName,
fileTypeSettings,
securitySettings,
null,
null,
out outDoc);
//Save the converted PDF document
byte[] outByteArray = outDoc.MTOM;
//Create a new file to store result data
string FILE_NAME = "C:\\Adobe\\AdobeHTML.pdf";
FileStream fs2 = new FileStream(FILE_NAME, FileMode.OpenOrCreate);
//Create a BinaryWriter object
BinaryWriter w = new BinaryWriter(fs2);
w.Write(outByteArray);
w.Close();
fs2.Close();
}
catch (Exception ee)
{
Console.WriteLine(ee.Message);
}
Thanks,
Swetha
Do ES4 supported autocad version ? (dwg)
Hi,
Is it support to convert autocad 2013 files(dwg) to PDF files in LiveCycle ES4 ?
thanks,
Does Adobe Live Cycle ES4 Generate PDF fully support AutoCad 2012?
I’d like to know whether Adobe Live Cycle ES4 fully supports AutoCad 2012 in converting files.
I finded below, until version 2009.
* Autodesk AutoCAD 2005, 2006, 2007, 2008, and 2009 to convert DWF, DWG, and DXW (English only)
Thank you.
Excel to PDF while preserving calculation/date functions
I am developing electronic chemotherapy ordersets for my pediatirc hospital. I am interested in converting them to PDFs that preserve the calculations and data validation functions (drop-downs). I believe LiveCycle will allow me to to do this, but any advice that you havwe would be greatly appreciated.
HTML to PDF for Arabic Text
Hi all,
I am converting a HTML file in Arabic language to PDF using Adobe PDF, when I use text-align: justify in the HTML, the converted PDF does not justify the text. Any idea on the issue, only left and center align seems to work.
Regards
Srini
where is price information for livecycle PDF Generator module
for convert pdf to doc programmatically and i only use PDF Export functionality for that
Wants to convert Doc to PDF using LiveCycle PDF Generator component
Hi,
I want to convert doc to pdf with my desktop app (develop in VB6). Is it LiveCycle PDF Generator component, is suitable for my requirement? Earlier i used Acrobat Distiller 6.0 for that project. Please share your feedback on my requirement
Regards
LiveCycle PDF Generator ES3 Trial Version for download
I am looking for my requirement i.e. my windows application should have access to LiveCycle PDF Generator ES3 API, for converting the document (*.doc) into (*.pdf) at run-time. End-user will select the document to be converted into PDF format. And my application will use your API for doing so. Just an update that document can contains Japanese text in it.
Thus, i am looking for a trial version of LiveCycle PDF Generator ES3 & also its installation guide, API document from your side. Please share me the link to download it.
If in case, it is available with ES4, then please share it out.
PDF not working, preview works fine
Hi all,
I'm having an issue where the preview works fine when tabbing through a form, but when I save it as a pdf it skips a radio group altogether or tabs to the 2nd option in the radio groups? Any ideas how to fix this?
Thanks
Adobe LiveCyclePDF Generator ES4
Hi Support,
I am looking information for the following queries:
- Does this product supports XML / JSON as input format to convert to PDF
- What is the oldest PDF version can we handle
- Supported barcode list if it supports
Thanks,
Using XML
I am currently developing a web application in classic asp. I need to generate a pdf form that contains data from the database, the form also requires approval or digital signatures from 2 people.
The form has to be dynamic - so I thought about generating the xml but I have not been successful in generating the schema based on instruction contained in LifeCycle. I am really new to LiveCycle, so any thoughts, or any help would be greatly appreciated.
Saving LiveCycle PDF without opening the PDF
One of our legacy web sites still uses LiveCycle 7.1 to generate and serve up PDFs to our end users. Instead of displaying the PDF, we would like to let the end user click a button on our site to pop up a file save dialog so that they can save the generated PDF directly to their local drive without opening/displaying the PDF in Reader.
Is this possible, and if so, how?
Thanks!
BTW - We are planning to retire this website in the next year or so and have no plans to upgrade or continue using LiveCycle once this functionality is migrated to our newer site.
Compress/Optimize Pdf using Adobe LiveCycle Pdf Generator in my c# console application
Hello,
I am creating an console application in C# that will optimize / compress pdf which contain high defination images. I have the pdf which have size above 500 MB i need to compress that kind of pdf files. I have seen the option to save as optimize pdf in Adobe professional software but i want to do that programmatically in my c# application.
Now I have asked this question in Acrobat SDK Forums as well and there they have told me to check Adobe LiveCycle Software Here is the link for that : http://forums.adobe.com/message/5468065.
Now If i want to go with Adobe Livecycle my question is.
- Can I call or use adobeLivecycle pdf optimizer libraries in my c# application.
Let me know what i can do to integrate in my c# application
TIFF to PDF error
Hello.
I try to convert a TIFF (a scanned document) into a PDF in a workflow using GeneratePDFService\Create PDF.
I get the exception "ALC-PDG-019-060-Encountered error while importing the XMP file".
I see no way to supply such an XMP file !
Does somebody have an idea ?
What are the programming language used in adobe livecycle development?
hi friends,
I am a fresher.I woundered what adobe has done in livecycle import option.so i want to know wht is the programming language used and how they read graphical fields like line,circle.
Add or combine two PDF forms
Hello group,
I am totally new to Adobe Livecycle Designer.
I want to add Acrobat (static) PDF form to Acrobat Dynamic XML form.
Is it possible to do that?
Please assist me to combine them.
Else any guideline to add a scan copy to Acrobat Dynamic Form.